DOFAuthenticatorSecureGroupNode ClassOpenDOF Object Access Library
This represents a Secure Group-type node in the Storage.
Inheritance Hierarchy

SystemObject
  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

  NameDescription
Public methodStatic membercreate(DOFObjectIDAuthentication, Int32, Int32, Int16, Byte, IDictionaryInt32, DOFPermissionSet, Boolean, DOFAuthenticatorSecureGroupNodeGroupConfig)
Create a SecureGroup node for authentication.
Public methodStatic membercreate(DOFObjectIDAuthentication, Int32, Int32, Int16, IListInt32, IDictionaryInt32, DOFPermissionSet, Boolean, DOFAuthenticatorSecureGroupNodeGroupConfig)
Create a SecureGroup node for management.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodgetCredentialsStorage
Return the node's stored credentials that can be used to obtain a secret.
Public methodgetCredentialTypes
Returns a list of credential types this node has.
Public methodgetEpoch
The group's epoch, which is a counter that is incremented every time a groups secret is changed.
Public methodgetGroupConfig
Get the node's secure group configuration.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodgetNodeID
Returns this Node's identifier.
Public methodgetPermissions
Returns the node's permissions.
Public methodgetSecurityScopeIDs
Convenience method that returns the node's permissions security scope identifiers.
Public methodgetSourceIdentifier
Returns this node's source identifier.
Public methodgetStateID
The group's state identifier, which is a unique number that identifies the group.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodisEnabled
Returns whether or not the Node is isEnabled.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields

  NameDescription
Public fieldStatic memberDEFAULT_GROUP_CONFIG
The default group configuration.
Top
Remarks

This represents a Secure Group-type node in the Storage.
See Also

Reference