Class RedirectUrlBuilder
java.lang.Object
org.springframework.security.web.util.RedirectUrlBuilder
Internal class for building redirect URLs.
Could probably make more use of the classes in java.net for this.
- Since:
- 2.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetUrl()voidsetContextPath(String contextPath) voidsetPathInfo(String pathInfo) voidsetPort(int port) voidvoidvoidsetServerName(String serverName) voidsetServletPath(String servletPath)
-
Constructor Details
-
RedirectUrlBuilder
public RedirectUrlBuilder()
-
-
Method Details
-
setScheme
-
setServerName
-
setPort
public void setPort(int port) -
setContextPath
-
setServletPath
-
setPathInfo
-
setQuery
-
getUrl
-