Uses of Class
de.captaingoldfish.scim.sdk.server.endpoints.ResourceHandler
-
-
Uses of ResourceHandler in de.captaingoldfish.scim.sdk.server.endpoints
Methods in de.captaingoldfish.scim.sdk.server.endpoints that return ResourceHandler Modifier and Type Method Description ResourceHandlerEndpointDefinition. getResourceHandler()the implementation that handles the resourcesMethods in de.captaingoldfish.scim.sdk.server.endpoints with parameters of type ResourceHandler Modifier and Type Method Description voidEndpointDefinition. setResourceHandler(ResourceHandler resourceHandler)the implementation that handles the resourcesConstructors in de.captaingoldfish.scim.sdk.server.endpoints with parameters of type ResourceHandler Constructor Description EndpointDefinition(com.fasterxml.jackson.databind.JsonNode resourceType, com.fasterxml.jackson.databind.JsonNode resourceSchema, List<com.fasterxml.jackson.databind.JsonNode> resourceSchemaExtensions, ResourceHandler resourceHandler) -
Uses of ResourceHandler in de.captaingoldfish.scim.sdk.server.endpoints.base
Constructors in de.captaingoldfish.scim.sdk.server.endpoints.base with parameters of type ResourceHandler Constructor Description GroupEndpointDefinition(ResourceHandler<Group> resourceHandler)MeEndpointDefinition(ResourceHandler<User> resourceHandler)ResourceTypeEndpointDefinition(ResourceHandler resourceHandler)UserEndpointDefinition(ResourceHandler<User> resourceHandler) -
Uses of ResourceHandler in de.captaingoldfish.scim.sdk.server.endpoints.handler
Subclasses of ResourceHandler in de.captaingoldfish.scim.sdk.server.endpoints.handler Modifier and Type Class Description classResourceTypeHandlerauthor Pascal Knueppel
created at: 17.10.2019 - 22:44
the resourceType handler for the resourceType endpoint that will provide the different resourcesclassSchemaHandlerauthor Pascal Knueppel
created at: 20.10.2019 - 12:16
classServiceProviderHandlerauthor Pascal Knueppel
created at: 18.10.2019 - 09:38
the service provider configuration endpoint implementation -
Uses of ResourceHandler in de.captaingoldfish.scim.sdk.server.endpoints.validation
Constructors in de.captaingoldfish.scim.sdk.server.endpoints.validation with parameters of type ResourceHandler Constructor Description RequestValidatorHandler(ResourceHandler resourceHandler, RequestResourceValidator requestResourceValidator) -
Uses of ResourceHandler in de.captaingoldfish.scim.sdk.server.schemas
Methods in de.captaingoldfish.scim.sdk.server.schemas that return ResourceHandler Modifier and Type Method Description ResourceHandlerResourceType. getResourceHandlerImpl()the resource handler implementation that is able to handle this kind of resourceMethods in de.captaingoldfish.scim.sdk.server.schemas with parameters of type ResourceHandler Modifier and Type Method Description ResourceTypeResourceTypeFactory. registerResourceType(ResourceHandler resourceHandler, com.fasterxml.jackson.databind.JsonNode resourceType, com.fasterxml.jackson.databind.JsonNode resourceSchema, com.fasterxml.jackson.databind.JsonNode... resourceSchemaExtensions)this method will register a new resource typevoidResourceTypeFactory. registerResourceType(ResourceHandler resourceHandler, String id, String name, String description, String schema, String endpoint, com.fasterxml.jackson.databind.JsonNode resourceSchema, com.fasterxml.jackson.databind.JsonNode... resourceSchemaExtensions)builds a json resource type object and callsResourceTypeFactory.registerResourceType(ResourceHandler, JsonNode, JsonNode, JsonNode...)voidResourceType. setResourceHandlerImpl(ResourceHandler resourceHandlerImpl)the resource handler implementation that is able to handle this kind of resource
-