|
||||||||||
| 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
The class PasswordCredential acts as a holder for username and password.
| Constructor Summary | |
|---|---|
PasswordCredential(String userName,
char[] password)
Creates a new PasswordCredential object from the given user name and password. Note that the given user password is cloned before it is stored in the new PasswordCredential object. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object other)
Compares this PasswordCredential with the specified object for equality. |
ManagedConnectionFactory |
getManagedConnectionFactory()
Gets the target ManagedConnectionFactory for which the user name and password has been set by the application server. |
char[] |
getPassword()
Returns the user password. Note that this method returns a reference to the password. |
String |
getUserName()
Returns the user name. |
int |
hashCode()
Returns the hash code for this PasswordCredential |
void |
setManagedConnectionFactory(ManagedConnectionFactory mcf)
Sets the target ManagedConenctionFactory instance for which the user name and password has been set by the application server. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PasswordCredential(String userName,
char[] password)
userName - password - | Method Detail |
|---|
public String getUserName()
public char[] getPassword()
public ManagedConnectionFactory getManagedConnectionFactory()
ManagedConnectionFactory uses this field to find out
whether PasswordCredential should be used by it for sign-on to
the target EIS instance.
public void setManagedConnectionFactory(ManagedConnectionFactory mcf)
mcf - ManagedConnectionFactory instance for which user name
and password have been specifiedpublic boolean equals(Object other)
equals in class Objectother - Object to which PasswordCredential is to be compared
public int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||