public static interface DOFAuthenticator.State extends DOFImmutable
Modifier and Type | Method and Description |
---|---|
short |
getAuthenticatorIdentifier()
Get the authenticator identity of this node, which is handling the storage authentication requests.
|
DOFObjectID.Domain |
getDomainID()
Get the domain identifier.
|
short |
getMaxGrantLifetime()
Get the maximum lifetime for permission grants authorized by the authenticator.
|
java.lang.String |
getName()
Get this authenticator's name.
|
boolean |
isAvailable()
Returns whether or not the storage is available.
|
boolean |
isDebug()
Get whether or not the authenticator is functioning in debug mode.
|
DOFObjectID.Domain getDomainID()
short getMaxGrantLifetime()
short getAuthenticatorIdentifier()
boolean isDebug()
boolean isAvailable()
java.lang.String getName()