public interface JsonOrderingMatchingRuleCfgClient extends SchemaProviderCfgClient
JSON Ordering Matching Rules determine the relative order of two JSON values using a custom set of rules.
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends JsonOrderingMatchingRuleCfgClient,? extends JsonOrderingMatchingRuleCfg> |
definition()
Get the configuration definition associated with this JSON Ordering Matching Rule.
|
ValueOrExpression<String> |
getJavaClass()
Gets the "java-class" property.
|
ValueOrExpression<String> |
getJsonKeys()
Gets the "json-keys" 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 |
setJavaClass(ValueOrExpression<String> value)
Sets the "java-class" property.
|
void |
setJsonKeys(ValueOrExpression<String> value)
Sets the "json-keys" 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 JsonOrderingMatchingRuleCfgClient,? extends JsonOrderingMatchingRuleCfg> 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.ValueOrExpression<String> getJavaClass()
Specifies the fully-qualified name of the Java class that provides the JSON Ordering 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 Ordering Matching Rule implementation.
setJavaClass
in interface SchemaProviderCfgClient
value
- The value of the "java-class" property.PropertyException
- If the new value is invalid.ValueOrExpression<String> getJsonKeys()
Specifies which JSON fields should be compared in order to determine the relative order of two JSON objects
This parameter is a list of space-delimited JSON pointers.
void setJsonKeys(ValueOrExpression<String> value) throws PropertyException
Specifies which JSON fields should be compared in order to determine the relative order of two JSON objects
This parameter is a list of space-delimited JSON pointers.
value
- The value of the "json-keys" 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.