Configuration Reference Home
OpenDJ Server - Virtual Static Group Implementation

Virtual Static Group Implementation

The Virtual Static Group Implementation provides a grouping mechanism in which the membership for the virtual static group is based on the membership for another group defined within the server.

The primary benefit of virtual static groups is that they make it possible to present other types of groups (for example, dynamic groups) as if they were static groups for the benefit of applications that do not support alternate grouping mechanisms.

Parent Component

The Virtual 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 Virtual Static Group Implementation implementation.
Default Value
org.opends.server.extensions.VirtualStaticGroup
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 Virtual Static Group Implementation must be disabled and re-enabled for changes to this setting to take effect
Advanced Property
Yes
Read-only
No