org.apache.geronimo.security.deploy
Class DefaultRealmPrincipal

java.lang.Object
  extended byorg.apache.geronimo.security.deploy.DefaultPrincipal
      extended byorg.apache.geronimo.security.deploy.DefaultDomainPrincipal
          extended byorg.apache.geronimo.security.deploy.DefaultRealmPrincipal
All Implemented Interfaces:
Serializable

public class DefaultRealmPrincipal
extends DefaultDomainPrincipal

Version:
$Rev: 355877 $ $Date: 2005-12-11 03:48:27 +0100 (Sun, 11 Dec 2005) $
See Also:
Serialized Form

Constructor Summary
DefaultRealmPrincipal()
           
 
Method Summary
 String getRealm()
           
 void setRealm(String realm)
           
 
Methods inherited from class org.apache.geronimo.security.deploy.DefaultDomainPrincipal
getDomain, setDomain
 
Methods inherited from class org.apache.geronimo.security.deploy.DefaultPrincipal
getNamedUserPasswordCredentials, getPrincipal, setNamedUserPasswordCredentials, setPrincipal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultRealmPrincipal

public DefaultRealmPrincipal()
Method Detail

getRealm

public String getRealm()

setRealm

public void setRealm(String realm)


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