javax.resource.spi.security
Class PasswordCredential
java.lang.Object
javax.resource.spi.security.PasswordCredential
- All Implemented Interfaces:
- java.io.Serializable
public final class PasswordCredential
- extends java.lang.Object
- implements java.io.Serializable
- Version:
- $Rev: 467553 $ $Date: 2006-10-25 06:01:51 +0200 (Wed, 25 Oct 2006) $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
PasswordCredential
public PasswordCredential(java.lang.String userName,
char[] password)
getUserName
public java.lang.String getUserName()
getPassword
public char[] getPassword()
getManagedConnectionFactory
public ManagedConnectionFactory getManagedConnectionFactory()
setManagedConnectionFactory
public void setManagedConnectionFactory(ManagedConnectionFactory mcf)
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
Copyright © {inceptionYear}-2008 null. All Rights Reserved.