Uses of Class
be.personify.iam.scim.schema.SchemaResourceType
Packages that use SchemaResourceType
-
Uses of SchemaResourceType in be.personify.iam.scim.rest
Methods in be.personify.iam.scim.rest with parameters of type SchemaResourceTypeModifier and TypeMethodDescriptionController.missingRequiredSchemaForResource(SchemaResourceType resourceType, String requiredSchema) Controller.patch(String id, Map<String, Object> patchRequest, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, SchemaResourceType resourceType, String attributes, String excludedAttributes) Controller.post(Map<String, Object> entity, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, SchemaResourceType resourceType, String attributes, String excludedAttributes) Controller.put(String id, Map<String, Object> entity, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, SchemaResourceType resourceType, String attributes, String excludedAttributes) -
Uses of SchemaResourceType in be.personify.iam.scim.schema
Methods in be.personify.iam.scim.schema that return SchemaResourceTypeModifier and TypeMethodDescriptionSchemaReader.getResourceTypeByName(String name) SchemaReader.getSchemaResourceTypeByEndpoint(String endpoint) Methods in be.personify.iam.scim.schema with parameters of type SchemaResourceType