Package | Description |
---|---|
org.forgerock.opendj.server.config.client |
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
|
org.forgerock.opendj.server.config.meta |
Provides introspection interfaces for the Core directory server
administrative components.
|
org.forgerock.opendj.server.config.server |
Provides server-side interfaces for accessing the Core directory
server administrative components.
|
org.opends.server.api |
Contains a number of API declarations for use throughout the
Directory Server.
|
org.opends.server.core |
Contains various classes that comprise the core of the Directory Server codebase.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends GroupImplementationCfgClient,? extends GroupImplementationCfg> |
GroupImplementationCfgClient.definition()
Get the configuration definition associated with this Group Implementation.
|
Modifier and Type | Method and Description |
---|---|
<C extends GroupImplementationCfgClient> |
RootCfgClient.createGroupImplementation(ManagedObjectDefinition<C,? extends GroupImplementationCfg> d,
String name,
Collection<PropertyException> exceptions)
Creates a new Group Implementation.
|
Modifier and Type | Method and Description |
---|---|
GroupImplementationCfg |
GroupImplementationCfgDefn.createServerConfiguration(ServerManagedObject<? extends GroupImplementationCfg> impl) |
Modifier and Type | Method and Description |
---|---|
InstantiableRelationDefinition<GroupImplementationCfgClient,GroupImplementationCfg> |
RootCfgDefn.getGroupImplementationsRelationDefinition()
Get the "group-implementations" relation definition.
|
Class<GroupImplementationCfg> |
GroupImplementationCfgDefn.getServerConfigurationClass() |
Modifier and Type | Method and Description |
---|---|
GroupImplementationCfg |
GroupImplementationCfgDefn.createServerConfiguration(ServerManagedObject<? extends GroupImplementationCfg> impl) |
Modifier and Type | Interface and Description |
---|---|
interface |
DynamicGroupImplementationCfg
A server-side interface for querying Dynamic Group Implementation
settings.
|
interface |
StaticGroupImplementationCfg
A server-side interface for querying Static Group Implementation
settings.
|
interface |
VirtualStaticGroupImplementationCfg
A server-side interface for querying Virtual Static Group
Implementation settings.
|
Modifier and Type | Method and Description |
---|---|
GroupImplementationCfg |
RootCfg.getGroupImplementation(String name)
Gets the named Group Implementation.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends GroupImplementationCfg> |
GroupImplementationCfg.configurationClass()
Gets the configuration class associated with this Group Implementation.
|
Modifier and Type | Method and Description |
---|---|
void |
GroupImplementationCfg.addChangeListener(ConfigurationChangeListener<GroupImplementationCfg> listener)
Register to be notified when this Group Implementation is changed.
|
void |
RootCfg.addGroupImplementationAddListener(ConfigurationAddListener<GroupImplementationCfg> listener)
Registers to be notified when new Group Implementations are added.
|
void |
RootCfg.addGroupImplementationDeleteListener(ConfigurationDeleteListener<GroupImplementationCfg> listener)
Registers to be notified when existing Group Implementations are deleted.
|
void |
GroupImplementationCfg.removeChangeListener(ConfigurationChangeListener<GroupImplementationCfg> listener)
Deregister an existing Group Implementation configuration change listener.
|
void |
RootCfg.removeGroupImplementationAddListener(ConfigurationAddListener<GroupImplementationCfg> listener)
Deregisters an existing Group Implementation configuration add listener.
|
void |
RootCfg.removeGroupImplementationDeleteListener(ConfigurationDeleteListener<GroupImplementationCfg> listener)
Deregisters an existing Group Implementation configuration delete listener.
|
Modifier and Type | Class and Description |
---|---|
class |
Group<T extends GroupImplementationCfg>
This class defines the set of methods that must be implemented by a Directory Server group.
|
Modifier and Type | Method and Description |
---|---|
ConfigChangeResult |
GroupManager.applyConfigurationAdd(GroupImplementationCfg configuration) |
ConfigChangeResult |
GroupManager.applyConfigurationChange(GroupImplementationCfg configuration) |
ConfigChangeResult |
GroupManager.applyConfigurationDelete(GroupImplementationCfg configuration) |
boolean |
GroupManager.isConfigurationAddAcceptable(GroupImplementationCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
boolean |
GroupManager.isConfigurationChangeAcceptable(GroupImplementationCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
boolean |
GroupManager.isConfigurationDeleteAcceptable(GroupImplementationCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
Copyright 2010-2020 ForgeRock AS.