Package io.jans.scim.model.scim2.provider.config
Holds POJOs used to model the information of the "Service Provider Configuration" endpoint
/ServiceProviderConfig
.
See section 4 of RFC 7644.-
Class Summary Class Description AuthenticationScheme This class represents theauthenticationSchemes
complex attribute in the Service Provider Config (see section 5 of RFC 7643).BulkConfig A class that holds values representing the configuration options for SCIM BULK operation (see section 5 of RFC 7643).ChangePasswordConfig A class used to specify Change Password configuration options for SCIM service (see section 5 of RFC 7643).ETagConfig A class used to specify ETag configuration options (see section 5 of RFC 7643).FilterConfig This class represents thefilter
complex attribute in the Service Provider Config (see section 5 of RFC 7643).PatchConfig This class represents thepatch
complex attribute in the Service Provider Config (see section 5 of RFC 7643).ServiceProviderConfig This class represents a ServiceProviderConfig SCIM resource.SortConfig This class represents thesort
complex attribute in the Service Provider Config (see section 5 of RFC 7643).