public interface GenericCredential
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Deprecated.
|
byte[] |
getCredentialData()
Deprecated.
Returns the mechanism type.
|
java.lang.String |
getMechType()
Deprecated.
Returns the mechanism type.
|
java.lang.String |
getName()
Deprecated.
Returns the name of the principal.
|
int |
hashCode()
Deprecated.
|
java.lang.String getName()
java.lang.String getMechType()
byte[] getCredentialData()
throws SecurityException
SecurityExceptionboolean equals(java.lang.Object o)
equals in class java.lang.Objectint hashCode()
hashCode in class java.lang.Object