public class RoleReference extends EnvironmentProperty implements com.sun.enterprise.deployment.web.SecurityRoleReference
Special kind of environment property that encapsulates the primitive roles
as defined by the bean developer. The name of a primitive role will appear
in the bean code, the value will be mapped to the name of a Role chosen by
the application assembler which is referenced by the EjbBundle being
assembled.
author
Danny Coward
Fields Summary
Constructors Summary
public RoleReference()
Default constructor.
public RoleReference(String name, String description)
Construct a role reference from the given name and description.