Class GrouperScim2ServiceProviderConfig

java.lang.Object
edu.internet2.middleware.grouper.app.scim2Provisioning.GrouperScim2ServiceProviderConfig

public class GrouperScim2ServiceProviderConfig extends Object
The capabilities a SCIM target advertises at GET /ServiceProviderConfig (patch, bulk, sort, filter with its maxResults, etag, changePassword). Used by provisioning diagnostics to validate the provisioner configuration against what the target actually supports. A null field means the target did not advertise that capability.
  • Constructor Details

    • GrouperScim2ServiceProviderConfig

      public GrouperScim2ServiceProviderConfig()
  • Method Details

    • getPatchSupported

      public Boolean getPatchSupported()
    • setPatchSupported

      public void setPatchSupported(Boolean patchSupported)
    • getBulkSupported

      public Boolean getBulkSupported()
    • setBulkSupported

      public void setBulkSupported(Boolean bulkSupported)
    • getSortSupported

      public Boolean getSortSupported()
    • setSortSupported

      public void setSortSupported(Boolean sortSupported)
    • getFilterSupported

      public Boolean getFilterSupported()
    • setFilterSupported

      public void setFilterSupported(Boolean filterSupported)
    • getFilterMaxResults

      public Integer getFilterMaxResults()
    • setFilterMaxResults

      public void setFilterMaxResults(Integer filterMaxResults)
    • getEtagSupported

      public Boolean getEtagSupported()
    • setEtagSupported

      public void setEtagSupported(Boolean etagSupported)
    • getChangePasswordSupported

      public Boolean getChangePasswordSupported()
    • setChangePasswordSupported

      public void setChangePasswordSupported(Boolean changePasswordSupported)
    • toString

      public String toString()
      Overrides:
      toString in class Object