DOFAuthenticatorConfigBuilder ClassOpenDOF Object Access Library
The authenticator configuration builder.
Inheritance Hierarchy

SystemObject
  org.opendof.core.oalDOFAuthenticatorConfigBuilder

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public sealed class Builder

The DOFAuthenticatorConfigBuilder type exposes the following members.

Constructors

  NameDescription
Public methodDOFAuthenticatorConfigBuilder(DOFAuthenticatorConfig)
Construct an instance of a authenticator configuration builder from an existing configuration.
Public methodDOFAuthenticatorConfigBuilder(DOFAuthenticatorState, DOFAuthenticatorStorage)
Construct an instance of a authenticator configuration builder from a state.
Public methodDOFAuthenticatorConfigBuilder(DOFObjectIDDomain, Byte, DOFAuthenticatorStorage)
Construct an instance of a authenticator configuration builder.
Top
Methods

  NameDescription
Public methodbuild
Build a new immutable authenticator configuration.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodsetAuthenticatorIdentifier
Set the authenticator identity of this node, which is handling the storage authentication requests.
Public methodsetDebug
Set whether or not the authenticator should operate in debug mode.
Public methodsetDebugKey
Set the key to distribute the authenticator is operating in debug mode.
Public methodsetDomainID
Set the domain identifier.
Public methodsetMaxGrantLifetime
Set the maximum lifetime for permission grants authorized by the authenticator.
Public methodsetName
Set the name of the authenticator.
Public methodsetStorage
Set the storage implementation for an authenticator.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

The authenticator configuration builder.
See Also

Reference