Class SchemaResource

java.lang.Object
org.gluu.oxtrust.model.scim2.BaseScimResource
org.gluu.oxtrust.model.scim2.provider.schema.SchemaResource

public class SchemaResource extends BaseScimResource
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 Details

    • SchemaResource

      public SchemaResource()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getAttributes

      public List<SchemaAttribute> getAttributes()
    • setAttributes

      public void setAttributes(List<SchemaAttribute> attributes)