Package com.atlassian.crowd.web
Class BaseUrlLocator
java.lang.Object
com.atlassian.crowd.web.BaseUrlLocator
Utility class that returns the base URL of the running Crowd/Horde server.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
getBaseUrlFrom
(jakarta.servlet.http.HttpServletRequest request)
-
Constructor Details
-
BaseUrlLocator
public BaseUrlLocator()
-
-
Method Details
-
getBaseUrlFrom
- Parameters:
request
- the HTTP request to get the base URL from- Returns:
- the base URL where the product is installed
-