Uses of Class
be.personify.iam.scim.schema.Schema
Packages that use Schema
Package
Description
-
Uses of Schema in be.personify.iam.scim.rest
Methods in be.personify.iam.scim.rest with parameters of type SchemaModifier and TypeMethodDescriptionprotected org.springframework.http.ResponseEntity<?>Controller.filterAttributes(Schema schema, Map<String, Object> entity, List<String> includeList, String excludedAttributes) Controller.get(String id, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, Schema schema, String attributes, String excludedAttributes) PatchUtils.getPathSegments(String path, Schema schema) Controller.patch(String id, Map<String, Object> patchRequest, Schema mainSchema, String location, Map<String, Object> existingEntity) voidPatchUtils.patchEntity(Map<String, Object> existingEntity, be.personify.util.scim.PatchOperation opType, String path, Object value, Schema schema) Controller.search(Integer startIndex, Integer count, Schema schema, String filter, String sortBy, String sortOrder, String attributes, String excludedAttributes) Search entities -
Uses of Schema in be.personify.iam.scim.schema
Methods in be.personify.iam.scim.schema that return SchemaModifier and TypeMethodDescriptionGets the schema from the cacheSchemaReader.getSchemaByName(String name) SchemaExtension.getSchemaObject()SchemaResourceType.getSchemaObject()Methods in be.personify.iam.scim.schema with parameters of type SchemaModifier and TypeMethodDescriptionvoidSchemaExtension.setSchemaObject(Schema schemaObject) voidSchemaResourceType.setSchemaObject(Schema schemaObject) -
Uses of Schema in be.personify.iam.scim.storage
Methods in be.personify.iam.scim.storage with parameters of type SchemaModifier and TypeMethodDescriptionStorageImplementationFactory.getStorageImplementation(Schema schema) Gets the storage implementation -
Uses of Schema in be.personify.iam.scim.storage.impl
Methods in be.personify.iam.scim.storage.impl with parameters of type SchemaModifier and TypeMethodDescriptionConnectorStorage.convertNativeMap(Map<String, Object> nativeMap, Map<String, String> mapping, Map<String, String> depthMapping, List<String> excludes, Schema schema) ConnectorStorage.processMapping(String id, Map<String, Object> scimObject, Map<String, Object> extraAttributes, Map<String, String> depthMapping, Schema schema)