Package | Description |
---|---|
org.opends.server.admin.std.client |
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
|
org.opends.server.admin.std.meta |
Provides introspection interfaces for the Core directory server
administrative components.
|
org.opends.server.admin.std.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)
Creates a server configuration view of the provided server
managed object.
|
Modifier and Type | Method and Description |
---|---|
InstantiableRelationDefinition<GroupImplementationCfgClient,GroupImplementationCfg> |
RootCfgDefn.getGroupImplementationsRelationDefinition()
Get the "group-implementations" relation definition.
|
Class<GroupImplementationCfg> |
GroupImplementationCfgDefn.getServerConfigurationClass()
Gets the server configuration class instance associated with this
managed object definition.
|
Modifier and Type | Method and Description |
---|---|
GroupImplementationCfg |
GroupImplementationCfgDefn.createServerConfiguration(ServerManagedObject<? extends GroupImplementationCfg> impl)
Creates a server configuration view of the provided server
managed object.
|
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 |
---|---|
boolean |
Group.isConfigurationAcceptable(GroupImplementationCfg configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the provided configuration is acceptable for
this group implementation.
|
Modifier and Type | Method and Description |
---|---|
ConfigChangeResult |
GroupManager.applyConfigurationAdd(GroupImplementationCfg configuration)
Adds a new configuration to this add listener.
|
ConfigChangeResult |
GroupManager.applyConfigurationChange(GroupImplementationCfg configuration)
Applies the configuration changes to this change listener.
|
ConfigChangeResult |
GroupManager.applyConfigurationDelete(GroupImplementationCfg configuration)
Deletes an existing configuration from this delete listener.
|
boolean |
GroupManager.isConfigurationAddAcceptable(GroupImplementationCfg configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the proposed addition of a new configuration is
acceptable to this add listener.
|
boolean |
GroupManager.isConfigurationChangeAcceptable(GroupImplementationCfg configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the proposed change to the configuration is
acceptable to this change listener.
|
boolean |
GroupManager.isConfigurationDeleteAcceptable(GroupImplementationCfg configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the proposed deletion of an existing
configuration is acceptable to this delete listener.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.