Class UriInfos
- java.lang.Object
-
- de.captaingoldfish.scim.sdk.server.utils.UriInfos
-
public class UriInfos extends Object
author Pascal Knueppel
created at: 08.11.2019 - 22:28
represents the parsed uri infos of a request
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UriInfosgetRequestUrlInfos(ResourceTypeFactory resourceTypeFactory, String requestUrl, HttpMethod httpMethod, Map<String,String> httpHeaders)resolves the request uri to individual information's that are necessary to resolve the requestStringtoString()
-
-
-
Method Detail
-
getRequestUrlInfos
public static UriInfos getRequestUrlInfos(ResourceTypeFactory resourceTypeFactory, String requestUrl, HttpMethod httpMethod, Map<String,String> httpHeaders)
resolves the request uri to individual information's that are necessary to resolve the request- Parameters:
requestUrl- the fully qualified request urlhttpHeaders- the http request headers- Returns:
- the individual request information's
-
-