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.
|
Modifier and Type | Field and Description |
---|---|
protected TimeService |
OAuth2SessionInfo.timeService
TimeService used when comparing expire times.
|
protected TimeService |
OAuth2Client.timeService
TimeService used to handle token expire times. |
Constructor and Description |
---|
OAuth2Client(Handler httpHandler,
T config,
TimeService timeService,
SecureRandom random)
Deprecated.
|
OAuth2SessionInfo(TimeService timeService,
DataStore dataStore)
Constructs a OAuth2SessionInfo object.
|
Constructor and Description |
---|
OpenIDConnectClient(Handler httpHandler,
OpenIDConnectClientConfiguration config,
TimeService timeService,
SecureRandom random)
Deprecated.
|
OpenIDConnectSessionInfo(TimeService timeService,
DataStore dataStore,
JwtClaimsSet jwtClaimsSet)
Constructs a OpenIDConnectSessionInfo object.
|
Modifier and Type | Class and Description |
---|---|
class |
ClockTimeService
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
static TimeService |
TimeService.SYSTEM
Deprecated.
TimeService implementation based on System . |
Copyright © 2010-2018, ForgeRock All Rights Reserved.