javax.resource.spi.security
Interface GenericCredential


public interface GenericCredential

Version:
$Revision: 1.3 $ $Date: 2004/03/10 09:59:47 $

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

Method Detail

getName

public String getName()
Deprecated. 

getMechType

public String getMechType()
Deprecated. 

getCredentialData

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

equals

public boolean equals(Object another)
Deprecated. 

hashCode

public int hashCode()
Deprecated. 


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.