Set the remote domain of the system.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public DOFSystemConfigBuilder setRemoteDomain( DOFSecurityScope remoteDomain )
Parameters
- remoteDomain
- Type: org.opendof.core.oalDOFSecurityScope
The security scope of an operation to provide into. This must be in a related domain to the credentials of the system.
Return Value
Type: DOFSystemConfigBuilderThe builder.
Remarks
See Also