Class 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 Detail

      • SchemaResource

        public SchemaResource()
    • Method Detail

      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)