Uses of Interface
org.craftercms.security.authentication.LogoutSuccessHandler
-
Packages that use LogoutSuccessHandler Package Description org.craftercms.security.authentication.impl org.craftercms.security.processors.impl -
-
Uses of LogoutSuccessHandler in org.craftercms.security.authentication.impl
Classes in org.craftercms.security.authentication.impl that implement LogoutSuccessHandler Modifier and Type Class Description class
LogoutSuccessHandlerImpl
Default implementation forLogoutSuccessHandlerImpl
, which redirects to a target URL.class
RestLogoutSuccessHandler
Implementation ofLogoutSuccessHandler
for REST based applications, which just returns a 200 OK status with a simple success message. -
Uses of LogoutSuccessHandler in org.craftercms.security.processors.impl
Fields in org.craftercms.security.processors.impl declared as LogoutSuccessHandler Modifier and Type Field Description protected LogoutSuccessHandler
LogoutProcessor. logoutSuccessHandler
Methods in org.craftercms.security.processors.impl with parameters of type LogoutSuccessHandler Modifier and Type Method Description void
LogoutProcessor. setLogoutSuccessHandler(LogoutSuccessHandler logoutSuccessHandler)
-