org.globus.gsi.jaas
Class PasswordCredential

java.lang.Object
  extended by org.globus.gsi.jaas.PasswordCredential
All Implemented Interfaces:
Serializable

public class PasswordCredential
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
PasswordCredential(String password)
           
 
Method Summary
 boolean equals(Object another)
           
 String getPassword()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PasswordCredential

public PasswordCredential(String password)
Method Detail

getPassword

public String getPassword()

equals

public boolean equals(Object another)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object