Set the storage implementation for an authenticator.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public DOFAuthenticatorConfigBuilder setStorage( DOFAuthenticatorStorage storage )
Parameters
- storage
- Type: org.opendof.core.oalDOFAuthenticatorStorage
The storage that will provide authorization data for connections in the domain.
Return Value
Type: DOFAuthenticatorConfigBuilderThe Builder.
Remarks
See Also