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

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

public class GeronimoPasswordCredential
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
GeronimoPasswordCredential(String userName, char[] password)
           
 
Method Summary
 char[] getPassword()
           
 String getUserName()
           
 
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()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.