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 JsonEqualityMatchingRuleCfgClient,? extends JsonEqualityMatchingRuleCfg> |
JsonEqualityMatchingRuleCfgClient.definition()
Get the configuration definition associated with this JSON Equality Matching Rule.
|
Modifier and Type | Method and Description |
---|---|
JsonEqualityMatchingRuleCfg |
JsonEqualityMatchingRuleCfgDefn.createServerConfiguration(ServerManagedObject<? extends JsonEqualityMatchingRuleCfg> impl) |
Modifier and Type | Method and Description |
---|---|
Class<JsonEqualityMatchingRuleCfg> |
JsonEqualityMatchingRuleCfgDefn.getServerConfigurationClass() |
Modifier and Type | Method and Description |
---|---|
JsonEqualityMatchingRuleCfg |
JsonEqualityMatchingRuleCfgDefn.createServerConfiguration(ServerManagedObject<? extends JsonEqualityMatchingRuleCfg> impl) |
Modifier and Type | Method and Description |
---|---|
Class<? extends JsonEqualityMatchingRuleCfg> |
JsonEqualityMatchingRuleCfg.configurationClass()
Gets the configuration class associated with this JSON Equality Matching Rule.
|
Modifier and Type | Method and Description |
---|---|
void |
JsonEqualityMatchingRuleCfg.addJsonEqualityMatchingRuleChangeListener(ConfigurationChangeListener<JsonEqualityMatchingRuleCfg> listener)
Register to be notified when this JSON Equality Matching Rule is changed.
|
void |
JsonEqualityMatchingRuleCfg.removeJsonEqualityMatchingRuleChangeListener(ConfigurationChangeListener<JsonEqualityMatchingRuleCfg> listener)
Deregister an existing JSON Equality Matching Rule configuration change listener.
|
Modifier and Type | Method and Description |
---|---|
ConfigChangeResult |
JsonEqualityMatchingRuleProvider.applyConfigurationChange(JsonEqualityMatchingRuleCfg configuration) |
void |
JsonEqualityMatchingRuleProvider.initialize(ServerContext serverContext,
JsonEqualityMatchingRuleCfg configuration,
SchemaBuilder initialSchemaBuilder) |
boolean |
JsonEqualityMatchingRuleProvider.isConfigurationAcceptable(JsonEqualityMatchingRuleCfg config,
List<LocalizableMessage> unacceptableReasons) |
boolean |
JsonEqualityMatchingRuleProvider.isConfigurationChangeAcceptable(JsonEqualityMatchingRuleCfg config,
List<LocalizableMessage> unacceptableReasons) |
Copyright 2010-2018 ForgeRock AS.