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: DOFAuthenticatorSecureGroupNodeThe node. May be null if the secure group node node does not exist.
Exceptions
Exception | Condition |
---|---|
Exception | On internal error. |
Remarks
See Also