public interface LoginUrlProvider
| Modifier and Type | Method and Description |
|---|---|
String |
getLoginUrl(javax.servlet.http.HttpServletRequest request)
Returns the custom login URL, used to redirect the user in case of an unauthorized access.
|
boolean |
hasCustomLoginUrl()
Returns
true if an only if the provider is activated (the corresponding authentication valve) and the valve requires
custom login URL. |
String getLoginUrl(javax.servlet.http.HttpServletRequest request)
null.null.boolean hasCustomLoginUrl()
true if an only if the provider is activated (the corresponding authentication valve) and the valve requires
custom login URL. Otherwise returns false.true if an only if the provider is activated (the corresponding authentication valve) and the valve requires
custom login URL. Otherwise returns false.Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.