Uses of Interface
com.broadleafcommerce.auth.authorization.security.rememberme.service.exception.UncaughtRememberMeAuthenticationExceptionHandler
Packages that use UncaughtRememberMeAuthenticationExceptionHandler
Package
Description
-
Uses of UncaughtRememberMeAuthenticationExceptionHandler in com.broadleafcommerce.auth.authorization.security.rememberme.autoconfigure
Method parameters in com.broadleafcommerce.auth.authorization.security.rememberme.autoconfigure with type arguments of type UncaughtRememberMeAuthenticationExceptionHandlerModifier and TypeMethodDescriptionRememberMeLoginAutoConfiguration.rememberMeAuthenticationFilter
(org.springframework.security.authentication.AuthenticationManager authenticationManager, org.springframework.security.web.authentication.RememberMeServices rememberMeServices, org.springframework.security.web.authentication.AuthenticationSuccessHandler authenticationSuccessHandler, org.springframework.security.web.authentication.session.SessionAuthenticationStrategy sessionAuthenticationStrategy, List<UncaughtRememberMeAuthenticationExceptionHandler> uncaughtRememberMeExceptionHandlers, StatelessUtil statelessUtil, RememberMeLoginProperties rememberMeLoginProperties) -
Uses of UncaughtRememberMeAuthenticationExceptionHandler in com.broadleafcommerce.auth.authorization.security.rememberme.filter
Methods in com.broadleafcommerce.auth.authorization.security.rememberme.filter that return types with arguments of type UncaughtRememberMeAuthenticationExceptionHandlerModifier and TypeMethodDescriptionBroadleafRememberMeAuthenticationFilter.getUncaughtRememberMeExceptionHandlers()
Constructor parameters in com.broadleafcommerce.auth.authorization.security.rememberme.filter with type arguments of type UncaughtRememberMeAuthenticationExceptionHandlerModifierConstructorDescriptionBroadleafRememberMeAuthenticationFilter
(org.springframework.security.authentication.AuthenticationManager authenticationManager, org.springframework.security.web.authentication.RememberMeServices rememberMeServices, org.springframework.security.web.authentication.AuthenticationSuccessHandler authenticationSuccessHandler, org.springframework.security.web.authentication.session.SessionAuthenticationStrategy sessionAuthenticationStrategy, List<UncaughtRememberMeAuthenticationExceptionHandler> uncaughtRememberMeExceptionHandlers, StatelessUtil statelessUtil, RememberMeLoginProperties rememberMeLoginProperties) -
Uses of UncaughtRememberMeAuthenticationExceptionHandler in com.broadleafcommerce.auth.authorization.security.rememberme.service.exception
Classes in com.broadleafcommerce.auth.authorization.security.rememberme.service.exception that implement UncaughtRememberMeAuthenticationExceptionHandlerModifier and TypeClassDescriptionclass
Handles when aCookieTheftException
is thrown.