Class GrouperScim2ServiceProviderConfig
java.lang.Object
edu.internet2.middleware.grouper.app.scim2Provisioning.GrouperScim2ServiceProviderConfig
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetBulkSupported(Boolean bulkSupported) voidsetChangePasswordSupported(Boolean changePasswordSupported) voidsetEtagSupported(Boolean etagSupported) voidsetFilterMaxResults(Integer filterMaxResults) voidsetFilterSupported(Boolean filterSupported) voidsetPatchSupported(Boolean patchSupported) voidsetSortSupported(Boolean sortSupported) toString()
-
Constructor Details
-
GrouperScim2ServiceProviderConfig
public GrouperScim2ServiceProviderConfig()
-
-
Method Details
-
getPatchSupported
-
setPatchSupported
-
getBulkSupported
-
setBulkSupported
-
getSortSupported
-
setSortSupported
-
getFilterSupported
-
setFilterSupported
-
getFilterMaxResults
-
setFilterMaxResults
-
getEtagSupported
-
setEtagSupported
-
getChangePasswordSupported
-
setChangePasswordSupported
-
toString
-