Uses of Class
org.forgerock.util.annotations.VisibleForTesting
-
Packages that use VisibleForTesting Package Description org.forgerock.oauth.clients.oauth2 OAuth 2.0 ForgeRock Client Implementation.org.forgerock.opendj.ldap Classes and interfaces for core types including connections, entries, and attributes. -
-
Uses of VisibleForTesting in org.forgerock.oauth.clients.oauth2
Constructors in org.forgerock.oauth.clients.oauth2 with annotations of type VisibleForTesting Constructor Description OAuth2SessionInfo(TimeService timeService, DataStore dataStore)
Constructs a OAuth2SessionInfo object. -
Uses of VisibleForTesting in org.forgerock.opendj.ldap
Constructors in org.forgerock.opendj.ldap with annotations of type VisibleForTesting Constructor Description TimeoutScheduler(com.forgerock.opendj.util.ReferenceCountedObject.Reference<ScheduledExecutorService> scheduler, Clock clock, long period, TimeUnit unit)
Creates a newTimeoutScheduler
.
-