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 TypeClassDescriptionclassDefault implementation ofLoginFailureHandler, which redirects the response to a target URL or 401 is sent if there's no target URL.classImplementation 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 LoginFailureHandlerModifier and TypeFieldDescriptionprotected LoginFailureHandlerLoginProcessor.loginFailureHandlerMethods in org.craftercms.security.processors.impl with parameters of type LoginFailureHandlerModifier and TypeMethodDescriptionvoidLoginProcessor.setLoginFailureHandler(LoginFailureHandler loginFailureHandler)