DOFAuthenticatorState InterfaceOpenDOF Object Access Library
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

  NameDescription
Public methodgetAuthenticatorIdentifier
Get the authenticator identity of this node, which is handling the storage authentication requests.
Public methodgetDomainID
Get the domain identifier.
Public methodgetMaxGrantLifetime
Get the maximum lifetime for permission grants authorized by the authenticator.
Public methodgetName
Get this authenticator's name.
Public methodisAvailable
Returns whether or not the storage is available.
Public methodisDebug
Get whether or not the authenticator is functioning in debug mode.
Top
Remarks

This represents the instantaneous state of the authenticator at a given time. Since the actual state of the authenticator can change over time, it is useful to group the state at an instant (for example, before a listener is notified) so that the values represent the state at that point in time.

The values returned by the State reflect the values at a time in the past.

See Also

Reference