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 TypeClassDescriptionclassDefault implementation forLogoutSuccessHandlerImpl, which redirects to a target URL.classImplementation 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 LogoutSuccessHandlerModifier and TypeFieldDescriptionprotected LogoutSuccessHandlerLogoutProcessor.logoutSuccessHandlerMethods in org.craftercms.security.processors.impl with parameters of type LogoutSuccessHandlerModifier and TypeMethodDescriptionvoidLogoutProcessor.setLogoutSuccessHandler(LogoutSuccessHandler logoutSuccessHandler)