| java.lang.Object com.sun.jbi.internal.security.auth.PasswordCredential
PasswordCredential | public class PasswordCredential (Code) | | PrivateCredential for a Subject to encapsulate Username and Password information.
Currently used only on outbound
author: Sun Microsystems, Inc. |
PasswordCredential | public PasswordCredential(String username, String password)(Code) | | Creates a new instance of PasswordCredential.
Parameters: username - - user name Parameters: password - - password |
equals | public boolean equals(Object obj)(Code) | | Parameters: obj - Object to check for equality true if obj is equal to this instance. |
getPassword | public String getPassword()(Code) | | password string |
getUsername | public String getUsername()(Code) | | username string |
hashCode | public int hashCode()(Code) | | the hash code. |
|
|