Create a SecureGroup node for authentication.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public static DOFAuthenticatorSecureGroupNode create( DOFObjectIDAuthentication nodeID, int sourceID, int stateID, short epoch, byte[] credentialStorage, IDictionary<int, DOFPermissionSet> permissions, bool isEnabled, DOFAuthenticatorSecureGroupNodeGroupConfig groupConfig )
Parameters
- nodeID
- Type: org.opendof.core.oalDOFObjectIDAuthentication
The identifier of the node. Must not be null. - sourceID
- Type: SystemInt32
The node's source identifier. - stateID
- Type: SystemInt32
The group's state identifier. - epoch
- Type: SystemInt16
The group's epoch. - credentialStorage
- Type: SystemByte
The credential private storage for the node. - permissions
- Type: System.Collections.GenericIDictionaryInt32, DOFPermissionSet
The node's permissions per security scope identifier. - isEnabled
- Type: SystemBoolean
Whether or not the node is isEnabled. - groupConfig
- Type: org.opendof.core.oalDOFAuthenticatorSecureGroupNodeGroupConfig
The node's group config.
Return Value
Type: DOFAuthenticatorSecureGroupNodeThe node.
Remarks
See Also