public interface JsonQueryEqualityMatchingRuleCfgClient extends SchemaProviderCfgClient
The JSON Query Equality Matching Rule Provider provides the ability to configure customized JSON query equality matching rules.
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends JsonQueryEqualityMatchingRuleCfgClient,? extends JsonQueryEqualityMatchingRuleCfg> |
definition()
Get the configuration definition associated with this JSON Query Equality Matching Rule.
|
SortedSet<ValueOrExpression<String>> |
getIndexedField()
Gets the "indexed-field" property.
|
ValueOrExpression<String> |
getJavaClass()
Gets the "java-class" property.
|
ValueOrExpression<String> |
getMatchingRuleName()
Gets the "matching-rule-name" property.
|
ValueOrExpression<String> |
getMatchingRuleOid()
Gets the "matching-rule-oid" property.
|
ValueOrExpression<Boolean> |
isCaseSensitiveStrings()
Gets the "case-sensitive-strings" property.
|
ValueOrExpression<Boolean> |
isIgnoreWhiteSpace()
Gets the "ignore-white-space" property.
|
void |
setCaseSensitiveStrings(ValueOrExpression<Boolean> value)
Sets the "case-sensitive-strings" property.
|
void |
setIgnoreWhiteSpace(ValueOrExpression<Boolean> value)
Sets the "ignore-white-space" property.
|
void |
setIndexedField(Collection<ValueOrExpression<String>> values)
Sets the "indexed-field" property.
|
void |
setJavaClass(ValueOrExpression<String> value)
Sets the "java-class" property.
|
void |
setMatchingRuleName(ValueOrExpression<String> value)
Sets the "matching-rule-name" property.
|
void |
setMatchingRuleOid(ValueOrExpression<String> value)
Sets the "matching-rule-oid" property.
|
isEnabled, setEnabled
commit, properties
ManagedObjectDefinition<? extends JsonQueryEqualityMatchingRuleCfgClient,? extends JsonQueryEqualityMatchingRuleCfg> definition()
definition
in interface ConfigurationClient
definition
in interface SchemaProviderCfgClient
ValueOrExpression<Boolean> isCaseSensitiveStrings()
Indicates whether JSON string comparisons should be case-sensitive.
void setCaseSensitiveStrings(ValueOrExpression<Boolean> value) throws PropertyException
Indicates whether JSON string comparisons should be case-sensitive.
value
- The value of the "case-sensitive-strings" property.PropertyException
- If the new value is invalid.ValueOrExpression<Boolean> isIgnoreWhiteSpace()
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.
void setIgnoreWhiteSpace(ValueOrExpression<Boolean> value) throws PropertyException
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.
value
- The value of the "ignore-white-space" property.PropertyException
- If the new value is invalid.SortedSet<ValueOrExpression<String>> getIndexedField()
Specifies which JSON fields should be indexed.
A field will be indexed if it matches any of the configured field patterns.
void setIndexedField(Collection<ValueOrExpression<String>> values) throws PropertyException
Specifies which JSON fields should be indexed.
A field will be indexed if it matches any of the configured field patterns.
values
- The values of the "indexed-field" property.PropertyException
- If one or more of the new values are invalid.ValueOrExpression<String> getJavaClass()
Specifies the fully-qualified name of the Java class that provides the JSON Query Equality Matching Rule implementation.
getJavaClass
in interface SchemaProviderCfgClient
void setJavaClass(ValueOrExpression<String> value) throws PropertyException
Specifies the fully-qualified name of the Java class that provides the JSON Query Equality Matching Rule implementation.
setJavaClass
in interface SchemaProviderCfgClient
value
- The value of the "java-class" property.PropertyException
- If the new value is invalid.ValueOrExpression<String> getMatchingRuleName()
The name of the custom JSON matching rule.
void setMatchingRuleName(ValueOrExpression<String> value) throws PropertyException
The name of the custom JSON matching rule.
value
- The value of the "matching-rule-name" property.PropertyException
- If the new value is invalid.ValueOrExpression<String> getMatchingRuleOid()
The numeric OID of the custom JSON matching rule.
void setMatchingRuleOid(ValueOrExpression<String> value) throws PropertyException
The numeric OID of the custom JSON matching rule.
value
- The value of the "matching-rule-oid" property.PropertyException
- If the new value is invalid.Copyright 2010-2018 ForgeRock AS.