Interface LogoutSuccessHandler
-
- All Known Implementing Classes:
LogoutSuccessHandlerImpl,RestLogoutSuccessHandler
public interface LogoutSuccessHandlerHandles the request after a successful logout.- Author:
- avasquez
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandle(org.craftercms.commons.http.RequestContext context)Handles the request after a successful logout.
-
-
-
Method Detail
-
handle
void handle(org.craftercms.commons.http.RequestContext context) throws SecurityProviderException, IOExceptionHandles the request after a successful logout.- Parameters:
context- the request context- Throws:
SecurityProviderExceptionIOException
-
-