javax.resource.spi.security
Interface GenericCredential


Deprecated.

public interface GenericCredential


Method Summary
 byte[] getCredentialData()
          Deprecated. Returns the mechanism type.
 java.lang.String getMechType()
          Deprecated. Returns the mechanism type.
 java.lang.String getName()
          Deprecated. Returns the name of the principal.
 

Method Detail

getName

java.lang.String getName()
Deprecated. 
Returns the name of the principal.


getMechType

java.lang.String getMechType()
Deprecated. 
Returns the mechanism type.


getCredentialData

byte[] getCredentialData()
                         throws SecurityException
Deprecated. 
Returns the mechanism type.

Throws:
SecurityException