Package | Description |
---|---|
org.forgerock.oauth2.core |
Defines the core classes to implement OAuth2 for OpenAM.
|
org.forgerock.oauth2.restlet | |
org.forgerock.openidconnect |
Constructor and Description |
---|
TokenInfoService(OAuth2ProviderSettingsFactory providerSettingsFactory,
AccessTokenVerifier headerTokenVerifier,
AccessTokenVerifier queryTokenVerifier,
ClientRegistrationStore clientRegistrationStore)
Constructs a new TokenInfoServiceImpl.
|
Modifier and Type | Class and Description |
---|---|
class |
RestletFormBodyAccessTokenVerifier
Verifies that a OAuth2 request that is made to one of the protected endpoints on the OAuth2 provider,
(i.e. tokeninfo, userinfo) contains a valid access token specified in the request body.
|
class |
RestletHeaderAccessTokenVerifier
Verifies that a OAuth2 request that is made to one of the protected endpoints on the OAuth2 provider,
(i.e. tokeninfo, userinfo) contains a valid access token specified in the request header.
|
class |
RestletQueryParameterAccessTokenVerifier
Verifies that a OAuth2 request that is made to one of the protected endpoints on the OAuth2 provider,
(i.e. tokeninfo, userinfo) contains a valid access token specified in the request query parameter list.
|
Constructor and Description |
---|
UserInfoService(TokenStore tokenStore,
OAuth2ProviderSettingsFactory providerSettingsFactory,
AccessTokenVerifier headerTokenVerifier,
AccessTokenVerifier formTokenVerifier,
ClientRegistrationStore clientRegistrationStore)
Constructs a new UserInfoServiceImpl.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.