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, boolean designatedRunAs)
           
 
Method Summary
 String getClassName()
           
 String getPrincipalName()
           
 boolean isDesignatedRunAs()
           
 
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,
                     boolean designatedRunAs)
Method Detail

getClassName

public String getClassName()

getPrincipalName

public String getPrincipalName()

isDesignatedRunAs

public boolean isDesignatedRunAs()


Copyright © 2006 Apache Software Foundation. All Rights Reserved.