org.apache.geronimo.security.realm.providers
Class GeronimoPasswordCredential

java.lang.Object
  extended by org.apache.geronimo.security.realm.providers.GeronimoPasswordCredential
All Implemented Interfaces:
Serializable, Destroyable

public class GeronimoPasswordCredential
extends Object
implements Destroyable, Serializable

See Also:
Serialized Form

Constructor Summary
GeronimoPasswordCredential(String userName, char[] password)
           
 
Method Summary
 void destroy()
           
 char[] getPassword()
           
 String getUserName()
           
 boolean isDestroyed()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeronimoPasswordCredential

public GeronimoPasswordCredential(String userName,
                                  char[] password)
Method Detail

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.