Class NameAndJsonQueryEqualityMatchingRuleCfgDefn
The Name And JSON Query Equality Matching Rule Provider provides the ability to configure customized JSON query equality matching rules... (WARNING: private interface)
-
Method Summary
Modifier and TypeMethodDescriptioncreateClientConfiguration
(ManagedObject<? extends NameAndJsonQueryEqualityMatchingRuleCfgClient> impl) Creates a client configuration view of the provided managed object.createServerConfiguration
(ServerManagedObject<? extends NameAndJsonQueryEqualityMatchingRuleCfg> impl) Creates a server configuration view of the provided server managed object.Get the "case-sensitive-strings" property definition.Get the "enabled" property definition.Get the "ignore-white-space" property definition.Get the "indexed-field" property definition.Get the Name And JSON Query Equality Matching Rule configuration definition singleton.Get the "java-class" property definition.Get the "matching-rule-name" property definition.Get the "matching-rule-oid" property definition.Gets the server configuration class instance associated with this managed object definition.Methods inherited from class org.forgerock.opendj.config.AbstractManagedObjectDefinition
getAggregationPropertyDefinitions, getAllAggregationPropertyDefinitions, getAllChildren, getAllConstraints, getAllPropertyDefinitions, getAllRelationDefinitions, getAllReverseRelationDefinitions, getAllTags, getChild, getChildren, getConstraints, getDeprecated, getDescription, getDescription, getName, getParent, getPropertyDefinition, getPropertyDefinitions, getRelationDefinition, getRelationDefinitions, getReverseAggregationPropertyDefinitions, getReverseRelationDefinitions, getSynopsis, getSynopsis, getUserFriendlyName, getUserFriendlyName, getUserFriendlyPluralName, getUserFriendlyPluralName, hasChildren, hasOption, hasTag, initialize, isChildOf, isParentOf, isTop, registerConstraint, registerDeprecated, registerOption, registerPropertyDefinition, registerRelationDefinition, registerTag, resolveManagedObjectDefinition, toString, toString
-
Method Details
-
getInstance
Get the Name And JSON Query Equality Matching Rule configuration definition singleton.- Returns:
- Returns the Name And JSON Query Equality Matching Rule configuration definition singleton.
-
createClientConfiguration
public NameAndJsonQueryEqualityMatchingRuleCfgClient createClientConfiguration(ManagedObject<? extends NameAndJsonQueryEqualityMatchingRuleCfgClient> impl) Description copied from class:ManagedObjectDefinition
Creates a client configuration view of the provided managed object. Modifications made to the underlying managed object will be reflected in the client configuration view and vice versa.- Specified by:
createClientConfiguration
in classManagedObjectDefinition<NameAndJsonQueryEqualityMatchingRuleCfgClient,
NameAndJsonQueryEqualityMatchingRuleCfg> - Parameters:
impl
- The managed object.- Returns:
- Returns a client configuration view of the provided managed object.
-
createServerConfiguration
public NameAndJsonQueryEqualityMatchingRuleCfg createServerConfiguration(ServerManagedObject<? extends NameAndJsonQueryEqualityMatchingRuleCfg> impl) Description copied from class:ManagedObjectDefinition
Creates a server configuration view of the provided server managed object.- Specified by:
createServerConfiguration
in classManagedObjectDefinition<NameAndJsonQueryEqualityMatchingRuleCfgClient,
NameAndJsonQueryEqualityMatchingRuleCfg> - Parameters:
impl
- The server managed object.- Returns:
- Returns a server configuration view of the provided server managed object.
-
getServerConfigurationClass
Description copied from class:ManagedObjectDefinition
Gets the server configuration class instance associated with this managed object definition.- Specified by:
getServerConfigurationClass
in classManagedObjectDefinition<NameAndJsonQueryEqualityMatchingRuleCfgClient,
NameAndJsonQueryEqualityMatchingRuleCfg> - Returns:
- Returns the server configuration class instance associated with this managed object definition.
-
getCaseSensitiveStringsPropertyDefinition
Get the "case-sensitive-strings" property definition.Indicates whether JSON string comparisons should be case-sensitive.
- Returns:
- Returns the "case-sensitive-strings" property definition.
-
getEnabledPropertyDefinition
Get the "enabled" property definition.Indicates whether the Name And JSON Query Equality Matching Rule is enabled for use.
- Returns:
- Returns the "enabled" property definition.
-
getIgnoreWhiteSpacePropertyDefinition
Get the "ignore-white-space" property definition.Indicates whether JSON string comparisons should ignore white-space.
When enabled all leading and trailing white space will be removed and intermediate white space will be reduced to a single character.
- Returns:
- Returns the "ignore-white-space" property definition.
-
getIndexedFieldPropertyDefinition
Get the "indexed-field" property definition.Specifies which JSON fields should be indexed.
A field will be indexed if it matches any of the configured field patterns.
- Returns:
- Returns the "indexed-field" property definition.
-
getJavaClassPropertyDefinition
Get the "java-class" property definition.Specifies the fully-qualified name of the Java class that provides the Name And JSON Query Equality Matching Rule implementation.
- Returns:
- Returns the "java-class" property definition.
-
getMatchingRuleNamePropertyDefinition
Get the "matching-rule-name" property definition.The name of the custom JSON matching rule.
- Returns:
- Returns the "matching-rule-name" property definition.
-
getMatchingRuleOidPropertyDefinition
Get the "matching-rule-oid" property definition.The numeric OID of the custom JSON matching rule.
- Returns:
- Returns the "matching-rule-oid" property definition.
-