org.apache.geronimo.security.deploy
Class PrincipalInfo

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

public class PrincipalInfo
extends Object
implements Serializable

See Also:
Serialized Form

Nested Class Summary
static class PrincipalInfo.PrincipalEditor
           
 
Constructor Summary
PrincipalInfo(String className, String principalName)
           
 
Method Summary
 String getClassName()
           
 String getPrincipalName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrincipalInfo

public PrincipalInfo(String className,
                     String principalName)
Method Detail

getClassName

public String getClassName()

getPrincipalName

public String getPrincipalName()


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.