Group Implementation

This is an abstract object type that cannot be instantiated.

Group Implementations define named collections of users.

Different group implementations may have different ways of determining membership. For example, some groups may explicitly list the members, and/or they may dynamically determine membership.

Group Implementations

The following Group Implementations are available:

These Group Implementations inherit the properties described below.

Basic Properties

enabled

SynopsisIndicates whether the Group Implementation is enabled.
Default Value

None

Allowed Values

true

false

Multi-valued

No

Required

Yes

Admin Action Required

None

Advanced

No

Read-Only

No

java-class

SynopsisSpecifies the fully-qualified name of the Java class that provides the Group Implementation implementation.
Default Value

None

Allowed Values

A Java class that extends or implements:

  • org.opends.server.api.Group

Multi-valued

No

Required

Yes

Admin Action Required

The object must be disabled and re-enabled for changes to take effect.

Advanced

No

Read-Only

No

Read a different version of :