public class LogoutSuccessHandlerImpl extends Object implements LogoutSuccessHandler
LogoutSuccessHandlerImpl
, which
redirects to a target URL.Constructor and Description |
---|
LogoutSuccessHandlerImpl() |
Modifier and Type | Method and Description |
---|---|
protected String |
getTargetUrl() |
void |
handle(org.craftercms.commons.http.RequestContext context)
Redirects to the target URL.
|
void |
setTargetUrl(String targetUrl) |
protected String targetUrl
public void setTargetUrl(String targetUrl)
protected String getTargetUrl()
public void handle(org.craftercms.commons.http.RequestContext context) throws SecurityProviderException, IOException
handle
in interface LogoutSuccessHandler
context
- the request contextSecurityProviderException
IOException
Copyright © 2023 CrafterCMS. All rights reserved.