Uses of Interface
org.forgerock.util.time.TimeService
-
Packages that use TimeService Package Description org.forgerock.oauth.clients.oauth2 OAuth 2.0 ForgeRock Client Implementation.org.forgerock.oauth.clients.oidc OpenID Connect ForgeRock Client Implementation.org.forgerock.util.time Provides a time service abstraction. -
-
Uses of TimeService in org.forgerock.oauth.clients.oauth2
Fields in org.forgerock.oauth.clients.oauth2 declared as TimeService Modifier and Type Field Description protected TimeService
OAuth2Client. timeService
TimeService
used to handle token expire times.protected TimeService
OAuth2SessionInfo. timeService
TimeService used when comparing expire times.Constructors in org.forgerock.oauth.clients.oauth2 with parameters of type TimeService Constructor Description OAuth2Client(Handler httpHandler, T config, TimeService timeService, SecureRandom random)
Deprecated.OAuth2SessionInfo(TimeService timeService, DataStore dataStore)
Constructs a OAuth2SessionInfo object. -
Uses of TimeService in org.forgerock.oauth.clients.oidc
Constructors in org.forgerock.oauth.clients.oidc with parameters of type TimeService Constructor Description OpenIDConnectClient(Handler httpHandler, OpenIDConnectClientConfiguration config, TimeService timeService, SecureRandom random)
Deprecated.OpenIDConnectSessionInfo(TimeService timeService, DataStore dataStore, JwtClaimsSet jwtClaimsSet)
Constructs a OpenIDConnectSessionInfo object. -
Uses of TimeService in org.forgerock.util.time
Classes in org.forgerock.util.time that implement TimeService Modifier and Type Class Description class
ClockTimeService
Deprecated.Fields in org.forgerock.util.time declared as TimeService Modifier and Type Field Description static TimeService
TimeService. SYSTEM
Deprecated.TimeService
implementation based onSystem
.
-