public class ServiceProviderConfig extends BaseResource
| Modifier and Type | Field and Description |
|---|---|
static ResourceFactory<ServiceProviderConfig> |
SERVICE_PROVIDER_CONFIG_RESOURCE_FACTORY
A
ResourceFactory for creating
ServiceProviderConfig instances. |
BASE_RESOURCE_FACTORY| Constructor and Description |
|---|
ServiceProviderConfig(ResourceDescriptor resourceDescriptor)
Construct an empty
ServiceProviderConfig with the specified
ResourceDescriptor. |
ServiceProviderConfig(ResourceDescriptor resourceDescriptor,
SCIMObject scimObject)
Construct a
ServiceProviderConfig with the specified
ResourceDescriptor and backed by the given
SCIMObject. |
| Modifier and Type | Method and Description |
|---|---|
Collection<AuthenticationScheme> |
getAuthenticationSchemes()
Retrieves the supported Authentication Schemes.
|
BulkConfig |
getBulkConfig()
Retrieves the BULK configuration options.
|
ChangePasswordConfig |
getChangePasswordConfig()
Retrieves the Change Password configuration options.
|
ETagConfig |
getETagConfig()
Retrieves the ETag configuration options.
|
FilterConfig |
getFilterConfig()
Retrieves the FILTER configuration options.
|
PatchConfig |
getPatchConfig()
Retrieves the PATCH configuration options.
|
SortConfig |
getSortConfig()
Retrieves the SORT configuration options.
|
XmlDataFormatConfig |
getXmlDataFormatConfig()
Retrieves the XML data format configuration options.
|
ServiceProviderConfig |
setAuthenticationSchemes(Collection<AuthenticationScheme> authenticationSchemes)
Sets the supported Authentication Schemes.
|
ServiceProviderConfig |
setBulkConfig(BulkConfig bulkConfig)
Specifies the BULK configuration options.
|
ServiceProviderConfig |
setChangePasswordConfig(ChangePasswordConfig changePasswordConfig)
Specifies the Change Password configuration options.
|
ServiceProviderConfig |
setETagConfig(ETagConfig etagConfig)
Specifies the ETag configuration options.
|
ServiceProviderConfig |
setFilterConfig(FilterConfig filterConfig)
Specifies the FILTER configuration options.
|
ServiceProviderConfig |
setPatchConfig(PatchConfig patchConfig)
Specifies the PATCH configuration options.
|
ServiceProviderConfig |
setSortConfig(SortConfig sortConfig)
Specifies the SORT configuration options.
|
ServiceProviderConfig |
setXmlDataFormatConfig(XmlDataFormatConfig xmlDataFormatConfig)
Specifies the XML data format configuration options.
|
addOrReplaceMultiValuedValue, addOrReplaceMultiValuedValue, equals, getAttributeValues, getComplexAttributeValue, getComplexAttributeValue, getExternalId, getId, getMeta, getMultiValuedAttribute, getMultiValuedAttribute, getResourceDescriptor, getScimObject, getSimpleAttributeValue, getSimpleAttributeValue, getSingularAttributeValue, hashCode, marshal, setAttributeValues, setComplexAttribute, setComplexAttribute, setExternalId, setId, setMeta, setMultiValuedAttribute, setMultiValuedAttribute, setSimpleAttribute, setSimpleAttribute, setSingularAttributeValue, toStringpublic static final ResourceFactory<ServiceProviderConfig> SERVICE_PROVIDER_CONFIG_RESOURCE_FACTORY
ResourceFactory for creating
ServiceProviderConfig instances.public ServiceProviderConfig(ResourceDescriptor resourceDescriptor)
ServiceProviderConfig with the specified
ResourceDescriptor.resourceDescriptor - The resource descriptor for this SCIM resource.public ServiceProviderConfig(ResourceDescriptor resourceDescriptor, SCIMObject scimObject)
ServiceProviderConfig with the specified
ResourceDescriptor and backed by the given
SCIMObject.resourceDescriptor - The resource descriptor for this SCIM resource.scimObject - The SCIMObject containing all the
SCIM attributes and their values.public PatchConfig getPatchConfig()
public ServiceProviderConfig setPatchConfig(PatchConfig patchConfig)
patchConfig - The PATCH configuration options.public BulkConfig getBulkConfig()
public ServiceProviderConfig setBulkConfig(BulkConfig bulkConfig)
bulkConfig - The BULK configuration options.public FilterConfig getFilterConfig()
public ServiceProviderConfig setFilterConfig(FilterConfig filterConfig)
filterConfig - The FILTER configuration options.public ChangePasswordConfig getChangePasswordConfig()
public ServiceProviderConfig setChangePasswordConfig(ChangePasswordConfig changePasswordConfig)
changePasswordConfig - The Change Password configuration options.public SortConfig getSortConfig()
public ServiceProviderConfig setSortConfig(SortConfig sortConfig)
sortConfig - The SORT configuration options.public ETagConfig getETagConfig()
public ServiceProviderConfig setETagConfig(ETagConfig etagConfig)
etagConfig - The ETag configuration options.public Collection<AuthenticationScheme> getAuthenticationSchemes()
public ServiceProviderConfig setAuthenticationSchemes(Collection<AuthenticationScheme> authenticationSchemes)
authenticationSchemes - The supported Authentication Schemes.public XmlDataFormatConfig getXmlDataFormatConfig()
public ServiceProviderConfig setXmlDataFormatConfig(XmlDataFormatConfig xmlDataFormatConfig)
xmlDataFormatConfig - The XML data format configuration options.Copyright © 2011–2016 UnboundID. All rights reserved.