The authenticator configuration builder.
Inheritance Hierarchy
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
Name | Description | |
---|---|---|
![]() | DOFAuthenticatorConfigBuilder(DOFAuthenticatorConfig) | Construct an instance of a authenticator configuration builder from an existing configuration.
|
![]() | DOFAuthenticatorConfigBuilder(DOFAuthenticatorState, DOFAuthenticatorStorage) | Construct an instance of a authenticator configuration builder from a state.
|
![]() | DOFAuthenticatorConfigBuilder(DOFObjectIDDomain, Byte, DOFAuthenticatorStorage) | Construct an instance of a authenticator configuration builder. |
Methods
Name | Description | |
---|---|---|
![]() | build | Build a new immutable authenticator configuration. |
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | setAuthenticatorIdentifier | Set the authenticator identity of this node, which is handling the storage authentication requests.
|
![]() | setDebug | Set whether or not the authenticator should operate in debug mode. |
![]() | setDebugKey | Set the key to distribute the authenticator is operating in debug mode. |
![]() | setDomainID | Set the domain identifier. |
![]() | setMaxGrantLifetime | Set the maximum lifetime for permission grants authorized by the authenticator.
|
![]() | setName | Set the name of the authenticator. |
![]() | setStorage | Set the storage implementation for an authenticator. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Remarks
See Also