Uses of Annotation Interface
org.forgerock.util.annotations.VisibleForTesting
Package
Description
This package contains utility classes used in the audit service.
Provides automated router capability that loads its configurations files (called routes) from a given directory.
Manages collections or "heaps" of associated objects, initialized from
declarative configuration artifacts.
Access Management Server.
This package contains classes to call AM to retrieve user's profile info.
Miscellaneous utility classes.
-
Uses of VisibleForTesting in org.forgerock.audit.util
Modifier and TypeFieldDescriptionprotected static final String
ElasticsearchUtil.FIELD_NAMES_FIELD
JSON field-name of normalized field-names.protected static final String
ElasticsearchUtil.NORMALIZED_FIELD
JSON field-name of metadata to assist in de-normalization.Modifier and TypeMethodDescriptionprotected 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.handler.router
ModifierConstructorDescriptionRoutingContext
(Context parent, String routeId, String routeName) Create a new instance of aRoutingContext
. -
Uses of VisibleForTesting in org.forgerock.openig.heap
-
Uses of VisibleForTesting in org.forgerock.openig.tools.am
Modifier and TypeClassDescriptionclass
ARealmNormalizer
computes the path segment that includes the AM realm information as it should be used in REST API call.Modifier and TypeMethodDescriptionAmService.Builder.notificationService
(NotificationService notificationService) Bind aNotificationService
instance to this builder.static RealmNormalizer
Selects the normalizer to use given an AM version.AmService.Builder.sessionService
(SessionService sessionService) Bind aSessionService
instance to this builder.ModifierConstructorDescriptionBuilder
(Handler amHandler, Clock clock, String agentId, String cookieName, AmVersion version, UriService uriService, AsyncRefreshableSupplier<SsoToken, AuthenticationException> tokenProvider) Create a Builder instance with every mandatory parameters. -
Uses of VisibleForTesting in org.forgerock.openig.tools.userprofile
-
Uses of VisibleForTesting in org.forgerock.openig.util
Modifier and TypeMethodDescriptionstatic ProductInfo
ProductInfo.empty()
Create aProductInfo
without any information.