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 class
LoginFailureHandlerImpl
Default implementation ofLoginFailureHandler
, which redirects the response to a target URL or 401 is sent if there's no target URL.class
RestLoginFailureHandler
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 LoginFailureHandler Modifier and Type Field Description protected LoginFailureHandler
LoginProcessor. loginFailureHandler
Methods in org.craftercms.security.processors.impl with parameters of type LoginFailureHandler Modifier and Type Method Description void
LoginProcessor. setLoginFailureHandler(LoginFailureHandler loginFailureHandler)
-