|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.unboundid.scim.data.BaseResource
com.unboundid.scim.data.ServiceProviderConfig
public class ServiceProviderConfig
This class represents the SCIM Service Provider Configuration.
| Field Summary | |
|---|---|
static ResourceFactory<ServiceProviderConfig> |
SERVICE_PROVIDER_CONFIG_RESOURCE_FACTORY
A ResourceFactory for creating
ServiceProviderConfig instances. |
| Fields inherited from class com.unboundid.scim.data.BaseResource |
|---|
BASE_RESOURCE_FACTORY |
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class com.unboundid.scim.data.BaseResource |
|---|
equals, getAttributeValues, getExternalId, getId, getMeta, getResourceDescriptor, getScimObject, getSingularAttributeValue, hashCode, marshal, setAttributeValues, setExternalId, setId, setMeta, setSingularAttributeValue, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final ResourceFactory<ServiceProviderConfig> SERVICE_PROVIDER_CONFIG_RESOURCE_FACTORY
ResourceFactory for creating
ServiceProviderConfig instances.
| Constructor Detail |
|---|
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.| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||