DOFServerConfigBuilderSecurableTaddDomains Method (DOFDomainConfig)OpenDOF Object Access Library
Add the domains, which are used to verify that the host being connected from is authorized to process authentication requests in the domains specified.

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

C#
public virtual T addDomains(
	params DOFDomainConfig[] domainConfigs
)

Parameters

domainConfigs
Type: org.opendof.core.oalDOFDomainConfig
The domains to be authorized. Must not be null. Must not contain nulls.

Return Value

Type: T
The builder.
Remarks

Add the domains, which are used to verify that the host being connected from is authorized to process authentication requests in the domains specified.
See Also

Reference