Uses of Class
de.captaingoldfish.scim.sdk.server.utils.UriInfos
-
Packages that use UriInfos Package Description de.captaingoldfish.scim.sdk.server.endpoints de.captaingoldfish.scim.sdk.server.utils -
-
Uses of UriInfos in de.captaingoldfish.scim.sdk.server.endpoints
Methods in de.captaingoldfish.scim.sdk.server.endpoints with parameters of type UriInfos Modifier and Type Method Description protected ScimResponseResourceEndpoint. resolveRequest(HttpMethod httpMethod, String requestBody, UriInfos uriInfos, Authorization authorization)this method will handle the request send by the user by delegating to the corresponding methods -
Uses of UriInfos in de.captaingoldfish.scim.sdk.server.utils
Methods in de.captaingoldfish.scim.sdk.server.utils that return UriInfos Modifier and Type Method Description static UriInfosUriInfos. 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
-