Uses of Class
org.forgerock.util.annotations.VisibleForTesting
-
Packages that use VisibleForTesting Package Description org.forgerock.audit.util This package contains utility classes used in the audit service.org.forgerock.openig.heap Manages collections or "heaps" of associated objects, initialized from declarative configuration artifacts. -
-
Uses of VisibleForTesting in org.forgerock.audit.util
Fields in org.forgerock.audit.util with annotations of type VisibleForTesting Modifier and Type Field 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.Methods in org.forgerock.audit.util with annotations of type VisibleForTesting Modifier and Type Method 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 byElasticsearchUtil.replaceKeyPeriodsWithUnderscores(String)
. -
Uses of VisibleForTesting in org.forgerock.openig.heap
Constructors in org.forgerock.openig.heap with annotations of type VisibleForTesting Constructor Description HeapImpl(Name name)
Builds a root heap (will be referenced by children but has no parent itself).
-