Uses of Class
de.captaingoldfish.scim.sdk.server.schemas.validation.AbstractResourceValidator
Packages that use AbstractResourceValidator
Package
Description
-
Uses of AbstractResourceValidator in de.captaingoldfish.scim.sdk.server.endpoints
Methods in de.captaingoldfish.scim.sdk.server.endpoints that return types with arguments of type AbstractResourceValidatorModifier and TypeMethodDescriptionprotected Optional<AbstractResourceValidator>ResourceHandler.getResponseValidator(List<SchemaAttribute> attributesList, List<SchemaAttribute> excludedAttributesList, com.fasterxml.jackson.databind.JsonNode requestDocument, BiFunction<String, String, String> referenceUrlSupplier) can be used to override the response-verifier if custom validation is wanted -
Uses of AbstractResourceValidator in de.captaingoldfish.scim.sdk.server.schemas.validation
Modifier and TypeClassDescriptionclassvalidates a request document against the schema of the currentResourceTypeclass