Uses of Class
de.captaingoldfish.scim.sdk.server.utils.UriInfos
Packages that use UriInfos
Package
Description
-
Uses of UriInfos in de.captaingoldfish.scim.sdk.server.endpoints
Methods in de.captaingoldfish.scim.sdk.server.endpoints with parameters of type UriInfosModifier and TypeMethodDescriptionprotected ScimResponseResourceEndpoint.resolveRequest(HttpMethod httpMethod, String requestBody, UriInfos uriInfos, Consumer<ResourceType> doBeforeExecution, Context context) 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.endpoints.bulkid
Fields in de.captaingoldfish.scim.sdk.server.endpoints.bulkid declared as UriInfosModifier and TypeFieldDescriptionprotected final UriInfosBulkIdResolverAbstract.uriInfosthe uri information of the currently accessed resource-typeMethods in de.captaingoldfish.scim.sdk.server.endpoints.bulkid that return UriInfosModifier and TypeMethodDescriptionBulkIdResolverAbstract.getUriInfos()the uri information of the currently accessed resource-typeMethods in de.captaingoldfish.scim.sdk.server.endpoints.bulkid with parameters of type UriInfosModifier and TypeMethodDescriptionBulkIdResolver.createNewBulkIdResolver(String operationBulkId, UriInfos operationUriInfo, String resourceString) analyzes the given resource for bulkId references and stores them and will also resolve them immediately if already possibleConstructors in de.captaingoldfish.scim.sdk.server.endpoints.bulkid with parameters of type UriInfosModifierConstructorDescriptionBulkIdReferenceUriWrapper(UriInfos uriInfos, String bulkId) BulkIdResolverAbstract(String operationBulkId, UriInfos uriInfos, T resource) -
Uses of UriInfos in de.captaingoldfish.scim.sdk.server.utils
Methods in de.captaingoldfish.scim.sdk.server.utils that return UriInfosModifier and TypeMethodDescriptionUriInfos.UriInfosBuilder.build()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