The secure group configuration parameters for a node that represents a secure group.
Inheritance Hierarchy
org.opendof.core.oalDOFAuthenticatorSecureGroupNodeGroupConfig
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
[SerializableAttribute] public sealed class GroupConfig : DOFImmutable
The DOFAuthenticatorSecureGroupNodeGroupConfig type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | create | Construct a group configuration with specified parameters. |
![]() | Equals | (Overrides ObjectEquals(Object).) |
![]() | GetHashCode | (Overrides ObjectGetHashCode.) |
![]() | getHeartbeatPeriod | The groups heartbeat period in seconds. |
![]() | getMaxKEKPeriod | The group's maximum timing period in minutes. |
![]() | getMinKEKPeriod | The group's minimum timing period in minutes. |
![]() | getSecurityMode | Get the group's security mode. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | (Overrides ObjectToString.) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | DEFAULT_HEARTBEAT | Default heartbeat timing period in seconds. |
![]() ![]() | DEFAULT_TMAX | Default maximum timing period in minutes. |
![]() ![]() | DEFAULT_TMIN | Default minimum timing period in minutes. |
Remarks
See Also