KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > resource > spi > security > GenericCredential

javax.resource.spi.security
Interface GenericCredential

See Also:
Top Examples, Source Code, Subject, Principal

public boolean equals(Object another)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public byte[] getCredentialData()
                         throws SecurityException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getMechType()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getName()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int hashCode()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags