Configuration Reference Home
OpenDJ Server - Static Group Implementation

Static Group Implementation

The Static Group Implementation provides a grouping mechanism in which the group membership is based on an explicit list of the DNs of the users that are members of the group.

Note that it is possible to nest static groups by including the DN of a nested group in the member list for the parent group.

Parent Component

The Static Group Implementation component inherits from the Group Implementation

Properties

A description of each property follows.


Basic Properties: Advanced Properties:
↓ enabled ↓ java-class

Basic Properties

enabled

Description
Indicates whether the Group Implementation is enabled.
Default Value
None
Allowed Values
true
false
Multi-valued
No
Required
Yes
Admin Action Required
None
Advanced Property
No
Read-only
No


Advanced Properties

java-class

Description
Specifies the fully-qualified name of the Java class that provides the Static Group Implementation implementation.
Default Value
org.opends.server.extensions.StaticGroup
Allowed Values
A java class that implements or extends the class(es) :
org.opends.server.api.Group
Multi-valued
No
Required
Yes
Admin Action Required
The Static Group Implementation must be disabled and re-enabled for changes to this setting to take effect
Advanced Property
Yes
Read-only
No