|
DOFAuthenticatorNode(* DOFAuthenticatorStorage::GetGroupNode)(DOFAuthenticatorStorage self, DOFObjectIDAuthentication nodeID) |
Get the DOFAuthenticatorNode for the specified group nodeID.
This must not be NULL.
- Parameters
-
self | The DOFAuthenticatorStorage object. This must not be NULL. |
nodeID | The Authentication Identity of the group node to be retrieved. This must not be NULL. |
- Returns
- The DOFAuthenticatorNode.
- Exceptions
-
NULL | is returned if the node cannot be found, or the node is not a group node. |
|