javax.resource.spi.security
Interface GenericCredential


Deprecated.

public interface GenericCredential

Version:
$Rev: 704729 $ $Date: 2008-10-15 00:59:51 +0200 (Mi, 15. Okt 2008) $

Method Summary
 boolean equals(Object another)
          Deprecated.  
 byte[] getCredentialData()
          Deprecated.  
 String getMechType()
          Deprecated.  
 String getName()
          Deprecated.  
 int hashCode()
          Deprecated.  
 

Method Detail

getName

String getName()
Deprecated. 

getMechType

String getMechType()
Deprecated. 

getCredentialData

byte[] getCredentialData()
                         throws SecurityException
Deprecated. 
Throws:
SecurityException

equals

boolean equals(Object another)
Deprecated. 
Overrides:
equals in class Object

hashCode

int hashCode()
Deprecated. 
Overrides:
hashCode in class Object


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.