javax.resource.spi.security

Interface GenericCredential

public interface GenericCredential

Method Summary

boolean
equals(Object another)
byte[]
getCredentialData()
String
getMechType()
String
getName()
int
hashCode()

Method Details

equals

public boolean equals(Object another)

getCredentialData

public byte[] getCredentialData()
            throws SecurityException

getMechType

public String getMechType()

getName

public String getName()

hashCode

public int hashCode()