DOFAuthenticatorRemoteDomainNodegetInitiatorLocalNodeMap Method OpenDOF Object Access Library
Returns the mapping of all assigned initiators to their associated local nodes.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public IDictionary<DOFObjectIDAuthentication, DOFObjectIDAuthentication> getInitiatorLocalNodeMap()

Return Value

Type: IDictionaryDOFObjectIDAuthentication, DOFObjectIDAuthentication
The initiator local node map. May be null if node is not constructed for management.
Remarks

Returns the mapping of all assigned initiators to their associated local nodes. Not necessary for authentication, but useful for management.
See Also

Reference