Uses of Interface
com.broadleafcommerce.auth.user.session.StatelessUtil
-
-
Uses of StatelessUtil in com.broadleafcommerce.auth.client.autoconfigure
Methods in com.broadleafcommerce.auth.client.autoconfigure with parameters of type StatelessUtil Modifier and Type Method Description protected 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 StatelessUtil Modifier and Type Method Description protected StatelessUtil
DefaultOAuth2AuthorizedClientRepository. getStatelessUtil()
Constructors in com.broadleafcommerce.auth.client.service with parameters of type StatelessUtil Constructor Description DefaultOAuth2AuthorizedClientRepository(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 StatelessUtil Modifier and Type Method Description protected StatelessUtil
BroadleafAuthorizationRequestRepository. getStatelessUtil()
Constructors in com.broadleafcommerce.auth.client.web.repo with parameters of type StatelessUtil Constructor Description BroadleafAuthorizationRequestRepository(StatelessUtil statelessUtil, ContextHelperService contextHelperService)
-
Uses of StatelessUtil in com.broadleafcommerce.auth.security.service
Methods in com.broadleafcommerce.auth.security.service that return StatelessUtil Modifier and Type Method Description protected StatelessUtil
DefaultUserLoginService. getSessionUtil()
Constructors in com.broadleafcommerce.auth.security.service with parameters of type StatelessUtil Constructor Description DefaultUserLoginService(OAuth2UserDetailsService userDetailsService, StatelessUtil sessionUtil)
-
Uses of StatelessUtil in com.broadleafcommerce.auth.user.autoconfigure
Methods in com.broadleafcommerce.auth.user.autoconfigure with parameters of type StatelessUtil Modifier and Type Method Description ImpersonationService
ImpersonationConfiguration. impersonationService(List<ImpersonationClaimsEnhancer> claimsEnhancers, StatelessUtil statelessUtil)
UserLoginService
AuthorizationServerWebSecurityConfiguration. userLoginService(OAuth2UserDetailsService clientUserDetailService, StatelessUtil statelessUtil)
Constructors in com.broadleafcommerce.auth.user.autoconfigure with parameters of type StatelessUtil Constructor Description AuthorizationServerWebSecurityConfiguration(org.springframework.security.web.savedrequest.RequestCache requestCache, AuthorizationServerProperties authorizationServerProps, StatelessUtil statelessUtil, org.springframework.security.oauth2.provider.ClientDetailsService clientDetailsService, AuthenticationLogoutHandler authenticationLogoutHandler, org.springframework.security.oauth2.client.web.AuthorizationRequestRepository<org.springframework.security.oauth2.core.endpoint.OAuth2AuthorizationRequest> authorizationRequestRepository, org.springframework.security.authentication.AuthenticationDetailsSource<javax.servlet.http.HttpServletRequest,?> authenticationDetailsSource, org.springframework.security.web.authentication.session.SessionAuthenticationStrategy sessionAuthenticationStrategy, FormLoginAuthenticationProvider formLoginAuthenticationProvider, OAuth2SessionAuthenticationProvider oAuth2SessionAuthenticationProvider, VerifyRedirectCookieFilter verifyRedirectCookieFilter, ClientIdFilter clientIdFilter, UserLockoutService userLockoutService, EmbeddedLoginProperties embeddedLoginProperties, Optional<EmbeddedLoginAuthenticationProvider> embeddedLoginAuthenticationProvider, Optional<EmbeddedLoginTokenAuthenticationProvider> embeddedLoginTokenAuthenticationProvider, AuthorizationServerService<AuthorizationServer> authorizationServerService, AuthorizedClientService<AuthorizedClient> authorizedClientService, PasscodeService<PasswordToken,User> passcodeService, UserService<User> userService)
-
Uses of StatelessUtil in com.broadleafcommerce.auth.user.service
Methods in com.broadleafcommerce.auth.user.service that return StatelessUtil Modifier and Type Method Description protected StatelessUtil
DefaultImpersonationService. getStatelessUtil()
protected StatelessUtil
DefaultSessionAuthenticationStrategy. getStatelessUtil()
Constructors in com.broadleafcommerce.auth.user.service with parameters of type StatelessUtil Constructor Description DefaultImpersonationService(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 StatelessUtil Modifier and Type Class Description class
StatelessUtilImpl
Methods in com.broadleafcommerce.auth.user.session that return StatelessUtil Modifier and Type Method Description protected StatelessUtil
VerifyRedirectCookieFilter. getStatelessUtil()
protected StatelessUtil
FormLoginAuthenticationFilter. getUtil()
Constructors in com.broadleafcommerce.auth.user.session with parameters of type StatelessUtil Constructor Description CookieRequestCache(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.session.embedded
Constructors in com.broadleafcommerce.auth.user.session.embedded with parameters of type StatelessUtil Constructor Description EmbeddedLoginAuthenticationFilter(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.user.web.endpoint
Constructors in com.broadleafcommerce.auth.user.web.endpoint with parameters of type StatelessUtil Constructor Description ImpersonationEndpoint(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 StatelessUtil Modifier and Type Method Description protected StatelessUtil
AuthenticationLogoutHandler. getSessionUtil()
Constructors in com.broadleafcommerce.auth.user.web.logout with parameters of type StatelessUtil Constructor Description AuthenticationLogoutHandler(StatelessUtil sessionUtil)
-