Uses of Class
de.captaingoldfish.scim.sdk.server.schemas.ResourceTypeFactory
-
Packages that use ResourceTypeFactory Package Description de.captaingoldfish.scim.sdk.server.endpoints.base de.captaingoldfish.scim.sdk.server.schemas de.captaingoldfish.scim.sdk.server.utils -
-
Uses of ResourceTypeFactory in de.captaingoldfish.scim.sdk.server.endpoints.base
Constructors in de.captaingoldfish.scim.sdk.server.endpoints.base with parameters of type ResourceTypeFactory Constructor Description ResourceTypeEndpointDefinition(ResourceTypeFactory resourceTypeFactory)SchemaEndpointDefinition(ResourceTypeFactory resourceTypeFactory) -
Uses of ResourceTypeFactory in de.captaingoldfish.scim.sdk.server.schemas
Methods in de.captaingoldfish.scim.sdk.server.schemas with parameters of type ResourceTypeFactory Modifier and Type Method Description static com.fasterxml.jackson.databind.JsonNodeSchemaValidator. validateDocumentForResponse(ResourceTypeFactory resourceTypeFactory, ResourceType resourceType, com.fasterxml.jackson.databind.JsonNode document, com.fasterxml.jackson.databind.JsonNode validatedRequest, String attributes, String excludedAttributes)will validate an outgoing document against its main schema and all its extensions.Constructors in de.captaingoldfish.scim.sdk.server.schemas with parameters of type ResourceTypeFactory Constructor Description SchemaFactory(ResourceTypeFactory resourceTypeFactory)this constructor will register the default schemas defined by RFC7643 -
Uses of ResourceTypeFactory in de.captaingoldfish.scim.sdk.server.utils
Methods in de.captaingoldfish.scim.sdk.server.utils with parameters of type ResourceTypeFactory Modifier and Type Method Description 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
-