DOFAuthenticatorSecureGroupNodegetGroupConfig Method OpenDOF Object Access Library
Get the node's secure group configuration.

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

C#
public DOFAuthenticatorSecureGroupNodeGroupConfig getGroupConfig()

Return Value

Type: DOFAuthenticatorSecureGroupNodeGroupConfig
The node's secure group configuration.
Remarks

Get the node's secure group configuration. This should return null if the node's identifier is not of type
DOFObjectID.CLASS_GROUP
, otherwise it must return the groups configuration.
See Also

Reference