Set the domain identifier.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public DOFAuthenticatorConfigBuilder setDomainID( DOFObjectIDDomain domainID )
Parameters
- domainID
- Type: org.opendof.core.oalDOFObjectIDDomain
The domain identifier. This must not be null, and must represent a single ID (cannot be the BROADCAST oid or a multicast oid).
Return Value
Type: DOFAuthenticatorConfigBuilderThe Builder.
Remarks
See Also