Create a RemoteDomain node for management.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public static DOFAuthenticatorRemoteDomainNode create( DOFObjectIDAuthentication nodeID, IList<int> credentialTypes, int remoteDomainIdentifier, DOFObjectIDAuthentication defaultLocalNode, IDictionary<DOFObjectIDAuthentication, DOFObjectIDAuthentication> initiatorLocalNodeMap, bool isEnabled )
Parameters
- nodeID
- Type: org.opendof.core.oalDOFObjectIDAuthentication
The identifier of the node. Must not be null. - credentialTypes
- Type: System.Collections.GenericIListInt32
The list of credential types this node has. - remoteDomainIdentifier
- Type: SystemInt32
The rdid of this remote domain node. - defaultLocalNode
- Type: org.opendof.core.oalDOFObjectIDAuthentication
The default local node of this remote domain node, if there is one. - initiatorLocalNodeMap
- Type: System.Collections.GenericIDictionaryDOFObjectIDAuthentication, DOFObjectIDAuthentication
The mapping of all assigned initiators to their associated local nodes. - isEnabled
- Type: SystemBoolean
Whether or not the node is isEnabled.
Return Value
Type: DOFAuthenticatorRemoteDomainNodeThe node.
Remarks
See Also