|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.resource.spi.security.PasswordCredential
The class PasswordCredential is a placeholder for username and password.
| Constructor Summary | |
PasswordCredential(java.lang.String userName,
char[] password)
Constructor, creates a new password credential |
|
| Method Summary | |
boolean |
equals(java.lang.Object other)
|
ManagedConnectionFactory (src) |
getManagedConnectionFactory()
Get the managed connection factory associated with this username password pair. |
char[] |
getPassword()
Returns the password |
java.lang.String |
getUserName()
Returns the username |
int |
hashCode()
|
void |
setManagedConnectionFactory(ManagedConnectionFactory (src) mcf)
Set the managed connection factory associated with this username password pair. |
| 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)
userName - the user namepassword - the password| Method Detail |
public java.lang.String getUserName()
public char[] getPassword()
public ManagedConnectionFactory (src) getManagedConnectionFactory()
public void setManagedConnectionFactory(ManagedConnectionFactory (src) mcf)
mcf - the managed connection factorypublic boolean equals(java.lang.Object other)
public int hashCode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||