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

/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/
H A DRole.java52 public class Role extends PrincipalImpl { class in inherits:PrincipalImpl
56 /** Creates a new Role with a given name */
57 public Role(String name) { method in class:Role
64 if(other instanceof Role) {
65 ret = getName().equals(((Role)other).getName());
/glassfish-3.1.2/security/inmemory.jacc.provider/src/main/java/com/sun/enterprise/security/jacc/provider/
H A DRole.java54 public class Role { class
60 public Role(String name) { method in class:Role
72 Role other = (o == null || !(o instanceof Role) ? null : (Role) o);

Completed in 25 milliseconds