org.apache.geronimo.security.realm.providers
Class GeronimoPasswordCredential
java.lang.Object
org.apache.geronimo.security.realm.providers.GeronimoPasswordCredential
- All Implemented Interfaces:
- Serializable, Destroyable
public class GeronimoPasswordCredential
- extends Object
- implements Destroyable, Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GeronimoPasswordCredential
public GeronimoPasswordCredential(String userName,
char[] password)
getUserName
public String getUserName()
getPassword
public char[] getPassword()
destroy
public void destroy()
throws DestroyFailedException
- Specified by:
destroy
in interface Destroyable
- Throws:
DestroyFailedException
isDestroyed
public boolean isDestroyed()
- Specified by:
isDestroyed
in interface Destroyable
Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.