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 classLoginSuccessHandlerImplDefault implementation ofLoginSuccessHandler:classRestLoginSuccessHandlerImplementation 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 LoginSuccessHandler Modifier and Type Field Description protected LoginSuccessHandlerLoginProcessor. loginSuccessHandlerMethods in org.craftercms.security.processors.impl with parameters of type LoginSuccessHandler Modifier and Type Method Description voidLoginProcessor. setLoginSuccessHandler(LoginSuccessHandler loginSuccessHandler)
-