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 StringElasticsearchUtil. FIELD_NAMES_FIELDJSON field-name of normalized field-names.protected static StringElasticsearchUtil. NORMALIZED_FIELDJSON 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 StringElasticsearchUtil. replaceKeyPeriodsWithUnderscores(String json)Replaces all period-characters in JSON keys with underscore-characters [ref].protected static JsonValueElasticsearchUtil. 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
Classes in org.forgerock.openig.tools.am with annotations of type VisibleForTesting Modifier and Type Class Description classRealmNormalizerARealmNormalizercomputes the path segment that includes the AM realm information as it should be used in REST API call.Methods in org.forgerock.openig.tools.am with annotations of type VisibleForTesting Modifier and Type Method Description AmService.BuilderAmService.Builder. notificationService(NotificationService notificationService)Bind aNotificationServiceinstance to this builder.static RealmNormalizerRealmNormalizer. select(AmVersion version)Selects the normalizer to use given an AM version.AmService.BuilderAmService.Builder. sessionService(SessionService sessionService)Bind aSessionServiceinstance to this builder.Constructors in org.forgerock.openig.tools.am with annotations of type VisibleForTesting Constructor Description Builder(Handler amHandler, Clock clock, String agentId, String cookieName, AmVersion version, UriService uriService, AuthenticationService authenticationService, AsyncRefreshableSupplier<SsoToken,AuthenticationException> tokenProvider) -
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 StringUserProfile. unwrap(JsonValue config, String key)Utility method to unwrap a profile attribute that is wrapped in a JSON array.
-