Add a domain, which is used
to verify that the host being connected from is authorized to process authentication requests in
the domain that is specified.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public virtual T addDomain( DOFDomainConfig domainConfig )
Parameters
- domainConfig
- Type: org.opendof.core.oalDOFDomainConfig
The domain to be authorized. Must not be null.
Return Value
Type: TThe builder.
Remarks
See Also