Uses of Interface
org.craftercms.security.authentication.LogoutSuccessHandler
Packages that use LogoutSuccessHandler
Package
Description
-
Uses of LogoutSuccessHandler in org.craftercms.security.authentication.impl
Classes in org.craftercms.security.authentication.impl that implement LogoutSuccessHandlerModifier and TypeClassDescriptionclass
Default implementation forLogoutSuccessHandlerImpl
, which redirects to a target URL.class
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 LogoutSuccessHandlerModifier and TypeFieldDescriptionprotected LogoutSuccessHandler
LogoutProcessor.logoutSuccessHandler
Constructors in org.craftercms.security.processors.impl with parameters of type LogoutSuccessHandlerModifierConstructorDescriptionLogoutProcessor
(AuthenticationManager authenticationManager, LogoutSuccessHandler logoutSuccessHandler, RememberMeManager rememberMeManager) Default constructor.