Uses of Interface
org.craftercms.security.authentication.LoginFailureHandler
Packages that use LoginFailureHandler
Package
Description
-
Uses of LoginFailureHandler in org.craftercms.security.authentication.impl
Classes in org.craftercms.security.authentication.impl that implement LoginFailureHandlerModifier and TypeClassDescriptionclass
Default implementation ofLoginFailureHandler
, which redirects the response to a target URL or 401 is sent if there's no target URL.class
Implementation ofLoginFailureHandler
for REST based applications, which returns a 401 UNAUTHORIZED status with a the authentication exception message. -
Uses of LoginFailureHandler in org.craftercms.security.processors.impl
Fields in org.craftercms.security.processors.impl declared as LoginFailureHandlerModifier and TypeFieldDescriptionprotected LoginFailureHandler
LoginProcessor.loginFailureHandler
Constructors in org.craftercms.security.processors.impl with parameters of type LoginFailureHandlerModifierConstructorDescriptionLoginProcessor
(AuthenticationManager authenticationManager, LoginSuccessHandler loginSuccessHandler, LoginFailureHandler loginFailureHandler, RememberMeManager rememberMeManager, TenantsResolver tenantsResolver) Default constructor.