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 TypeClassDescriptionclassDefault implementation ofLoginSuccessHandler: Deletes any authentication exception saved in the session. Adds the ticket ID and profile last modified cookies to response. Uses the SpringRequestCacheto obtain the previous request before login and redirect to it.classImplementation ofLoginSuccessHandlerfor REST based applications, which returns theAuthenticationobject 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 LoginSuccessHandlerLoginProcessor.loginSuccessHandlerMethods in org.craftercms.security.processors.impl with parameters of type LoginSuccessHandlerModifier and TypeMethodDescriptionvoidLoginProcessor.setLoginSuccessHandler(LoginSuccessHandler loginSuccessHandler)