Set the collection of trusted domains.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public DOFConnectionConfigBuilderPoint setTrustedDomains( params DOFObjectIDDomain[] domains )
Parameters
- domains
- Type: org.opendof.core.oalDOFObjectIDDomain
The trusted domains. Must not be null. Must not contain nulls.
Return Value
Type: DOFConnectionConfigBuilderPointThe builder.
Remarks
See Also