Uses of Interface
com.broadleafcommerce.auth.user.session.StatelessUtil
Packages that use StatelessUtil
Package
Description
-
Uses of StatelessUtil in com.broadleafcommerce.auth.authorization.security.embedded.autoconfigure
Methods in com.broadleafcommerce.auth.authorization.security.embedded.autoconfigure with parameters of type StatelessUtilModifier and TypeMethodDescriptionEmbeddedLoginAutoConfiguration.embeddedLoginAuthenticationFilter
(org.springframework.security.authentication.AuthenticationManager authenticationManager, org.springframework.security.web.authentication.AuthenticationSuccessHandler embeddedLoginAuthenticationSuccessHandler, org.springframework.security.web.authentication.AuthenticationFailureHandler embeddedLoginAuthenticationFailureHandler, org.springframework.security.web.authentication.session.SessionAuthenticationStrategy sessionAuthenticationStrategy, StatelessUtil statelessUtil, UserLockoutService userLockoutService, AuthorizationServerService<AuthorizationServer> authorizationServerService, AuthorizedClientService<AuthorizedClient> authorizedClientService) -
Uses of StatelessUtil in com.broadleafcommerce.auth.authorization.security.embedded.login
Constructors in com.broadleafcommerce.auth.authorization.security.embedded.login with parameters of type StatelessUtilModifierConstructorDescriptionEmbeddedLoginAuthenticationFilter
(org.springframework.security.authentication.AuthenticationManager authenticationManager, org.springframework.security.web.authentication.AuthenticationSuccessHandler successHandler, org.springframework.security.web.authentication.AuthenticationFailureHandler failureHandler, org.springframework.security.web.authentication.session.SessionAuthenticationStrategy sessionAuthenticationStrategy, StatelessUtil util, UserLockoutService userLockoutService, AuthorizationServerService<AuthorizationServer> authorizationServerService, AuthorizedClientService<AuthorizedClient> authorizedClientService) -
Uses of StatelessUtil in com.broadleafcommerce.auth.client.autoconfigure
Methods in com.broadleafcommerce.auth.client.autoconfigure with parameters of type StatelessUtilModifier and TypeMethodDescriptionprotected BroadleafAuthorizationRequestRepository
OAuthClientAutoConfiguration.authorizationRequestRepository
(StatelessUtil statelessUtil, ContextHelperService contextHelperService) -
Uses of StatelessUtil in com.broadleafcommerce.auth.client.service
Methods in com.broadleafcommerce.auth.client.service that return StatelessUtilModifier and TypeMethodDescriptionprotected StatelessUtil
DefaultOAuth2AuthorizedClientRepository.getStatelessUtil()
Constructors in com.broadleafcommerce.auth.client.service with parameters of type StatelessUtilModifierConstructorDescriptionDefaultOAuth2AuthorizedClientRepository
(StatelessUtil statelessUtil, ContextHelperService contextHelperService, org.springframework.security.oauth2.client.registration.ClientRegistrationRepository clientRegistrationRepository) -
Uses of StatelessUtil in com.broadleafcommerce.auth.client.web.repo
Methods in com.broadleafcommerce.auth.client.web.repo that return StatelessUtilModifier and TypeMethodDescriptionprotected StatelessUtil
BroadleafAuthorizationRequestRepository.getStatelessUtil()
Constructors in com.broadleafcommerce.auth.client.web.repo with parameters of type StatelessUtilModifierConstructorDescriptionBroadleafAuthorizationRequestRepository
(StatelessUtil statelessUtil, ContextHelperService contextHelperService) -
Uses of StatelessUtil in com.broadleafcommerce.auth.security.service
Methods in com.broadleafcommerce.auth.security.service that return StatelessUtilModifier and TypeMethodDescriptionprotected StatelessUtil
DefaultUserLoginService.getSessionUtil()
Constructors in com.broadleafcommerce.auth.security.service with parameters of type StatelessUtilModifierConstructorDescriptionDefaultUserLoginService
(OAuth2UserDetailsService userDetailsService, StatelessUtil sessionUtil) -
Uses of StatelessUtil in com.broadleafcommerce.auth.user.autoconfigure
Methods in com.broadleafcommerce.auth.user.autoconfigure with parameters of type StatelessUtilModifier and TypeMethodDescriptionImpersonationConfiguration.impersonationService
(List<ImpersonationClaimsEnhancer> claimsEnhancers, StatelessUtil statelessUtil) -
Uses of StatelessUtil in com.broadleafcommerce.auth.user.service
Methods in com.broadleafcommerce.auth.user.service that return StatelessUtilModifier and TypeMethodDescriptionprotected StatelessUtil
DefaultImpersonationService.getStatelessUtil()
protected StatelessUtil
DefaultSessionAuthenticationStrategy.getStatelessUtil()
Constructors in com.broadleafcommerce.auth.user.service with parameters of type StatelessUtilModifierConstructorDescriptionDefaultImpersonationService
(ImpersonationClaimsEnhancer claimsEnhancer, StatelessUtil statelessUtil) DefaultSessionAuthenticationStrategy
(StatelessUtil statelessUtil, List<AuthenticationStrategyDelegate> authenticationStrategyDelegates) -
Uses of StatelessUtil in com.broadleafcommerce.auth.user.session
Classes in com.broadleafcommerce.auth.user.session that implement StatelessUtilMethods in com.broadleafcommerce.auth.user.session that return StatelessUtilModifier and TypeMethodDescriptionprotected StatelessUtil
VerifyRedirectCookieFilter.getStatelessUtil()
protected StatelessUtil
FormLoginAuthenticationFilter.getUtil()
Constructors in com.broadleafcommerce.auth.user.session with parameters of type StatelessUtilModifierConstructorDescriptionCookieRequestCache
(StatelessUtil statelessUtil, boolean useRedirectUriHost) FormLoginAuthenticationFilter
(org.springframework.security.authentication.AuthenticationManager authenticationManager, org.springframework.security.web.authentication.AuthenticationSuccessHandler successHandler, org.springframework.security.web.authentication.AuthenticationFailureHandler failureHandler, org.springframework.security.web.authentication.session.SessionAuthenticationStrategy sessionAuthenticationStrategy, StatelessUtil util, UserLockoutService userLockoutService) OAuth2SessionAuthenticationFilter
(org.springframework.security.authentication.AuthenticationManager authenticationManager, StatelessUtil util, org.springframework.security.web.AuthenticationEntryPoint authenticationEntrypoint) OAuth2SessionAuthenticationProvider
(OAuth2UserDetailsService userDetailsService, StatelessUtil util) VerifyRedirectCookieFilter
(StatelessUtil statelessUtil, ClientRedirectService redirectService, VerifyRedirectCookieProperties properties) VerifyRedirectCookieFilter
(StatelessUtil statelessUtil, org.springframework.security.web.util.matcher.RequestMatcher requestMatcher, ClientRedirectService redirectService, VerifyRedirectCookieProperties properties) -
Uses of StatelessUtil in com.broadleafcommerce.auth.user.web.endpoint
Constructors in com.broadleafcommerce.auth.user.web.endpoint with parameters of type StatelessUtilModifierConstructorDescriptionImpersonationEndpoint
(ImpersonationService impersonationService, ImpersonationRequestValidator requestValidator, OAuth2UserDetailsService userDetailsService, StatelessUtil statelessUtil) -
Uses of StatelessUtil in com.broadleafcommerce.auth.user.web.logout
Methods in com.broadleafcommerce.auth.user.web.logout that return StatelessUtilModifier and TypeMethodDescriptionprotected StatelessUtil
AuthenticationLogoutHandler.getSessionUtil()
Constructors in com.broadleafcommerce.auth.user.web.logout with parameters of type StatelessUtil