org.apache.geronimo.security.deploy
Class DefaultPrincipal

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

public class DefaultPrincipal
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
DefaultPrincipal()
           
 
Method Summary
 Set getNamedUserPasswordCredentials()
           
 PrincipalInfo getPrincipal()
           
 void setNamedUserPasswordCredentials(Set namedUserPasswordCredentials)
           
 void setPrincipal(PrincipalInfo principalInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPrincipal

public DefaultPrincipal()
Method Detail

getPrincipal

public PrincipalInfo getPrincipal()

setPrincipal

public void setPrincipal(PrincipalInfo principalInfo)

getNamedUserPasswordCredentials

public Set getNamedUserPasswordCredentials()

setNamedUserPasswordCredentials

public void setNamedUserPasswordCredentials(Set namedUserPasswordCredentials)


Copyright © 2006 Apache Software Foundation. All Rights Reserved.