Class ServiceProviderConfig
java.lang.Object
org.gluu.oxtrust.model.scim2.BaseScimResource
org.gluu.oxtrust.model.scim2.provider.config.ServiceProviderConfig
This class represents a ServiceProviderConfig SCIM resource. It's key for the implementation of the
/ServiceProviderConfig endpoint. For more about this resource type see RFC 7643, section 5-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBulk()getEtag()getPatch()getSort()voidsetAuthenticationSchemes(Collection<AuthenticationScheme> authenticationSchemes) voidsetBulk(BulkConfig bulk) voidsetChangePassword(ChangePasswordConfig changePassword) voidsetDocumentationUri(String documentationUri) voidsetEtag(ETagConfig etag) voidsetFilter(FilterConfig filter) voidsetPatch(PatchConfig patch) voidsetSort(SortConfig sort) Methods inherited from class org.gluu.oxtrust.model.scim2.BaseScimResource
addCustomAttributes, addCustomAttributes, getCustomAttributes, getCustomAttributes, getExternalId, getId, getMeta, getSchemas, setExternalId, setId, setMeta, setSchemas
-
Constructor Details
-
ServiceProviderConfig
public ServiceProviderConfig()
-
-
Method Details
-
getDocumentationUri
-
setDocumentationUri
-
getPatch
-
setPatch
-
getFilter
-
setFilter
-
getBulk
-
setBulk
-
getSort
-
setSort
-
getChangePassword
-
setChangePassword
-
getEtag
-
setEtag
-
setAuthenticationSchemes
-
getAuthenticationSchemes
-