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
SecurityException
boolean equals(java.lang.Object o)
equals
in class java.lang.Object
int hashCode()
hashCode
in class java.lang.Object