Add the collection of domains, which are used
to verify that the host being connected from is authorized to process authentication requests in
the domains that are specified.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public DOFServerConfigBuilder addDomains( ICollection<DOFDomainConfig> domainConfigs )
Parameters
- domainConfigs
- Type: System.Collections.GenericICollectionDOFDomainConfig
The domains to be authorized. Must not be null. Must not contain nulls.
Return Value
Type: DOFServerConfigBuilderThe builder.
Remarks
See Also