public interface ApplicationDefinitionService
Modifier and Type | Method and Description |
---|---|
String |
getApplicationBaseURI(HttpServletRequest request) |
String |
getApplicationBaseURL(HttpServletRequest request)
Return the root path of the web application where the request must be
redirected according request context.
|
String |
getLoginURL(HttpServletRequest request)
Return the login url according request context.
|
String |
getLogoutURL(HttpServletRequest request)
Return the logout url according request context.This is the absolute URL
with the protocole, the servername, ...
|
List<String> |
getUnAuthenticatedURLPrefix()
Return the list of relative unprotected URI for all application
|
List<String> |
getUnAuthenticatedURLPrefix(HttpServletRequest request)
Return the list of relative unprotected URI for this request
|
boolean |
isResourceURL(HttpServletRequest request)
Return true if the given request is a resource for the application this
request match
|
String getApplicationBaseURL(HttpServletRequest request)
String getApplicationBaseURI(HttpServletRequest request)
String getLoginURL(HttpServletRequest request)
String getLogoutURL(HttpServletRequest request)
List<String> getUnAuthenticatedURLPrefix()
List<String> getUnAuthenticatedURLPrefix(HttpServletRequest request)
boolean isResourceURL(HttpServletRequest request)
Copyright © 2013 Nuxeo SA. All Rights Reserved.