Package | Description |
---|---|
org.forgerock.audit.util |
This package contains utility classes used in the audit service.
|
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 2011-2015 ForgeRock AS.