org.apache.geronimo.security.deploy
Class Role

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

public class Role
extends Object
implements Serializable

Version:
$Revision: 1.1 $ $Date: 2004/05/30 18:37:27 $
See Also:
Serialized Form

Constructor Summary
Role()
           
 
Method Summary
 Set getRealms()
           
 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)

getRealms

public Set getRealms()


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.