javax.resource.spi.security
Interface GenericCredential


Deprecated.

public interface GenericCredential

Version:
$Rev: 54263 $ $Date: 2004-10-10 12:18:20 -0700 (Sun, 10 Oct 2004) $

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 © 2006 Apache Software Foundation. All Rights Reserved.