DOFAuthenticatorStoragegetGroupNode Method OpenDOF Object Access Library
Get the corresponding group node for the specified node identifier.

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

C#
DOFAuthenticatorSecureGroupNode getGroupNode(
	DOFObjectIDAuthentication nodeID
)

Parameters

nodeID
Type: org.opendof.core.oalDOFObjectIDAuthentication
The identifier for the node. Must not be null.

Return Value

Type: DOFAuthenticatorSecureGroupNode
The node. May be null if the secure group node node does not exist.
Exceptions

ExceptionCondition
ExceptionOn internal error.
Remarks

Get the corresponding group node for the specified node identifier.
See Also

Reference