This represents the instantaneous state of the authenticator at a given time.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public interface State : DOFImmutable
The DOFAuthenticatorState type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | getAuthenticatorIdentifier | Get the authenticator identity of this node, which is handling the storage authentication requests.
|
![]() | getDomainID | Get the domain identifier. |
![]() | getMaxGrantLifetime | Get the maximum lifetime for permission grants authorized by the authenticator.
|
![]() | getName | Get this authenticator's name. |
![]() | isAvailable | Returns whether or not the storage is available. |
![]() | isDebug | Get whether or not the authenticator is functioning in debug mode. |
Remarks
See Also