org.apache.geronimo.security.deploy
Class RealmPrincipalInfo

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

public class RealmPrincipalInfo
extends LoginDomainPrincipalInfo

See Also:
Serialized Form

Nested Class Summary
static class RealmPrincipalInfo.RealmPrincipalEditor
           
 
Nested classes/interfaces inherited from class org.apache.geronimo.security.deploy.LoginDomainPrincipalInfo
LoginDomainPrincipalInfo.LoginDomainPrincipalEditor
 
Nested classes/interfaces inherited from class org.apache.geronimo.security.deploy.PrincipalInfo
PrincipalInfo.PrincipalEditor
 
Constructor Summary
RealmPrincipalInfo(String realm, String domainName, String className, String principalName)
           
 
Method Summary
 String getRealm()
           
 
Methods inherited from class org.apache.geronimo.security.deploy.LoginDomainPrincipalInfo
getDomain
 
Methods inherited from class org.apache.geronimo.security.deploy.PrincipalInfo
getClassName, getPrincipalName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RealmPrincipalInfo

public RealmPrincipalInfo(String realm,
                          String domainName,
                          String className,
                          String principalName)
Method Detail

getRealm

public String getRealm()


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