public class LogoutConfig extends Object implements org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomLogoutUrl(javax.servlet.http.HttpServletRequest request)
Returns custom logout URL if the corresponding authentication provider is found.
|
static LogoutConfig |
getInstance() |
void |
onApplicationEvent(org.springframework.context.ApplicationEvent event) |
public static LogoutConfig getInstance()
public String getCustomLogoutUrl(javax.servlet.http.HttpServletRequest request)
null otherwise.request - current servlet requestnull otherwise.public void onApplicationEvent(org.springframework.context.ApplicationEvent event)
onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.