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