Uses of Class
de.captaingoldfish.scim.sdk.server.endpoints.Context
-
Packages that use Context Package Description de.captaingoldfish.scim.sdk.server.endpoints de.captaingoldfish.scim.sdk.server.endpoints.handler -
-
Uses of Context in de.captaingoldfish.scim.sdk.server.endpoints
Methods in de.captaingoldfish.scim.sdk.server.endpoints that return Context Modifier and Type Method Description ContextContext.ContextBuilder. build()Methods in de.captaingoldfish.scim.sdk.server.endpoints with parameters of type Context Modifier and Type Method Description abstract TResourceHandler. createResource(T resource, Context context)permanently create a resourceabstract voidResourceHandler. deleteResource(String id, Context context)permanently deletes the resource with the given idabstract TResourceHandler. getResource(String id, List<SchemaAttribute> attributes, List<SchemaAttribute> excludedAttributes, Context context)extract a resource by its idScimResponseResourceEndpoint. handleRequest(String requestUrl, HttpMethod httpMethod, String requestBody, Map<String,String> httpHeaders, Context context)this method will resolve the SCIM request based on the given informationScimResponseResourceEndpoint. handleRequest(String requestUrl, HttpMethod httpMethod, String requestBody, Map<String,String> httpHeaders, BiConsumer<ScimResponse,Boolean> doAfterExecution, Context context)this method will resolve the SCIM request based on the given informationScimResponseResourceEndpoint. handleRequest(String requestUrl, HttpMethod httpMethod, String requestBody, Map<String,String> httpHeaders, Consumer<ResourceType> doBeforeExecution, Context context)this method will resolve the SCIM request based on the given informationScimResponseResourceEndpoint. handleRequest(String requestUrl, HttpMethod httpMethod, String requestBody, Map<String,String> httpHeaders, Consumer<ResourceType> doBeforeExecution, BiConsumer<ScimResponse,Boolean> doAfterExecution, Context context)this method will resolve the SCIM request based on the given informationabstract PartialListResponse<T>ResourceHandler. listResources(long startIndex, int count, FilterNode filter, SchemaAttribute sortBy, SortOrder sortOrder, List<SchemaAttribute> attributes, List<SchemaAttribute> excludedAttributes, Context context)queries several resources based on the following valuesprotected 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 methodsabstract TResourceHandler. updateResource(T resourceToUpdate, Context context)should update an existing resource with the given one. -
Uses of Context in de.captaingoldfish.scim.sdk.server.endpoints.handler
Methods in de.captaingoldfish.scim.sdk.server.endpoints.handler with parameters of type Context Modifier and Type Method Description ResourceTypeResourceTypeHandler. createResource(ResourceType resource, Context context)creating of resource types not supportedSchemaSchemaHandler. createResource(Schema resource, Context context)creating of schemas not supportedServiceProviderServiceProviderHandler. createResource(ServiceProvider resource, Context context)creating of service provider configurations not supportedvoidResourceTypeHandler. deleteResource(String id, Context context)deleting of resource types not supportedvoidSchemaHandler. deleteResource(String id, Context context)deleting of schemas not supportedvoidServiceProviderHandler. deleteResource(String id, Context context)deleting of service provider configurations not supportedResourceTypeResourceTypeHandler. getResource(String id, List<SchemaAttribute> attributes, List<SchemaAttribute> excludedAttributes, Context context)extract a resource by its idSchemaSchemaHandler. getResource(String id, List<SchemaAttribute> attributes, List<SchemaAttribute> excludedAttributes, Context context)extract a resource by its idServiceProviderServiceProviderHandler. getResource(String id, List<SchemaAttribute> attributes, List<SchemaAttribute> excludedAttributes, Context context)gets the one and only service provider configuration for this endpoint definitionPartialListResponseResourceTypeHandler. listResources(long startIndex, int count, FilterNode filter, SchemaAttribute sortBy, SortOrder sortOrder, List<SchemaAttribute> attributes, List<SchemaAttribute> excludedAttributes, Context context)queries several resources based on the following valuesPartialListResponse<Schema>SchemaHandler. listResources(long startIndex, int count, FilterNode filter, SchemaAttribute sortBy, SortOrder sortOrder, List<SchemaAttribute> attributes, List<SchemaAttribute> excludedAttributes, Context context)queries several resources based on the following valuesPartialListResponseServiceProviderHandler. listResources(long startIndex, int count, FilterNode filter, SchemaAttribute sortBy, SortOrder sortOrder, List<SchemaAttribute> attributes, List<SchemaAttribute> excludedAttributes, Context context)listing of service provider configurations not supportedResourceTypeResourceTypeHandler. updateResource(ResourceType resourceToUpdate, Context context)updating of resource types not supportedSchemaSchemaHandler. updateResource(Schema schema, Context context)updating of schemas not supportedServiceProviderServiceProviderHandler. updateResource(ServiceProvider resourceToUpdate, Context context)updating of service provider configurations not supported
-