javax.resource.spi.security

Class PasswordCredential

public final class PasswordCredential extends Object implements Serializable

Constructor Summary
PasswordCredential(String userName, char[] password)
Method Summary
booleanequals(Object o)
ManagedConnectionFactorygetManagedConnectionFactory()
char[]getPassword()
StringgetUserName()
inthashCode()
voidsetManagedConnectionFactory(ManagedConnectionFactory mcf)

Constructor Detail

PasswordCredential

public PasswordCredential(String userName, char[] password)

Method Detail

equals

public boolean equals(Object o)

getManagedConnectionFactory

public ManagedConnectionFactory getManagedConnectionFactory()

getPassword

public char[] getPassword()

getUserName

public String getUserName()

hashCode

public int hashCode()

setManagedConnectionFactory

public void setManagedConnectionFactory(ManagedConnectionFactory mcf)