This class represents the configuration for an authenticator.
Inheritance Hierarchy
org.opendof.core.oalDOFAuthenticatorConfig
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
[SerializableAttribute] public sealed class Config : DOFImmutable
The DOFAuthenticatorConfig type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Overrides ObjectEquals(Object).) | |
| getAuthenticatorIdentifier | Get the authenticator identity of this node, which is handling the storage authentication requests.
| |
| getDebugKey | Returns the key to distribute when in debug mode. | |
| getDomainID | Get the domain identifier. | |
| GetHashCode | (Overrides ObjectGetHashCode.) | |
| getMaxGrantLifetime | Get the maximum lifetime for permission grants authorized by the authenticator.
| |
| getName | Get the authenticator's name. | |
| getStorage | Get the storage implementation. | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| isDebug | Returns whether or not the authenticator is functioning in debug mode. | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| DEFAULT_MAX_GRANT_LIFETIME | The default maximum lifetime of a permission grant, in minutes. |
Remarks
See Also