DOFAuthenticatorConfigBuilder Constructor (DOFAuthenticatorConfig)OpenDOF Object Access Library
Construct an instance of a authenticator configuration builder from an existing configuration.

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

C#
public Builder(
	DOFAuthenticatorConfig config
)

Parameters

config
Type: org.opendof.core.oalDOFAuthenticatorConfig
The existing configuration. This must not be null.
Remarks

Construct an instance of a authenticator configuration builder from an existing configuration.

Note that the name is not copied. Users must decide whether to set the name or not.

See Also

Reference