Uses of Class
de.captaingoldfish.scim.sdk.server.endpoints.ResourceHandler
Packages that use ResourceHandler
Package
Description
-
Uses of ResourceHandler in de.captaingoldfish.scim.sdk.server.endpoints
Methods in de.captaingoldfish.scim.sdk.server.endpoints that return ResourceHandlerModifier and TypeMethodDescriptionEndpointDefinition.getResourceHandler()the implementation that handles the resourcesMethods in de.captaingoldfish.scim.sdk.server.endpoints with parameters of type ResourceHandlerModifier and TypeMethodDescriptionvoidEndpointDefinition.setResourceHandler(ResourceHandler resourceHandler) the implementation that handles the resourcesConstructors in de.captaingoldfish.scim.sdk.server.endpoints with parameters of type ResourceHandlerModifierConstructorDescriptionEndpointDefinition(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 ResourceHandlerModifierConstructorDescriptionGroupEndpointDefinition(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.handlerModifier and TypeClassDescriptionclassauthor Pascal Knueppel
created at: 17.10.2019 - 22:44
the resourceType handler for the resourceType endpoint that will provide the different resourcesclassauthor Pascal Knueppel
created at: 20.10.2019 - 12:16
classauthor 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 ResourceHandlerModifierConstructorDescriptionRequestValidatorHandler(ResourceHandler resourceHandler, RequestResourceValidator requestResourceValidator, Context requestContext) -
Uses of ResourceHandler in de.captaingoldfish.scim.sdk.server.schemas
Methods in de.captaingoldfish.scim.sdk.server.schemas that return ResourceHandlerModifier and TypeMethodDescriptionResourceType.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 ResourceHandlerModifier and TypeMethodDescriptionResourceTypeFactory.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