Uses of Interface
com.broadleafcommerce.auth.user.session.StatelessUtil
Package
Description
-
Uses of StatelessUtil in com.broadleafcommerce.auth.authorization.security.embedded.autoconfigure
Modifier 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
ModifierConstructorDescriptionEmbeddedLoginAuthenticationFilter
(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
Modifier and TypeMethodDescriptionprotected BroadleafAuthorizationRequestRepository
OAuthClientAutoConfiguration.authorizationRequestRepository
(StatelessUtil statelessUtil, ContextHelperService contextHelperService) -
Uses of StatelessUtil in com.broadleafcommerce.auth.client.service
Modifier and TypeMethodDescriptionprotected StatelessUtil
DefaultOAuth2AuthorizedClientRepository.getStatelessUtil()
ModifierConstructorDescriptionDefaultOAuth2AuthorizedClientRepository
(StatelessUtil statelessUtil, ContextHelperService contextHelperService, org.springframework.security.oauth2.client.registration.ClientRegistrationRepository clientRegistrationRepository) -
Uses of StatelessUtil in com.broadleafcommerce.auth.client.web.repo
Modifier and TypeMethodDescriptionprotected StatelessUtil
BroadleafAuthorizationRequestRepository.getStatelessUtil()
ModifierConstructorDescriptionBroadleafAuthorizationRequestRepository
(StatelessUtil statelessUtil, ContextHelperService contextHelperService) -
Uses of StatelessUtil in com.broadleafcommerce.auth.security.service
Modifier and TypeMethodDescriptionprotected StatelessUtil
DefaultUserLoginService.getSessionUtil()
ModifierConstructorDescriptionDefaultUserLoginService
(OAuth2UserDetailsService userDetailsService, StatelessUtil sessionUtil) -
Uses of StatelessUtil in com.broadleafcommerce.auth.user.autoconfigure
Modifier and TypeMethodDescriptionImpersonationConfiguration.impersonationService
(List<ImpersonationClaimsEnhancer> claimsEnhancers, StatelessUtil statelessUtil) -
Uses of StatelessUtil in com.broadleafcommerce.auth.user.service
Modifier and TypeMethodDescriptionprotected StatelessUtil
DefaultImpersonationService.getStatelessUtil()
protected StatelessUtil
DefaultSessionAuthenticationStrategy.getStatelessUtil()
ModifierConstructorDescriptionDefaultImpersonationService
(ImpersonationClaimsEnhancer claimsEnhancer, StatelessUtil statelessUtil) DefaultSessionAuthenticationStrategy
(StatelessUtil statelessUtil, List<AuthenticationStrategyDelegate> authenticationStrategyDelegates) -
Uses of StatelessUtil in com.broadleafcommerce.auth.user.session
Modifier and TypeMethodDescriptionprotected StatelessUtil
VerifyRedirectCookieFilter.getStatelessUtil()
protected StatelessUtil
FormLoginAuthenticationFilter.getUtil()
ModifierConstructorDescriptionCookieRequestCache
(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
ModifierConstructorDescriptionImpersonationEndpoint
(ImpersonationService impersonationService, ImpersonationRequestValidator requestValidator, OAuth2UserDetailsService userDetailsService, StatelessUtil statelessUtil) -
Uses of StatelessUtil in com.broadleafcommerce.auth.user.web.logout
Modifier and TypeMethodDescriptionprotected StatelessUtil
AuthenticationLogoutHandler.getSessionUtil()