public abstract class AuthKey extends Object
| Constructor and Description |
|---|
AuthKey() |
| Modifier and Type | Method and Description |
|---|---|
abstract AuthEntryType |
entryType() |
boolean |
equals(Object o) |
int |
hashCode()
Using entryType().name() to compute hashCode, so that hashCode() is constant across executions.
|
public abstract AuthEntryType entryType()