public interface LoginContextService
| Modifier and Type | Method and Description |
|---|---|
String |
getLocaleFromPath(String path) |
String |
getLocalelessPathWithinApplication() |
String |
getLoginPage() |
String |
getLoginURL()
Deprecated.
|
String |
getSuccessPage() |
String |
getSuccessURL()
Deprecated.
|
String |
getUnauthorizedPage() |
String |
getUnauthorizedURL()
Deprecated.
|
void |
redirectToSavedRequest(String fallbackUrl) |
void |
removeSavedRequest() |
void |
saveRequest() |
void |
saveRequest(String contextPath)
Deprecated.
|
String getLoginPage()
String getSuccessPage()
String getUnauthorizedPage()
@Deprecated String getLoginURL()
@Deprecated String getSuccessURL()
@Deprecated String getUnauthorizedURL()
String getLocalelessPathWithinApplication()
void saveRequest()
void removeSavedRequest()
@Deprecated void saveRequest(String contextPath)
void redirectToSavedRequest(String fallbackUrl) throws IOException
IOExceptionCopyright © 2004–2020. All rights reserved.