public interface LogoutUrlProvider
| Modifier and Type | Method and Description |
|---|---|
String |
getLogoutUrl(javax.servlet.http.HttpServletRequest request)
Returns the custom logout URL, used to redirect the user for invalidating session.
|
boolean |
hasCustomLogoutUrl()
Returns
true if an only if the provider is activated (the corresponding authentication valve) and the valve requires
custom logout URL. |
String getLogoutUrl(javax.servlet.http.HttpServletRequest request)
null.null.boolean hasCustomLogoutUrl()
true if an only if the provider is activated (the corresponding authentication valve) and the valve requires
custom logout URL. Otherwise returns false.true if an only if the provider is activated (the corresponding authentication valve) and the valve requires
custom logout URL. Otherwise returns false.Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.