Searched defs:SecurityRoleDescriptor (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/
H A DSecurityRoleDescriptor.java50 public class SecurityRoleDescriptor extends Descriptor implements SecurityRole { class in inherits:Descriptor,SecurityRole
53 * Construct a SecurityRoleDescriptor from the given role name and description.
55 public SecurityRoleDescriptor(String name, String description) { method in class:SecurityRoleDescriptor
60 * Construct a SecurityRoleDescriptor from the given role object.
63 public SecurityRoleDescriptor(Role role) { method in class:SecurityRoleDescriptor
70 public SecurityRoleDescriptor() { method in class:SecurityRoleDescriptor
78 if (other instanceof SecurityRoleDescriptor &&
79 this.getName().equals( ((SecurityRoleDescriptor) other).getName() )) {

Completed in 11 milliseconds