Uses of Interface
org.craftercms.security.authentication.LoginSuccessHandler
Packages that use LoginSuccessHandler
Package
Description
-
Uses of LoginSuccessHandler in org.craftercms.security.authentication.impl
Classes in org.craftercms.security.authentication.impl that implement LoginSuccessHandlerModifier and TypeClassDescriptionclass
Default implementation ofLoginSuccessHandler
: Deletes any authentication exception saved in the session. Adds the ticket ID and profile last modified cookies to response. Uses the SpringRequestCache
to obtain the previous request before login and redirect to it.class
Implementation ofLoginSuccessHandler
for REST based applications, which returns theAuthentication
object as the response body. -
Uses of LoginSuccessHandler in org.craftercms.security.processors.impl
Fields in org.craftercms.security.processors.impl declared as LoginSuccessHandlerModifier and TypeFieldDescriptionprotected LoginSuccessHandler
LoginProcessor.loginSuccessHandler
Constructors in org.craftercms.security.processors.impl with parameters of type LoginSuccessHandlerModifierConstructorDescriptionLoginProcessor
(AuthenticationManager authenticationManager, LoginSuccessHandler loginSuccessHandler, LoginFailureHandler loginFailureHandler, RememberMeManager rememberMeManager, TenantsResolver tenantsResolver) Default constructor.