Uses of Class
org.forgerock.oauth2.core.ResourceOwnerSessionValidator
-
Packages that use ResourceOwnerSessionValidator Package Description org.forgerock.oauth2.core Defines the core classes to implement OAuth2 for OpenAM.org.forgerock.oauth2.restlet org.forgerock.openidconnect -
-
Uses of ResourceOwnerSessionValidator in org.forgerock.oauth2.core
Constructors in org.forgerock.oauth2.core with parameters of type ResourceOwnerSessionValidator Constructor Description AuthorizationService(List<AuthorizeRequestValidator> requestValidators, ResourceOwnerSessionValidator resourceOwnerSessionValidator, OAuth2ProviderSettingsFactory providerSettingsFactory, ResourceOwnerConsentVerifier consentVerifier, ClientRegistrationStore clientRegistrationStore, AuthorizationTokenIssuer tokenIssuer, ClientAuthenticationFailureFactory failureFactory, CsrfProtection csrfProtection)
Constructs a new AuthorizationServiceImpl.CsrfProtection(ResourceOwnerSessionValidator resourceOwnerSessionValidator)
-
Uses of ResourceOwnerSessionValidator in org.forgerock.oauth2.restlet
Constructors in org.forgerock.oauth2.restlet with parameters of type ResourceOwnerSessionValidator Constructor Description AuthorizeResource(OAuth2RequestFactory requestFactory, AuthorizationService authorizationService, ExceptionHandler exceptionHandler, OAuth2Representation representation, Set<AuthorizeRequestHook> hooks, XUIState xuiState, org.restlet.routing.Router router, BaseURLProviderFactory baseURLProviderFactory, RedirectUriResolver redirectUriResolver, ResourceOwnerSessionValidator resourceOwnerSessionValidator)
Constructs a new AuthorizeResource.ConsentRequiredResource(org.restlet.routing.Router router, BaseURLProviderFactory baseURLProviderFactory, XUIState xuiState, ResourceOwnerSessionValidator resourceOwnerSessionValidator)
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 -
Uses of ResourceOwnerSessionValidator in org.forgerock.openidconnect
Constructors in org.forgerock.openidconnect with parameters of type ResourceOwnerSessionValidator Constructor Description OpenIDTokenIssuer(OpenIdConnectTokenStore tokenStore, ResourceOwnerSessionValidator resourceOwnerSessionValidator)
Constructs a new OpenIDTokenIssuer.
-