Class SchemaResource
java.lang.Object
org.gluu.oxtrust.model.scim2.BaseScimResource
org.gluu.oxtrust.model.scim2.provider.schema.SchemaResource
A class used to represent a schema (that a given SCIM resource type adheres to). Unlike other core resources, this one
contains complex objects within a sub-attribute. See section 7 of RFC 7643.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()voidsetAttributes(List<SchemaAttribute> attributes) voidsetDescription(String description) voidMethods inherited from class org.gluu.oxtrust.model.scim2.BaseScimResource
addCustomAttributes, addCustomAttributes, getCustomAttributes, getCustomAttributes, getExternalId, getId, getMeta, getSchemas, setExternalId, setId, setMeta, setSchemas
-
Constructor Details
-
SchemaResource
public SchemaResource()
-
-
Method Details
-
getName
-
setName
-
getDescription
-
setDescription
-
getAttributes
-
setAttributes
-