Uses of Class
com.unboundid.scim2.server.utils.SchemaChecker.Results
-
Packages that use SchemaChecker.Results Package Description com.unboundid.scim2.server.utils SCIM 2 service provider utility classes, including classes that enforce schema, classes for manipulating search results, and classes for processing resources. -
-
Uses of SchemaChecker.Results in com.unboundid.scim2.server.utils
Methods in com.unboundid.scim2.server.utils that return SchemaChecker.Results Modifier and Type Method Description SchemaChecker.ResultsSchemaChecker. checkCreate(com.fasterxml.jackson.databind.node.ObjectNode objectNode)Check a new SCIM resource against the schema.SchemaChecker.ResultsSchemaChecker. checkModify(Iterable<PatchOperation> patchOperations, com.fasterxml.jackson.databind.node.ObjectNode currentObjectNode)Check a set of modify patch operations against the schema.SchemaChecker.ResultsSchemaChecker. checkReplace(com.fasterxml.jackson.databind.node.ObjectNode replacementObjectNode, com.fasterxml.jackson.databind.node.ObjectNode currentObjectNode)Check a replacement SCIM resource against the schema.SchemaChecker.ResultsSchemaChecker. checkSearch(Filter filter)Check the provided filter against the schema.
-