public final class PasswordCredential
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
PasswordCredential(java.lang.String userName,
char[] password) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
ManagedConnectionFactory |
getManagedConnectionFactory() |
char[] |
getPassword() |
java.lang.String |
getUserName() |
int |
hashCode() |
void |
setManagedConnectionFactory(ManagedConnectionFactory mcf) |
public PasswordCredential(java.lang.String userName, char[] password)
public java.lang.String getUserName()
public char[] getPassword()
public ManagedConnectionFactory getManagedConnectionFactory()
public void setManagedConnectionFactory(ManagedConnectionFactory mcf)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object