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 getDistinguishedNames()
           
 Set getLoginDomainPrincipals()
           
 Set getPrincipals()
           
 Set 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 getRealmPrincipals()

getLoginDomainPrincipals

public Set getLoginDomainPrincipals()

getPrincipals

public Set getPrincipals()

getDistinguishedNames

public Set getDistinguishedNames()


Copyright © 2006 Apache Software Foundation. All Rights Reserved.