org.apache.geronimo.security.deploy
Class Role

java.lang.Object
  extended by org.apache.geronimo.security.deploy.Role
All Implemented Interfaces:
Serializable

public class Role
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Role()
           
 
Method Summary
 Set<DistinguishedName> getDistinguishedNames()
           
 Set<LoginDomainPrincipalInfo> getLoginDomainPrincipals()
           
 Set<PrincipalInfo> getPrincipals()
           
 Set<RealmPrincipalInfo> getRealmPrincipals()
           
 String getRoleName()
           
 void setRoleName(String roleName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Role

public Role()
Method Detail

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.