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