Uses of Interface
org.craftercms.security.authentication.LoginSuccessHandler
-
Packages that use LoginSuccessHandler Package Description org.craftercms.security.authentication.impl org.craftercms.security.processors.impl -
-
Uses of LoginSuccessHandler in org.craftercms.security.authentication.impl
Classes in org.craftercms.security.authentication.impl that implement LoginSuccessHandler Modifier and Type Class Description class
LoginSuccessHandlerImpl
Default implementation ofLoginSuccessHandler
:class
RestLoginSuccessHandler
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 LoginSuccessHandler Modifier and Type Field Description protected LoginSuccessHandler
LoginProcessor. loginSuccessHandler
Methods in org.craftercms.security.processors.impl with parameters of type LoginSuccessHandler Modifier and Type Method Description void
LoginProcessor. setLoginSuccessHandler(LoginSuccessHandler loginSuccessHandler)
-