Package | Description |
---|---|
org.forgerock.oauth2.core |
Defines the core classes to implement OAuth2 for OpenAM.
|
org.forgerock.oauth2.restlet |
Constructor and Description |
---|
AuthorizationService(List<AuthorizeRequestValidator> requestValidators,
ResourceOwnerSessionValidator resourceOwnerSessionValidator,
OAuth2ProviderSettingsFactory providerSettingsFactory,
ResourceOwnerConsentVerifier consentVerifier,
ClientRegistrationStore clientRegistrationStore,
AuthorizationTokenIssuer tokenIssuer,
ClientAuthenticationFailureFactory failureFactory,
CsrfProtection csrfProtection)
Constructs a new AuthorizationServiceImpl.
|
Constructor and Description |
---|
DeviceCodeVerificationResource(XUIState xuiState,
org.restlet.routing.Router router,
BaseURLProviderFactory baseURLProviderFactory,
OAuth2Representation representation,
TokenStore tokenStore,
OAuth2RequestFactory requestFactory,
AuthorizationService authorizationService,
OAuth2ProviderSettingsFactory providerSettingsFactory,
ExceptionHandler exceptionHandler,
ResourceOwnerSessionValidator resourceOwnerSessionValidator,
ClientRegistrationStore clientRegistrationStore,
OAuth2Utils oAuth2Utils,
CsrfProtection csrfProtection)
Constructs user code verification resource for OAuth2 Device Flow
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.