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 classLogoutSuccessHandlerImplDefault implementation forLogoutSuccessHandlerImpl, which redirects to a target URL.classRestLogoutSuccessHandlerImplementation ofLogoutSuccessHandlerfor 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 LogoutSuccessHandlerLogoutProcessor. logoutSuccessHandlerMethods in org.craftercms.security.processors.impl with parameters of type LogoutSuccessHandler Modifier and Type Method Description voidLogoutProcessor. setLogoutSuccessHandler(LogoutSuccessHandler logoutSuccessHandler)
-