This represents a Secure Group-type node in the Storage.
Inheritance Hierarchy
org.opendof.core.oalDOFAuthenticatorSecureGroupNode
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
[SerializableAttribute] public sealed class SecureGroupNode : DOFImmutable
The DOFAuthenticatorSecureGroupNode type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | create(DOFObjectIDAuthentication, Int32, Int32, Int16, Byte, IDictionaryInt32, DOFPermissionSet, Boolean, DOFAuthenticatorSecureGroupNodeGroupConfig) | Create a SecureGroup node for authentication. |
![]() ![]() | create(DOFObjectIDAuthentication, Int32, Int32, Int16, IListInt32, IDictionaryInt32, DOFPermissionSet, Boolean, DOFAuthenticatorSecureGroupNodeGroupConfig) | Create a SecureGroup node for management. |
![]() | Equals | (Inherited from Object.) |
![]() | getCredentialsStorage | Return the node's stored credentials that can be used to obtain a secret.
|
![]() | getCredentialTypes | Returns a list of credential types this node has. |
![]() | getEpoch |
The group's epoch, which is a counter that is incremented every time
a groups secret is changed.
|
![]() | getGroupConfig | Get the node's secure group configuration. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | getNodeID | Returns this Node's identifier. |
![]() | getPermissions | Returns the node's permissions. |
![]() | getSecurityScopeIDs | Convenience method that returns the node's permissions security scope identifiers.
|
![]() | getSourceIdentifier | Returns this node's source identifier. |
![]() | getStateID | The group's state identifier, which is a unique number that identifies the group.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | isEnabled | Returns whether or not the Node is isEnabled. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | DEFAULT_GROUP_CONFIG | The default group configuration. |
Remarks
See Also