org.apache.geronimo.security.deploy
Class DefaultPrincipal
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultPrincipal
public DefaultPrincipal()
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.