public final class PasswordCredential extends Object implements Serializable
Constructor and Description |
---|
PasswordCredential(String userName,
char[] password) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ManagedConnectionFactory |
getManagedConnectionFactory() |
char[] |
getPassword() |
String |
getUserName() |
int |
hashCode() |
void |
setManagedConnectionFactory(ManagedConnectionFactory mcf) |
public PasswordCredential(String userName, char[] password)
public String getUserName()
public char[] getPassword()
public ManagedConnectionFactory getManagedConnectionFactory()
public void setManagedConnectionFactory(ManagedConnectionFactory mcf)
Copyright © 2013. All Rights Reserved.