Uses of Interface
org.craftercms.security.authentication.LoginFailureHandler
-
Packages that use LoginFailureHandler Package Description org.craftercms.security.authentication.impl org.craftercms.security.processors.impl -
-
Uses of LoginFailureHandler in org.craftercms.security.authentication.impl
Classes in org.craftercms.security.authentication.impl that implement LoginFailureHandler Modifier and Type Class Description classLoginFailureHandlerImplDefault implementation ofLoginFailureHandler, which redirects the response to a target URL or 401 is sent if there's no target URL.classRestLoginFailureHandlerImplementation ofLoginFailureHandlerfor 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 LoginFailureHandler Modifier and Type Field Description protected LoginFailureHandlerLoginProcessor. loginFailureHandlerMethods in org.craftercms.security.processors.impl with parameters of type LoginFailureHandler Modifier and Type Method Description voidLoginProcessor. setLoginFailureHandler(LoginFailureHandler loginFailureHandler)
-