Package | Description |
---|---|
org.forgerock.oauth2.core |
Defines the core classes to implement OAuth2 for OpenAM.
|
org.forgerock.openidconnect |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
OpenIdResourceOwnerConsentVerifier
Verifier for determining whether a resource owner has saved its consent for the authorization grant, taking into
account and OpenID Connect prompt parameter.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.