|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GenericCredential
The interface GenericCredential defines a method of representing a security credential for a resource which is independent of the security mechanism. It can be used to wrap any type of underlying credentials, for example it could be used to wrap Kerberos credentials. This allows the resource adapter to utilize the credentials for sign-on to the EIS.
Method Summary | |
---|---|
boolean |
equals(Object other)
Deprecated. Use org.ietf.jgss.GSSCredential |
byte[] |
getCredentialData()
Deprecated. Use org.ietf.jgss.GSSCredential |
String |
getMechType()
Deprecated. Use org.ietf.jgss.GSSCredential |
String |
getName()
Deprecated. Use org.ietf.jgss.GSSCredential |
int |
hashCode()
Deprecated. Use org.ietf.jgss.GSSCredential |
Method Detail |
---|
byte[] getCredentialData() throws SecurityException
SecurityException
String getMechType()
String getName()
boolean equals(Object other)
equals
in class Object
int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |