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.org.forgerock.openig.tools.am Access Management Server.org.forgerock.openig.tools.userprofile This package contains classes to call AM to retrieve user's profile info. -
-
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). -
Uses of VisibleForTesting in org.forgerock.openig.tools.am
Methods in org.forgerock.openig.tools.am with annotations of type VisibleForTesting Modifier and Type Method Description AmService.Builder
AmService.Builder. authenticationService(AuthenticationService authenticationService)
Bind aAuthenticationService
instance to this builder.AmService.Builder
AmService.Builder. notificationService(NotificationService notificationService)
Bind aNotificationService
instance to this builder.AmService.Builder
AmService.Builder. sessionService(SessionService sessionService)
Bind aSessionService
instance to this builder.AmService.Builder
AmService.Builder. uriService(UriService uriService)
Bind aUriService
instance to this builder. -
Uses of VisibleForTesting in org.forgerock.openig.tools.userprofile
Methods in org.forgerock.openig.tools.userprofile with annotations of type VisibleForTesting Modifier and Type Method Description static String
UserProfile. unwrap(JsonValue config, String key)
Utility method to unwrap a profile attribute that is wrapped in a JSON array.
-