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.schema |
Contains implementations of various Directory Server schema elements.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends JsonOrderingMatchingRuleCfgClient,? extends JsonOrderingMatchingRuleCfg> |
JsonOrderingMatchingRuleCfgClient.definition()
Get the configuration definition associated with this JSON Ordering Matching Rule.
|
Modifier and Type | Method and Description |
---|---|
JsonOrderingMatchingRuleCfg |
JsonOrderingMatchingRuleCfgDefn.createServerConfiguration(ServerManagedObject<? extends JsonOrderingMatchingRuleCfg> impl) |
Modifier and Type | Method and Description |
---|---|
Class<JsonOrderingMatchingRuleCfg> |
JsonOrderingMatchingRuleCfgDefn.getServerConfigurationClass() |
Modifier and Type | Method and Description |
---|---|
JsonOrderingMatchingRuleCfg |
JsonOrderingMatchingRuleCfgDefn.createServerConfiguration(ServerManagedObject<? extends JsonOrderingMatchingRuleCfg> impl) |
Modifier and Type | Method and Description |
---|---|
Class<? extends JsonOrderingMatchingRuleCfg> |
JsonOrderingMatchingRuleCfg.configurationClass()
Gets the configuration class associated with this JSON Ordering Matching Rule.
|
Modifier and Type | Method and Description |
---|---|
void |
JsonOrderingMatchingRuleCfg.addJsonOrderingMatchingRuleChangeListener(ConfigurationChangeListener<JsonOrderingMatchingRuleCfg> listener)
Register to be notified when this JSON Ordering Matching Rule is changed.
|
void |
JsonOrderingMatchingRuleCfg.removeJsonOrderingMatchingRuleChangeListener(ConfigurationChangeListener<JsonOrderingMatchingRuleCfg> listener)
Deregister an existing JSON Ordering Matching Rule configuration change listener.
|
Modifier and Type | Method and Description |
---|---|
ConfigChangeResult |
JsonOrderingMatchingRuleProvider.applyConfigurationChange(JsonOrderingMatchingRuleCfg configuration) |
void |
JsonOrderingMatchingRuleProvider.initialize(ServerContext serverContext,
JsonOrderingMatchingRuleCfg configuration,
SchemaBuilder initialSchemaBuilder) |
boolean |
JsonOrderingMatchingRuleProvider.isConfigurationAcceptable(JsonOrderingMatchingRuleCfg config,
List<LocalizableMessage> unacceptableReasons) |
boolean |
JsonOrderingMatchingRuleProvider.isConfigurationChangeAcceptable(JsonOrderingMatchingRuleCfg config,
List<LocalizableMessage> unacceptableReasons) |
Copyright 2010-2018 ForgeRock AS.