Uses of Interface
de.captaingoldfish.scim.sdk.server.endpoints.authorize.Authorization
-
-
Uses of Authorization in de.captaingoldfish.scim.sdk.server.endpoints
Methods in de.captaingoldfish.scim.sdk.server.endpoints with parameters of type Authorization Modifier and Type Method Description abstract TResourceHandler. createResource(T resource, Authorization authorization)permanently create a resourceabstract voidResourceHandler. deleteResource(String id, Authorization authorization)permanently deletes the resource with the given idabstract TResourceHandler. getResource(String id, Authorization authorization)extract a resource by its idScimResponseResourceEndpoint. handleRequest(String requestUrl, HttpMethod httpMethod, String requestBody, Map<String,String> httpHeaders, Authorization authorization)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, Authorization authorization)queries several resources based on the following valuesprotected 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 methodsabstract TResourceHandler. updateResource(T resourceToUpdate, Authorization authorization)should update an existing resource with the given one. -
Uses of Authorization in de.captaingoldfish.scim.sdk.server.endpoints.authorize
Classes in de.captaingoldfish.scim.sdk.server.endpoints.authorize that implement Authorization Modifier and Type Class Description classDefaultAuthorizationauthor Pascal Knueppel
created at: 09.12.2019 - 11:31
a default implementation for authorization that is used if the developer did not give any authorization information's -
Uses of Authorization in de.captaingoldfish.scim.sdk.server.endpoints.features
Methods in de.captaingoldfish.scim.sdk.server.endpoints.features with parameters of type Authorization Modifier and Type Method Description static voidEndpointFeatureHandler. handleEndpointFeatures(ResourceType resourceType, EndpointType endpointType, Authorization authorization)handles several checks for the currently accessed endpoint on the given resource type -
Uses of Authorization in de.captaingoldfish.scim.sdk.server.endpoints.handler
Methods in de.captaingoldfish.scim.sdk.server.endpoints.handler with parameters of type Authorization Modifier and Type Method Description ResourceTypeResourceTypeHandler. createResource(ResourceType resource, Authorization authorization)creating of resource types not supportedSchemaSchemaHandler. createResource(Schema resource, Authorization authorization)creating of schemas not supportedServiceProviderServiceProviderHandler. createResource(ServiceProvider resource, Authorization authorization)creating of service provider configurations not supportedvoidResourceTypeHandler. deleteResource(String id, Authorization authorization)deleting of resource types not supportedvoidSchemaHandler. deleteResource(String id, Authorization authorization)deleting of schemas not supportedvoidServiceProviderHandler. deleteResource(String id, Authorization authorization)deleting of service provider configurations not supportedResourceTypeResourceTypeHandler. getResource(String id, Authorization authorization)extract a resource by its idSchemaSchemaHandler. getResource(String id, Authorization authorization)extract a resource by its idServiceProviderServiceProviderHandler. getResource(String id, Authorization authorization)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, Authorization authorization)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, Authorization authorization)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, Authorization authorization)listing of service provider configurations not supportedResourceTypeResourceTypeHandler. updateResource(ResourceType resourceToUpdate, Authorization authorization)updating of resource types not supportedSchemaSchemaHandler. updateResource(Schema schema, Authorization authorization)updating of schemas not supportedServiceProviderServiceProviderHandler. updateResource(ServiceProvider resourceToUpdate, Authorization authorization)updating of service provider configurations not supported
-