Class DocumentDescription
java.lang.Object
de.captaingoldfish.scim.sdk.server.schemas.DocumentDescription
will describe a request document by identifying the present extensions and setting the schemas-attribute
accordingly
- Since:
- 18.04.2021
- Author:
- Pascal Knueppel
-
Constructor Summary
ConstructorsConstructorDescriptionDocumentDescription(ResourceType resourceType, com.fasterxml.jackson.databind.JsonNode jsonNode) -
Method Summary
Modifier and TypeMethodDescriptionthese are the schema extensions that describe the additional attributes of this resource type.this is the main schema that will describe the resource
-
Constructor Details
-
DocumentDescription
public DocumentDescription(ResourceType resourceType, com.fasterxml.jackson.databind.JsonNode jsonNode)
-
-
Method Details
-
getMetaSchema
this is the main schema that will describe the resource -
getExtensions
these are the schema extensions that describe the additional attributes of this resource type. This list will only have those entries added to it that are added in the 'schemas'-attribute of the request
-