DOFAuthenticatorConfigBuildersetStorage Method OpenDOF Object Access Library
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: DOFAuthenticatorConfigBuilder
The Builder.
Remarks

Set the storage implementation for an authenticator. This storage will be used to provide authentication data within the domain.
See Also

Reference