Uses of Annotation Interface
org.forgerock.util.annotations.VisibleForTesting
Packages that use VisibleForTesting
Package
Description
This package contains utility classes used in the audit service.
Capture decoration classes that prints filters and handlers input and output messages.
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
Fields in org.forgerock.audit.util with annotations of type VisibleForTestingModifier 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.Methods in org.forgerock.audit.util with annotations of type VisibleForTestingModifier 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.decoration.capture
Constructors in org.forgerock.openig.decoration.capture with annotations of type VisibleForTestingModifierConstructorDescriptionCaptureDecorator
(String name, boolean captureEntity, boolean captureContext) Builds a newcapture
decorator. -
Uses of VisibleForTesting in org.forgerock.openig.handler.router
Constructors in org.forgerock.openig.handler.router with annotations of type VisibleForTestingModifierConstructorDescriptionRoutingContext
(Context parent, String routeId, String routeName) Create a new instance of aRoutingContext
. -
Uses of VisibleForTesting in org.forgerock.openig.heap
Constructors in org.forgerock.openig.heap with annotations of type VisibleForTestingModifierConstructorDescriptionEnvironmentHeap
(Name name, Environment environment, org.forgerock.config.resolvers.PropertyResolver propertyResolver) Builds a new EnvironmentHeap with the givenname
andenvironment
.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 VisibleForTestingModifier and TypeClassDescriptionclass
ARealmNormalizer
computes 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 VisibleForTestingModifier 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.Constructors in org.forgerock.openig.tools.am with annotations of type VisibleForTestingModifierConstructorDescriptionBuilder
(Handler amHandler, Clock clock, String agentId, String cookieName, AmVersion version, UriService uriService, AsyncRefreshableSupplier<SsoToken, AuthenticationException> tokenProvider, org.forgerock.openig.tracing.TracingProvider tracingProvider) Create a Builder instance with every mandatory parameters. -
Uses of VisibleForTesting in org.forgerock.openig.tools.userprofile
Methods in org.forgerock.openig.tools.userprofile with annotations of type VisibleForTesting -
Uses of VisibleForTesting in org.forgerock.openig.util
Methods in org.forgerock.openig.util with annotations of type VisibleForTestingModifier and TypeMethodDescriptionstatic ProductInfo
ProductInfo.empty()
Create aProductInfo
without any information.