Java org.springframework.security.web.util UrlUtils fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.web.util UrlUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.web.util UrlUtils.

The text is from its open source code.

Method

StringbuildFullRequestUrl(String scheme, String serverName, int serverPort, String requestURI, String queryString)
Obtains the full URL the client used to make the request.
StringbuildFullRequestUrl(HttpServletRequest r)
StringbuildRequestUrl(HttpServletRequest r)
Obtains the web application-specific fragment of the request URL.
booleanisAbsoluteUrl(String url)
Decides if a URL is absolute based on whether it contains a valid scheme name, as defined in RFC 1738.
booleanisValidRedirectUrl(String url)
Returns true if the supplied URL starts with a "/" or is absolute.