org.apache.geronimo.security.deploy
Class Role
java.lang.Object
org.apache.geronimo.security.deploy.Role
- All Implemented Interfaces:
- Serializable
public class Role
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Constructor Summary |
Role()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Role
public Role()
getRoleName
public String getRoleName()
setRoleName
public void setRoleName(String roleName)
getRealmPrincipals
public Set<RealmPrincipalInfo> getRealmPrincipals()
getLoginDomainPrincipals
public Set<LoginDomainPrincipalInfo> getLoginDomainPrincipals()
getPrincipals
public Set<PrincipalInfo> getPrincipals()
getDistinguishedNames
public Set<DistinguishedName> getDistinguishedNames()
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.