|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.resource.spi.security.PasswordCredential
public final class PasswordCredential
| Constructor Summary | |
|---|---|
PasswordCredential(java.lang.String userName,
char[] password)
Deprecated. Creates the credential |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Deprecated. |
ManagedConnectionFactory |
getManagedConnectionFactory()
Deprecated. Returns the connection factory. |
char[] |
getPassword()
Deprecated. Returns the user password. |
java.lang.String |
getUserName()
Deprecated. /** Returns the user name of the principal. |
int |
hashCode()
Deprecated. |
void |
setManagedConnectionFactory(ManagedConnectionFactory factory)
Deprecated. Sets the connection factory. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PasswordCredential(java.lang.String userName,
char[] password)
| Method Detail |
|---|
public java.lang.String getUserName()
public char[] getPassword()
public ManagedConnectionFactory getManagedConnectionFactory()
public void setManagedConnectionFactory(ManagedConnectionFactory factory)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||