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.endpoints.bulkid 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, 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 UriInfos Modifier and Type Field Description protected UriInfosBulkIdResolverAbstract. uriInfosthe uri information of the currently accessed resource-typeMethods in de.captaingoldfish.scim.sdk.server.endpoints.bulkid that return UriInfos Modifier and Type Method Description UriInfosBulkIdResolverAbstract. getUriInfos()the uri information of the currently accessed resource-typeMethods in de.captaingoldfish.scim.sdk.server.endpoints.bulkid with parameters of type UriInfos Modifier and Type Method Description BulkIdResolverAbstractBulkIdResolver. 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 UriInfos Constructor Description BulkIdReferenceUriWrapper(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 UriInfos Modifier and Type Method Description UriInfosUriInfos.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
-