Get the corresponding Node, for the specified domain node identifier, that represents a remote domain.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
DOFAuthenticatorRemoteDomainNode getDomainNode( DOFObjectIDAuthentication domainID, DOFObjectIDAuthentication initiatorID )
Parameters
- domainID
- Type: org.opendof.core.oalDOFObjectIDAuthentication
The domain identifier for the node. Must not be null. - initiatorID
- Type: org.opendof.core.oalDOFObjectIDAuthentication
The identity of the initiator in the remote domain. This identity must be mapped to a node identity in the local domain and returned with the remote domain node. If null, then the mapped identity should be null.
Return Value
Type: DOFAuthenticatorRemoteDomainNodeThe node. May be null if the remote domain node node does not exist.
Exceptions
Exception | Condition |
---|---|
Exception | On internal error. |
Remarks
See Also