Package | Description |
---|---|
org.forgerock.audit.util |
Modifier and Type | Field and Description |
---|---|
protected static String |
ElasticsearchUtil.FIELD_NAMES_FIELD
JSON field-name of normalized field-names.
|
protected static String |
ElasticsearchUtil.NORMALIZED_FIELD
JSON field-name of metadata to assist in de-normalization.
|
Modifier and Type | Method and Description |
---|---|
protected static String |
ElasticsearchUtil.replaceKeyPeriodsWithUnderscores(String json)
Replaces all period-characters in JSON keys with underscore-characters
[ref].
|
protected static JsonValue |
ElasticsearchUtil.restoreKeyPeriods(JsonValue value,
JsonValue normalized)
Reverses the normalization steps preformed by
ElasticsearchUtil.replaceKeyPeriodsWithUnderscores(String) . |
Copyright © 2025 Open Identity Platform Community. All rights reserved.