A B C D E F G H I J L M N O P Q R S T U V W X 

A

AbstractBulkResource - Class in com.unboundid.scim.wink
This class is the base class for JAX-RS resources implementing the Bulk operation.
AbstractBulkResource(SCIMApplication, OAuthTokenHandler) - Constructor for class com.unboundid.scim.wink.AbstractBulkResource
Create a new instance of the bulk resource.
AbstractSCIMResource - Class in com.unboundid.scim.wink
This class is an abstract Wink resource implementation for SCIM operations on a SCIM endpoint.
AbstractSCIMResource(SCIMApplication, OAuthTokenHandler) - Constructor for class com.unboundid.scim.wink.AbstractSCIMResource
Create a new AbstractSCIMResource for CRUD operations.
AbstractStaticResource - Class in com.unboundid.scim.wink
This class is an abstract base class for JAX-RS static SCIM resources such as the Service Provider Configuration.
AbstractStaticResource() - Constructor for class com.unboundid.scim.wink.AbstractStaticResource
 
accept(MediaType) - Method in class org.apache.wink.client.Resource
Wink compatibility layer class - see Wink docs.
accept(String) - Method in class org.apache.wink.client.Resource
Wink compatibility layer class - see Wink docs.
acquireBulkRequestPermit() - Method in class com.unboundid.scim.wink.SCIMApplication
Attempt to acquire a permit to process a bulk request.
ACTIVE - Static variable in class com.unboundid.scim.schema.CoreSchema
Active status attribute.
addAttribute(SCIMAttribute) - Method in class com.unboundid.scim.sdk.SCIMObject
Adds the provided attribute to this object.
addOrReplaceMultiValuedValue(String, ComplexValue) - Method in class com.unboundid.scim.data.BaseResource
Add or replace a value on a multi-valued attribute with the specified name.
addOrReplaceMultiValuedValue(String, String, ComplexValue) - Method in class com.unboundid.scim.data.BaseResource
Add or replace a value on a multi-valued attribute with the specified schema and name.
Address - Class in com.unboundid.scim.data
This class represents the address complex attribute in user resources.
Address(String, String, String, String, String, String, String, boolean) - Constructor for class com.unboundid.scim.data.Address
Create an instance of the SCIM addresses attribute.
ADDRESS_COUNTRY - Static variable in class com.unboundid.scim.schema.CoreSchema
Address country attribute.
ADDRESS_FORMATTED - Static variable in class com.unboundid.scim.schema.CoreSchema
Formatted-address attribute.
ADDRESS_LOCALITY - Static variable in class com.unboundid.scim.schema.CoreSchema
Address locality attribute.
ADDRESS_POSTAL_CODE - Static variable in class com.unboundid.scim.schema.CoreSchema
Address postal code attribute.
ADDRESS_REGION - Static variable in class com.unboundid.scim.schema.CoreSchema
Address region attribute.
ADDRESS_RESOLVER - Static variable in class com.unboundid.scim.data.Address
The AttributeValueResolver that resolves SCIM attribute values to/from Address instances.
ADDRESS_STREET_ADDRESS - Static variable in class com.unboundid.scim.schema.CoreSchema
Street address attribute.
ADDRESSES - Static variable in class com.unboundid.scim.schema.CoreSchema
Addresses attribute.
addToolArguments(ArgumentParser) - Method in class com.unboundid.scim.tools.SCIMQueryRate
AdjustableSemaphore - Class in com.unboundid.scim.wink
A semaphore that can be dynamically resized.
AdjustableSemaphore(int) - Constructor for class com.unboundid.scim.wink.AdjustableSemaphore
Create a new instance of this semaphore.
allAttributesRequested() - Method in class com.unboundid.scim.sdk.SCIMQueryAttributes
Determine whether all attributes and sub-attributes are requested by these query attributes.
apply(R, ResourceFactory<R>) - Method in class com.unboundid.scim.sdk.Diff
Applies the modifications from this Diff to the specified source resource, and returns the resulting SCIM resource.
ATTRIBUTE_DESCRIPTOR_RESOLVER - Static variable in class com.unboundid.scim.schema.AttributeDescriptor
The AttributeValueResolver that resolves SCIM attribute values to/from AttributeDescriptor instances.
AttributeDescriptor - Class in com.unboundid.scim.schema
This class provides methods that describe the schema for a SCIM attribute.
AttributeDescriptor.DataType - Enum in com.unboundid.scim.schema
Defines the set of well known SCIM supported datatypes.
AttributePath - Class in com.unboundid.scim.sdk
This class represents a path to an attribute or sub-attribute.
AttributePath(String, String, String) - Constructor for class com.unboundid.scim.sdk.AttributePath
Create a new attribute path.
ATTRIBUTES_CANONICAL_VALUES - Static variable in class com.unboundid.scim.schema.CoreSchema
Attribute canonical values.
ATTRIBUTES_CASE_EXACT - Static variable in class com.unboundid.scim.schema.CoreSchema
Attribute case-exact.
ATTRIBUTES_DESCRIPTION - Static variable in class com.unboundid.scim.schema.CoreSchema
Attribute description.
ATTRIBUTES_MULTIVALUED - Static variable in class com.unboundid.scim.schema.CoreSchema
Multivalued type.
ATTRIBUTES_MULTIVALUED_CHILD_NAME - Static variable in class com.unboundid.scim.schema.CoreSchema
Multivalued child name.
ATTRIBUTES_NAME - Static variable in class com.unboundid.scim.schema.CoreSchema
Attribute name.
ATTRIBUTES_READ_ONLY - Static variable in class com.unboundid.scim.schema.CoreSchema
Attribute read-only.
ATTRIBUTES_REQUIRED - Static variable in class com.unboundid.scim.schema.CoreSchema
Attribute required.
ATTRIBUTES_SCHEMA - Static variable in class com.unboundid.scim.schema.CoreSchema
Attribute schema.
ATTRIBUTES_TYPE - Static variable in class com.unboundid.scim.schema.CoreSchema
Attribute type.
AttributeValueResolver<T> - Class in com.unboundid.scim.data
Used to resolve SCIM attribute values to Java instances.
AttributeValueResolver() - Constructor for class com.unboundid.scim.data.AttributeValueResolver
 
AUTH_SCHEME_DESCRIPTION - Static variable in class com.unboundid.scim.schema.CoreSchema
Authentication scheme description attribute.
AUTH_SCHEME_DOCUMENTATION_URL - Static variable in class com.unboundid.scim.schema.CoreSchema
Authentication scheme documentation URL attribute.
AUTH_SCHEME_NAME - Static variable in class com.unboundid.scim.schema.CoreSchema
Authentication scheme name attribute.
AUTH_SCHEME_SPEC_URL - Static variable in class com.unboundid.scim.schema.CoreSchema
Authentication scheme specification URL attribute.
AUTH_SCHEMES - Static variable in class com.unboundid.scim.schema.CoreSchema
Authentication schemes attribute.
AUTHENTICATION_SCHEME_RESOLVER - Static variable in class com.unboundid.scim.data.AuthenticationScheme
The AttributeValueResolver that resolves SCIM attribute values to/from AuthenticationScheme instances.
AuthenticationScheme - Class in com.unboundid.scim.data
This class represents the AuthenticationSchemes complex attribute in the Service Provider Config.
AuthenticationScheme(String, String, String, String, String, boolean) - Constructor for class com.unboundid.scim.data.AuthenticationScheme
Create a value of the SCIM AuthenticationSchemes attribute.
availablePermits() - Method in class com.unboundid.scim.wink.AdjustableSemaphore

B

BASE_RESOURCE_FACTORY - Static variable in class com.unboundid.scim.data.BaseResource
A ResourceFactory for creating BaseResource instances.
BaseResource - Class in com.unboundid.scim.data
This class represents a SCIM resource.
BaseResource(ResourceDescriptor, SCIMObject) - Constructor for class com.unboundid.scim.data.BaseResource
Construct a BaseResource with the specified ResourceDescriptor and backed by the given SCIMObject.
BaseResource(ResourceDescriptor) - Constructor for class com.unboundid.scim.data.BaseResource
Construct an empty BaseResource with the specified ResourceDescriptor.
BINARIES_RESOLVER - Static variable in class com.unboundid.scim.data.Entry
The AttributeValueResolver that resolves SCIM attribute values to/from byte[] valued Entry instances.
BINARY_RESOLVER - Static variable in class com.unboundid.scim.data.AttributeValueResolver
The AttributeValueResolver that resolves SCIM attribute values to/from byte[] instances.
BOOLEAN_RESOLVER - Static variable in class com.unboundid.scim.data.AttributeValueResolver
The AttributeValueResolver that resolves SCIM attribute values to/from Boolean instances.
BOOLEANS_RESOLVER - Static variable in class com.unboundid.scim.data.Entry
The AttributeValueResolver that resolves SCIM attribute values to/from Boolean valued Entry instances.
BUILD_TIMESTAMP - Static variable in class com.unboundid.scim.sdk.Version
A timestamp that indicates when this build of the SCIM SDK was generated.
BULK_CONFIG - Static variable in class com.unboundid.scim.schema.CoreSchema
Bulk operations configuration attribute.
BULK_CONFIG_RESOLVER - Static variable in class com.unboundid.scim.data.BulkConfig
The AttributeValueResolver that resolves SCIM attribute values to/from BulkConfig instances.
BULK_MAX_OPERATIONS - Static variable in class com.unboundid.scim.schema.CoreSchema
Bulk max operations attribute.
BULK_MAX_PAYLOAD_SIZE - Static variable in class com.unboundid.scim.schema.CoreSchema
Bulk max payload size attribute.
BULK_SUPPORTED - Static variable in class com.unboundid.scim.schema.CoreSchema
Bulk processing-supported attribute.
BulkConfig - Class in com.unboundid.scim.data
A complex type that specifies BULK configuration options.
BulkConfig(boolean, long, long) - Constructor for class com.unboundid.scim.data.BulkConfig
Create a BulkConfig instance.
BulkContentHandler - Class in com.unboundid.scim.sdk
This class must be extended to handle the content of a bulk operation.
BulkContentHandler() - Constructor for class com.unboundid.scim.sdk.BulkContentHandler
 
BulkContentRequestHandler - Class in com.unboundid.scim.wink
This class implements the bulk operation handler to process bulk operation requests in the SCIM server.
BulkContentRequestHandler(SCIMApplication, RequestContext, SCIMBackend, BulkStreamResponse, OAuthTokenHandler) - Constructor for class com.unboundid.scim.wink.BulkContentRequestHandler
Create a new instance of this bulk operation handler.
BulkContentResponseHandler - Class in com.unboundid.scim.sdk
This class implements the bulk operation handler to process bulk operation responses in the SCIM client.
BulkContentResponseHandler() - Constructor for class com.unboundid.scim.sdk.BulkContentResponseHandler
 
BulkEndpoint - Class in com.unboundid.scim.sdk
This class provides a way for a SCIM client to invoke a bulk request.
BulkException - Exception in com.unboundid.scim.sdk
A wrapper exception for SCIMException for individual bulk operations.
BulkException(SCIMException, BulkOperation.Method, String, String) - Constructor for exception com.unboundid.scim.sdk.BulkException
 
BulkInputStreamWrapper - Class in com.unboundid.scim.marshal
This class is a wrapper around an input stream that allows us to determine how many bytes have been read from the stream.
BulkInputStreamWrapper(InputStream) - Constructor for class com.unboundid.scim.marshal.BulkInputStreamWrapper
Creates a new instance of this input stream that wraps the provided stream.
bulkMarshal(OutputStream, int, List<BulkOperation>) - Method in class com.unboundid.scim.marshal.json.JsonMarshaller
Write the content of a SCIM bulk operation request or response to an output stream.
bulkMarshal(int, List<BulkOperation>) - Method in class com.unboundid.scim.marshal.json.JsonStreamMarshaller
Write the content of a SCIM bulk operation request or response.
bulkMarshal(OutputStream, int, List<BulkOperation>) - Method in interface com.unboundid.scim.marshal.Marshaller
Write the content of a SCIM bulk operation request or response to an output stream.
bulkMarshal(int, List<BulkOperation>) - Method in interface com.unboundid.scim.marshal.StreamMarshaller
Write the content of a SCIM bulk operation request or response.
bulkMarshal(OutputStream, int, List<BulkOperation>) - Method in class com.unboundid.scim.marshal.xml.XmlMarshaller
Write the content of a SCIM bulk operation request or response to an output stream.
bulkMarshal(int, List<BulkOperation>) - Method in class com.unboundid.scim.marshal.xml.XmlStreamMarshaller
Write the content of a SCIM bulk operation request or response.
BulkOperation - Class in com.unboundid.scim.sdk
This class represents an individual operation within a bulk operation request or response.
BulkOperation(BulkOperation.Method, String, String, String, String, BaseResource, Status) - Constructor for class com.unboundid.scim.sdk.BulkOperation
Construct a new BulkOperation object.
BulkOperation.Method - Enum in com.unboundid.scim.sdk
The different methods that are supported within bulk operations.
BulkResource - Class in com.unboundid.scim.wink
This class is a JAX-RS resource for the Bulk operation, where the content type is determined by HTTP headers.
BulkResource(SCIMApplication, OAuthTokenHandler) - Constructor for class com.unboundid.scim.wink.BulkResource
Create a new instance of the bulk resource.
BulkResponse - Class in com.unboundid.scim.sdk
This class represents the response to a bulk request.
BulkResponse(List<BulkOperation>) - Constructor for class com.unboundid.scim.sdk.BulkResponse
Create a new bulk response.
BulkStreamResponse - Class in com.unboundid.scim.sdk
Implements a SCIMResponse to handle bulk responses without keeping the entire response in memory.
BulkStreamResponse(SCIMApplication, RequestContext) - Constructor for class com.unboundid.scim.sdk.BulkStreamResponse
Create a new bulk stream response.
bulkUnmarshal(InputStream, BulkConfig, BulkContentHandler) - Method in class com.unboundid.scim.marshal.json.JsonUnmarshaller
Reads a SCIM bulk request or response from an input stream.
bulkUnmarshal(File, BulkConfig, BulkContentHandler) - Method in class com.unboundid.scim.marshal.json.JsonUnmarshaller
Reads a SCIM bulk request or response from a file.
bulkUnmarshal(InputStream, BulkConfig, BulkContentHandler) - Method in interface com.unboundid.scim.marshal.Unmarshaller
Reads a SCIM bulk request or response from an input stream.
bulkUnmarshal(File, BulkConfig, BulkContentHandler) - Method in interface com.unboundid.scim.marshal.Unmarshaller
Reads a SCIM bulk request or response from a file.
bulkUnmarshal(InputStream, BulkConfig, BulkContentHandler) - Method in class com.unboundid.scim.marshal.xml.XmlUnmarshaller
Reads a SCIM bulk request or response from an input stream.
bulkUnmarshal(File, BulkConfig, BulkContentHandler) - Method in class com.unboundid.scim.marshal.xml.XmlUnmarshaller
Reads a SCIM bulk request or response from a file.

C

CHANGE_PASSWORD_CONFIG - Static variable in class com.unboundid.scim.schema.CoreSchema
Change password configuration attribute.
CHANGE_PASSWORD_CONFIG_RESOLVER - Static variable in class com.unboundid.scim.data.ChangePasswordConfig
The AttributeValueResolver that resolves SCIM attribute values to/from ChangePasswordConfig instances.
CHANGE_PASSWORD_SUPPORTED - Static variable in class com.unboundid.scim.schema.CoreSchema
Change password-supported attribute.
ChangePasswordConfig - Class in com.unboundid.scim.data
A complex type that specifies Change Password configuration options.
ChangePasswordConfig(boolean) - Constructor for class com.unboundid.scim.data.ChangePasswordConfig
Create a ChangePasswordConfig instance.
checkPreconditions(ResourceNotFoundException) - Method in class com.unboundid.scim.sdk.SCIMRequest
Evaluate request preconditions for a resource that does not currently exist.
checkPreconditions(EntityTag) - Method in class com.unboundid.scim.sdk.SCIMRequest
Evaluate request preconditions based on the passed in current version.
checkSchema(ResourceDescriptor, boolean) - Method in class com.unboundid.scim.sdk.SCIMObject
Check this object for potential schema violations based on the provided resource descriptor.
ClientAuthenticationException - Exception in org.apache.wink.client
 
ClientAuthenticationException() - Constructor for exception org.apache.wink.client.ClientAuthenticationException
 
ClientConfigException - Exception in org.apache.wink.client
 
ClientConfigException() - Constructor for exception org.apache.wink.client.ClientConfigException
 
ClientExample - Class in com.unboundid.scim.sdk.examples
A simple client example.
ClientExample() - Constructor for class com.unboundid.scim.sdk.examples.ClientExample
 
ClientExample.DeviceResource - Class in com.unboundid.scim.sdk.examples
A device resource extension.
ClientExample.DeviceResource(ResourceDescriptor) - Constructor for class com.unboundid.scim.sdk.examples.ClientExample.DeviceResource
Create a new empty device resource.
ClientExample.DeviceResource(ResourceDescriptor, SCIMObject) - Constructor for class com.unboundid.scim.sdk.examples.ClientExample.DeviceResource
Create a device resource based on the provided SCIMObject.
ClientHandler - Interface in org.apache.wink.client.handlers
Wink compatibility layer class - see Wink docs.
ClientRequest - Class in org.apache.wink.client
Wink compatibility layer class - see Wink docs.
ClientResponse - Class in org.apache.wink.client
Wink compatibility layer class - see Wink docs.
ClientRuntimeException - Exception in org.apache.wink.client
 
ClientRuntimeException() - Constructor for exception org.apache.wink.client.ClientRuntimeException
 
ClientWebException - Exception in org.apache.wink.client
Wink compatibility layer class - see Wink docs.
ClientWebException(ClientResponse) - Constructor for exception org.apache.wink.client.ClientWebException
Wink compatibility layer class - see Wink docs.
close() - Method in class com.unboundid.scim.marshal.json.JsonStreamMarshaller
Close the marshaller.
close() - Method in interface com.unboundid.scim.marshal.StreamMarshaller
Close the marshaller.
close() - Method in class com.unboundid.scim.marshal.xml.XmlStreamMarshaller
Close the marshaller.
close() - Method in class org.apache.wink.client.ClientResponse
Wink compatibility layer class.
collectionToString(Collection<?>, String) - Static method in class com.unboundid.scim.sdk.StaticUtils
Creates a string representation of the elements in the collection separated by separator.
com.unboundid.scim.data - package com.unboundid.scim.data
 
com.unboundid.scim.marshal - package com.unboundid.scim.marshal
 
com.unboundid.scim.marshal.json - package com.unboundid.scim.marshal.json
 
com.unboundid.scim.marshal.xml - package com.unboundid.scim.marshal.xml
 
com.unboundid.scim.schema - package com.unboundid.scim.schema
 
com.unboundid.scim.sdk - package com.unboundid.scim.sdk
 
com.unboundid.scim.sdk.examples - package com.unboundid.scim.sdk.examples
 
com.unboundid.scim.tools - package com.unboundid.scim.tools
 
com.unboundid.scim.wink - package com.unboundid.scim.wink
 
COMPLEX_RESOLVER - Static variable in class com.unboundid.scim.data.AttributeValueResolver
A default AttributeValueResolver for complex SCIM attribute values.
ComplexValue - Class in com.unboundid.scim.sdk
This class represents a SCIM complex attribute value.
ComplexValue() - Constructor for class com.unboundid.scim.sdk.ComplexValue
 
CONFIG_DOCUMENTATION_URL - Static variable in class com.unboundid.scim.schema.CoreSchema
Configuration documentation attribute.
ConnectException - Exception in com.unboundid.scim.sdk
Signals a problem connecting to the service provider.
ConnectException(String) - Constructor for exception com.unboundid.scim.sdk.ConnectException
Create a new ConnectException from the provided information.
consumeContent() - Method in class org.apache.wink.client.ClientResponse
Wink compatibility layer class - see Wink docs.
containsKey(String) - Method in class com.unboundid.scim.sdk.ComplexValue
Returns true if the ComplexAttribute contains a sub-attribute with the specified name.
contentType(MediaType) - Method in class org.apache.wink.client.Resource
Wink compatibility layer class - see Wink docs.
contentType(String) - Method in class org.apache.wink.client.Resource
Wink compatibility layer class - see Wink docs.
cookie(String) - Method in class org.apache.wink.client.Resource
Wink compatibility layer class - see Wink docs.
cookie(Cookie) - Method in class org.apache.wink.client.Resource
Wink compatibility layer class - see Wink docs.
copyAndSetIdAndMetaAttributes(ResourceDescriptor, ResourceReturningRequest) - Static method in class com.unboundid.scim.sdk.ResourceSchemaBackend
Make a copy of the ResourceDescriptor and set the id and meta attributes from the provided information.
CoreSchema - Class in com.unboundid.scim.schema
Contains the resources and their attributes defined in Core Schema 1.1.
CoreSchema() - Constructor for class com.unboundid.scim.schema.CoreSchema
 
COST_CENTER - Static variable in class com.unboundid.scim.schema.CoreSchema
Cost center attribute.
create(AttributeDescriptor, Object) - Method in class com.unboundid.scim.marshal.json.JsonParser
Create a SCIM attribute from its JSON object representation.
create(String, String, String, String, AttributeDescriptor...) - Static method in class com.unboundid.scim.schema.ResourceDescriptor
Construct a new resource descriptor with the provided information.
create(AttributeDescriptor, SCIMAttributeValue...) - Static method in class com.unboundid.scim.sdk.SCIMAttribute
Create an attribute.
create(R, String...) - Method in class com.unboundid.scim.sdk.SCIMEndpoint
Create the specified resource instance at the service provider and return only the specified attributes from the newly inserted resource.
createAndFilter(List<SCIMFilter>) - Static method in class com.unboundid.scim.sdk.SCIMFilter
Create a new and filter.
createAttribute(String, AttributeDescriptor.DataType, String, String, boolean, boolean, boolean, AttributeDescriptor...) - Static method in class com.unboundid.scim.schema.AttributeDescriptor
Create a new singular attribute descriptor with the provided information.
createBasic(boolean) - Static method in class com.unboundid.scim.data.AuthenticationScheme
Convenience method that creates a new AuthenticationScheme instances for HTTP BASIC.
createBinaryValue(byte[]) - Static method in class com.unboundid.scim.sdk.SCIMAttributeValue
Create a new simple binary attribute value.
createBooleanValue(Boolean) - Static method in class com.unboundid.scim.sdk.SCIMAttributeValue
Create a new simple Boolean attribute value.
createComplexAttribute(JSONObject, AttributeDescriptor) - Method in class com.unboundid.scim.marshal.json.JsonParser
Parse a complex attribute from its representation as a JSON Object.
createComplexValue(SCIMAttribute...) - Static method in class com.unboundid.scim.sdk.SCIMAttributeValue
Create a new complex attribute value from the provided attributes.
createComplexValue(Collection<SCIMAttribute>) - Static method in class com.unboundid.scim.sdk.SCIMAttributeValue
Create a new complex attribute value from a collection of attributes.
createContainsFilter(AttributePath, String) - Static method in class com.unboundid.scim.sdk.SCIMFilter
Create a new contains filter.
createCustomGroupResourceDescriptor(String, String) - Static method in class com.unboundid.scim.schema.CoreSchema
Creates a custom SCIM Group Schema resource descriptor.
createCustomUserResourceDescriptor(String, String) - Static method in class com.unboundid.scim.schema.CoreSchema
Creates a custom SCIM User Schema resource descriptor.
createDateValue(Date) - Static method in class com.unboundid.scim.sdk.SCIMAttributeValue
Create a new simple Date attribute value.
createEqualityFilter(AttributePath, String) - Static method in class com.unboundid.scim.sdk.SCIMFilter
Create a new equality filter.
createException(int, String) - Static method in exception com.unboundid.scim.sdk.SCIMException
Create the appropriate SCIMException from the provided information.
createException(int, String, Exception) - Static method in exception com.unboundid.scim.sdk.SCIMException
Create the appropriate SCIMException from the provided information.
createGreaterOrEqualFilter(AttributePath, String) - Static method in class com.unboundid.scim.sdk.SCIMFilter
Create a new greater or equal filter.
createGreaterThanFilter(AttributePath, String) - Static method in class com.unboundid.scim.sdk.SCIMFilter
Create a new greater than filter.
createLessOrEqualFilter(AttributePath, String) - Static method in class com.unboundid.scim.sdk.SCIMFilter
Create a new less or equal filter.
createLessThanFilter(AttributePath, String) - Static method in class com.unboundid.scim.sdk.SCIMFilter
Create a new less than filter.
createMultiValuedAttribute(JSONArray, AttributeDescriptor) - Method in class com.unboundid.scim.marshal.json.JsonParser
Parse a multi-valued attribute from its representation as a JSON Array.
createMultiValuedAttribute(String, String, String, String, boolean, boolean, boolean, AttributeDescriptor...) - Static method in class com.unboundid.scim.schema.AttributeDescriptor
Create a new multi-valued attribute descriptor with the provided information.
createMultiValuedDisplayDescriptor(String) - Static method in class com.unboundid.scim.schema.CoreSchema
Convenience method to create an attribute descriptor for the display normative sub-attribute of multi-valued attributes.
createMultiValuedOperationDescriptor(String) - Static method in class com.unboundid.scim.schema.CoreSchema
Convenience method to create an attribute descriptor for the operation normative sub-attribute of multi-valued attributes.
createMultiValuedPrimaryDescriptor(String) - Static method in class com.unboundid.scim.schema.CoreSchema
Convenience method to create an attribute descriptor for the primary normative sub-attribute of multi-valued attributes.
createMultiValuedTypeDescriptor(String, String...) - Static method in class com.unboundid.scim.schema.CoreSchema
Convenience method to create an attribute descriptor for the type normative sub-attribute of multi-valued attributes.
createMultiValuedValueDescriptor(String, AttributeDescriptor.DataType) - Static method in class com.unboundid.scim.schema.CoreSchema
Convenience method to create an attribute descriptor for the value normative sub-attribute of multi-valued attributes.
createOAuth2(boolean) - Static method in class com.unboundid.scim.data.AuthenticationScheme
Convenience method that creates a new AuthenticationScheme instances for OAuth 2.
createOrFilter(List<SCIMFilter>) - Static method in class com.unboundid.scim.sdk.SCIMFilter
Create a new or filter.
createPresenceFilter(AttributePath) - Static method in class com.unboundid.scim.sdk.SCIMFilter
Create a new presence filter.
createRequest(BulkOperation.Method, String, String, String, BaseResource) - Static method in class com.unboundid.scim.sdk.BulkOperation
Create a new operation for a bulk request.
createResource(ResourceDescriptor, SCIMObject) - Method in interface com.unboundid.scim.data.ResourceFactory
Creates a new SCIM resource instance from a SCIMObjectfor the specified resource descriptor.
createResponse(BulkOperation.Method, String, String, String, Status) - Static method in class com.unboundid.scim.sdk.BulkOperation
Create a new operation for a bulk response.
createSimpleAttribute(Object, AttributeDescriptor) - Method in class com.unboundid.scim.marshal.json.JsonBulkParser
Parse a simple attribute from its representation as a JSON Object.
createSimpleAttribute(Object, AttributeDescriptor) - Method in class com.unboundid.scim.marshal.json.JsonParser
Parse a simple attribute from its representation as a JSON Object.
createSimpleValue(SimpleValue) - Static method in class com.unboundid.scim.sdk.SCIMAttributeValue
Create a new simple attribute value.
createStartsWithFilter(AttributePath, String) - Static method in class com.unboundid.scim.sdk.SCIMFilter
Create a new starts with filter.
createStringValue(String) - Static method in class com.unboundid.scim.sdk.SCIMAttributeValue
Create a new simple String attribute value.
createSubAttribute(String, AttributeDescriptor.DataType, String, String, boolean, boolean, boolean, String...) - Static method in class com.unboundid.scim.schema.AttributeDescriptor
Create a new sub-attribute descriptor with the provided information.
createValue(AttributeDescriptor.DataType, String) - Static method in class com.unboundid.scim.sdk.SCIMAttributeValue
Create a new simple attribute value of the specified data type.

D

DATE_RESOLVER - Static variable in class com.unboundid.scim.data.AttributeValueResolver
The AttributeValueResolver that resolves SCIM attribute values to/from String instances.
DATES_RESOLVER - Static variable in class com.unboundid.scim.data.Entry
The AttributeValueResolver that resolves SCIM attribute values to/from Date valued Entry instances.
Debug - Class in com.unboundid.scim.sdk
This class provides a means of enabling and configuring debugging in the SCIM SDK.
debug(Level, DebugType, String) - Static method in class com.unboundid.scim.sdk.Debug
Writes a generic debug message, if appropriate.
debug(Level, DebugType, String, Throwable) - Static method in class com.unboundid.scim.sdk.Debug
Writes a generic debug message, if appropriate.
debugCodingError(Throwable) - Static method in class com.unboundid.scim.sdk.Debug
Writes debug information about a coding error detected in the use of the SCIM SDK.
debugEnabled() - Static method in class com.unboundid.scim.sdk.Debug
Indicates whether any form of debugging is enabled.
debugEnabled(DebugType) - Static method in class com.unboundid.scim.sdk.Debug
Indicates whether debugging is enabled for messages of the specified debug type.
debugException(Throwable) - Static method in class com.unboundid.scim.sdk.Debug
Writes debug information about the provided exception, if appropriate.
debugException(Level, Throwable) - Static method in class com.unboundid.scim.sdk.Debug
Writes debug information about the provided exception, if appropriate.
DebugType - Enum in com.unboundid.scim.sdk
This enumeration defines a set of debugging types that are used by the SCIM SDK.
DECIMAL_RESOLVER - Static variable in class com.unboundid.scim.data.AttributeValueResolver
The AttributeValueResolver that resolves SCIM attribute values to/from Decimal instances.
decodeOAuthToken(String) - Method in interface com.unboundid.scim.sdk.OAuthTokenHandler
Creates an OAuthToken instance from the incoming token value.
DEFAULT_SCHEMA_PREFIX - Static variable in class com.unboundid.scim.sdk.SCIMConstants
The namespace label associated with the default schema.
delete(String) - Method in class com.unboundid.scim.sdk.SCIMEndpoint
Deprecated.
delete(R) - Method in class com.unboundid.scim.sdk.SCIMEndpoint
Delete the specified resource instance.
delete(String, String) - Method in class com.unboundid.scim.sdk.SCIMEndpoint
Delete the resource instance specified by the provided ID.
delete() - Method in class org.apache.wink.client.Resource
Wink compatibility layer class - see Wink docs.
DELETE_BAD_REQUEST - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of delete requests that failed with code 400 Bad Request.
DELETE_CONFLICT - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of delete requests that failed with code 409 Conflict.
DELETE_FORBIDDEN - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of delete requests that failed with code 403 Forbidden.
DELETE_INTERNAL_SERVER_ERROR - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of delete requests that failed with code 500 Internal Server Error.
DELETE_NOT_FOUND - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of delete requests that failed with code 404 Not Found.
DELETE_NOT_IMPLEMENTED - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of delete requests that failed with code 505 Not Implemented.
DELETE_OK - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of delete requests that were successful.
DELETE_PRECONDITION_FAILED - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of delete requests that failed with code 412 Precondition Failed.
DELETE_UNAUTHORIZED - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of delete requests that failed with code 401 Unauthorized.
deleteResource(DeleteResourceRequest) - Method in class com.unboundid.scim.sdk.ResourceSchemaBackend
Delete a specific resource.
deleteResource(DeleteResourceRequest) - Method in class com.unboundid.scim.sdk.SCIMBackend
Delete a specific resource.
DeleteResourceRequest - Class in com.unboundid.scim.sdk
This class represents a SCIM Delete Resource request delete a single resource.
DeleteResourceRequest(URI, String, ResourceDescriptor, String) - Constructor for class com.unboundid.scim.sdk.DeleteResourceRequest
Create a new SCIM Delete Resource request from the provided information.
DeleteResourceRequest(URI, String, ResourceDescriptor, String, HttpServletRequest) - Constructor for class com.unboundid.scim.sdk.DeleteResourceRequest
Create a new SCIM Delete Resource request from the provided information.
DeleteResourceRequest(URI, String, ResourceDescriptor, String, HttpServletRequest, String, String) - Constructor for class com.unboundid.scim.sdk.DeleteResourceRequest
Create a new SCIM Delete Resource request from the provided information.
DEPARTMENT - Static variable in class com.unboundid.scim.schema.CoreSchema
Department attribute.
DeploymentConfiguration - Class in org.apache.wink.server.internal
 
DeploymentConfiguration() - Constructor for class org.apache.wink.server.internal.DeploymentConfiguration
 
DEVICE_RESOURCE_FACTORY - Static variable in class com.unboundid.scim.sdk.examples.ClientExample
The resource factory that can be used to create device resource instances.
Diff<R extends BaseResource> - Class in com.unboundid.scim.sdk
This utility class may be used to generate a set of attribute modifications between two SCIM resources of the same type.
DISPLAY_NAME - Static variable in class com.unboundid.scim.schema.CoreSchema
Display name attribute.
DIVISION - Static variable in class com.unboundid.scim.schema.CoreSchema
Division attribute.
doDotJsonDelete(String, String, HttpServletRequest, SecurityContext, HttpHeaders, UriInfo) - Method in class com.unboundid.scim.wink.SCIMResource
Implement the DELETE operation on a specified user resource where the URL specifies JSON content type.
doDotJsonGet(String, String, HttpServletRequest, SecurityContext, HttpHeaders, UriInfo) - Method in class com.unboundid.scim.wink.SCIMResource
Implement the GET operation on a specified user resource where the URL specifies JSON content type.
doDotXmlDelete(String, String, HttpServletRequest, SecurityContext, HttpHeaders, UriInfo) - Method in class com.unboundid.scim.wink.SCIMResource
Implement the DELETE operation on a specified user resource where the URL specifies XML content type.
doDotXmlGet(String, String, HttpServletRequest, SecurityContext, HttpHeaders, UriInfo) - Method in class com.unboundid.scim.wink.SCIMResource
Implement the GET operation on a specified user resource where the URL specifies XML content type.
doJsonDelete(String, String, HttpServletRequest, SecurityContext, HttpHeaders, UriInfo) - Method in class com.unboundid.scim.wink.SCIMResource
Implement the DELETE operation on a specified user resource producing JSON format.
doJsonDotJsonPatch(InputStream, String, String, HttpServletRequest, SecurityContext, HttpHeaders, UriInfo) - Method in class com.unboundid.scim.wink.SCIMResource
Implement the PATCH operation consuming and producing JSON format.
doJsonDotJsonPost(InputStream, String, HttpServletRequest, SecurityContext, HttpHeaders, UriInfo) - Method in class com.unboundid.scim.wink.JSONQueryResource
Implement the POST operation consuming and producing JSON format.
doJsonDotJsonPut(InputStream, String, String, HttpServletRequest, SecurityContext, HttpHeaders, UriInfo) - Method in class com.unboundid.scim.wink.SCIMResource
Implement the PUT operation where the URL specifies JSON format.
doJsonDotXmlPatch(InputStream, String, String, HttpServletRequest, SecurityContext, HttpHeaders, UriInfo) - Method in class com.unboundid.scim.wink.SCIMResource
Implement the PATCH operation consuming JSON format and producing XML format.
doJsonDotXmlPost(InputStream, String, HttpServletRequest, SecurityContext, HttpHeaders, UriInfo) - Method in class com.unboundid.scim.wink.XMLQueryResource
Implement the POST operation consuming JSON and producing XML format.
doJsonDotXmlPut(InputStream, String, String, HttpServletRequest, SecurityContext, HttpHeaders, UriInfo) - Method in class com.unboundid.scim.wink.SCIMResource
Implement the PUT operation where the URL specifies XML format.
doJsonGet(String, HttpServletRequest, SecurityContext, HttpHeaders, UriInfo, String, String, String, String, String, String, String) - Method in class com.unboundid.scim.wink.JSONQueryResource
Implement the GET operation producing JSON format.
doJsonGet() - Method in class com.unboundid.scim.wink.JSONServiceProviderConfigResource
Implement the GET operation to fetch the configuration in JSON format.
doJsonGet() - Method in class com.unboundid.scim.wink.MonitorResource
Implement the GET operation on the monitor resource to fetch the monitor data in JSON format.
doJsonGet() - Method in class com.unboundid.scim.wink.RootResource
Implement the GET operation to return JSON format.
doJsonGet(String, HttpServletRequest, SecurityContext, HttpHeaders, UriInfo, String, String, String, String, String, String, String) - Method in class com.unboundid.scim.wink.SCIMResource
Implement the GET query operation producing JSON format.
doJsonGet(String, String, HttpServletRequest, SecurityContext, HttpHeaders, UriInfo) - Method in class com.unboundid.scim.wink.SCIMResource
Implement the GET operation on a specified user resource producing JSON format.
doJsonGet() - Method in class com.unboundid.scim.wink.ServiceProviderConfigResource
Implement the GET operation to fetch the configuration in JSON format.
doJsonJsonPatch(InputStream, String, String, HttpServletRequest, SecurityContext, HttpHeaders, UriInfo) - Method in class com.unboundid.scim.wink.SCIMResource
Implement the PATCH operation consuming and producing JSON format.
doJsonJsonPost(InputStream, HttpServletRequest, SecurityContext, HttpHeaders, UriInfo) - Method in class com.unboundid.scim.wink.BulkResource
Implement the POST operation consuming and producing JSON format.
doJsonJsonPost(InputStream, HttpServletRequest, SecurityContext, HttpHeaders, UriInfo) - Method in class com.unboundid.scim.wink.JSONBulkResource
Implement the POST operation consuming and producing JSON format.
doJsonJsonPost(InputStream, String, HttpServletRequest, SecurityContext, HttpHeaders, UriInfo) - Method in class com.unboundid.scim.wink.SCIMResource
Implement the POST operation consuming and producing JSON format.
doJsonJsonPut(InputStream, String, String, HttpServletRequest, SecurityContext, HttpHeaders, UriInfo) - Method in class com.unboundid.scim.wink.SCIMResource
Implement the PUT operation consuming and producing JSON format.
doJsonXmlPatch(InputStream, String, String, HttpServletRequest, SecurityContext, HttpHeaders, UriInfo) - Method in class com.unboundid.scim.wink.SCIMResource
Implement the PATCH operation consuming JSON format and producing XML format.
doJsonXmlPost(InputStream, HttpServletRequest, SecurityContext, HttpHeaders, UriInfo) - Method in class com.unboundid.scim.wink.BulkResource
Implement the POST operation consuming JSON format and producing XML format.
doJsonXmlPost(InputStream, String, HttpServletRequest, SecurityContext, HttpHeaders, UriInfo) - Method in class com.unboundid.scim.wink.SCIMResource
Implement the POST operation consuming JSON format and producing XML format.
doJsonXmlPut(InputStream, String, String, HttpServletRequest, SecurityContext, HttpHeaders, UriInfo) - Method in class com.unboundid.scim.wink.SCIMResource
Implement the PUT operation consuming JSON format and producing XML format.
doToolProcessing() - Method in class com.unboundid.scim.tools.SCIMQueryRate
Performs the actual processing for this tool.
doXmlDelete(String, String, HttpServletRequest, SecurityContext, HttpHeaders, UriInfo) - Method in class com.unboundid.scim.wink.SCIMResource
Implement the DELETE operation on a specified user resource producing XML format.
doXmlDotJsonPatch(InputStream, String, String, HttpServletRequest, SecurityContext, HttpHeaders, UriInfo) - Method in class com.unboundid.scim.wink.SCIMResource
Implement the PATCH operation consuming XML format and producing JSON format.
doXmlDotJsonPost(InputStream, String, HttpServletRequest, SecurityContext, HttpHeaders, UriInfo) - Method in class com.unboundid.scim.wink.JSONQueryResource
Implement the POST operation consuming XML and producing JSON format.
doXmlDotJsonPut(InputStream, String, String, HttpServletRequest, SecurityContext, HttpHeaders, UriInfo) - Method in class com.unboundid.scim.wink.SCIMResource
Implement the PUT operation consuming XML and where the URL specifies producing JSON format.
doXmlDotXmlPatch(InputStream, String, String, HttpServletRequest, SecurityContext, HttpHeaders, UriInfo) - Method in class com.unboundid.scim.wink.SCIMResource
Implement the PATCH operation consuming and producing XML format.
doXmlDotXmlPost(InputStream, String, HttpServletRequest, SecurityContext, HttpHeaders, UriInfo) - Method in class com.unboundid.scim.wink.XMLQueryResource
Implement the POST operation consuming and producing XML format.
doXmlDotXmlPut(InputStream, String, String, HttpServletRequest, SecurityContext, HttpHeaders, UriInfo) - Method in class com.unboundid.scim.wink.SCIMResource
Implement the PUT operation where the URL specifies XML format.
doXmlGet() - Method in class com.unboundid.scim.wink.RootResource
Implement the GET operation to return XML format.
doXmlGet(String, HttpServletRequest, SecurityContext, HttpHeaders, UriInfo, String, String, String, String, String, String, String) - Method in class com.unboundid.scim.wink.SCIMResource
Implement the GET query operation producing XML format.
doXmlGet(String, String, HttpServletRequest, SecurityContext, HttpHeaders, UriInfo) - Method in class com.unboundid.scim.wink.SCIMResource
Implement the GET operation on a specified user resource producing XML format.
doXmlGet() - Method in class com.unboundid.scim.wink.ServiceProviderConfigResource
Implement the GET operation to fetch the configuration in XML format.
doXmlGet(String, HttpServletRequest, SecurityContext, HttpHeaders, UriInfo, String, String, String, String, String, String, String) - Method in class com.unboundid.scim.wink.XMLQueryResource
Implement the GET operation producing XML format.
doXmlGet() - Method in class com.unboundid.scim.wink.XMLServiceProviderConfigResource
Implement the GET operation to fetch the configuration in XML format.
doXmlJsonPatch(InputStream, String, String, HttpServletRequest, SecurityContext, HttpHeaders, UriInfo) - Method in class com.unboundid.scim.wink.SCIMResource
Implement the PATCH operation consuming XML format and producing JSON format.
doXmlJsonPost(InputStream, HttpServletRequest, SecurityContext, HttpHeaders, UriInfo) - Method in class com.unboundid.scim.wink.BulkResource
Implement the POST operation consuming XML format and producing JSON format.
doXmlJsonPost(InputStream, String, HttpServletRequest, SecurityContext, HttpHeaders, UriInfo) - Method in class com.unboundid.scim.wink.SCIMResource
Implement the POST operation consuming XML format and producing JSON format.
doXmlJsonPut(InputStream, String, String, HttpServletRequest, SecurityContext, HttpHeaders, UriInfo) - Method in class com.unboundid.scim.wink.SCIMResource
Implement the PUT operation consuming XML format and producing JSON format.
doXmlXmlPatch(InputStream, String, String, HttpServletRequest, SecurityContext, HttpHeaders, UriInfo) - Method in class com.unboundid.scim.wink.SCIMResource
Implement the PATCH operation consuming and producing XML format.
doXmlXmlPost(InputStream, HttpServletRequest, SecurityContext, HttpHeaders, UriInfo) - Method in class com.unboundid.scim.wink.BulkResource
Implement the POST operation consuming and producing XML format.
doXmlXmlPost(InputStream, String, HttpServletRequest, SecurityContext, HttpHeaders, UriInfo) - Method in class com.unboundid.scim.wink.SCIMResource
Implement the POST operation consuming and producing XML format.
doXmlXmlPost(InputStream, HttpServletRequest, SecurityContext, HttpHeaders, UriInfo) - Method in class com.unboundid.scim.wink.XMLBulkResource
Implement the POST operation consuming and producing XML format.
doXmlXmlPut(InputStream, String, String, HttpServletRequest, SecurityContext, HttpHeaders, UriInfo) - Method in class com.unboundid.scim.wink.SCIMResource
Implement the PUT operation consuming and producing XML format.

E

EMAILS - Static variable in class com.unboundid.scim.schema.CoreSchema
Emails attribute.
EMPLOYEE_NUMBER - Static variable in class com.unboundid.scim.schema.CoreSchema
Employee number attribute.
ENTITLEMENTS - Static variable in class com.unboundid.scim.schema.CoreSchema
Entitlements attribute.
Entry<T> - Class in com.unboundid.scim.data
Represents a standard value of a multi-valued attribute.
Entry(T, String) - Constructor for class com.unboundid.scim.data.Entry
Constructs an entry instance with the specified information.
Entry(T, String, boolean) - Constructor for class com.unboundid.scim.data.Entry
Constructs an entry instance with the specified information.
Entry(T, String, boolean, String) - Constructor for class com.unboundid.scim.data.Entry
Constructs an entry instance with the specified information.
Entry(T, String, boolean, String, String) - Constructor for class com.unboundid.scim.data.Entry
Constructs an entry instance with the specified information.
equals(Object) - Method in class com.unboundid.scim.data.Address
equals(Object) - Method in class com.unboundid.scim.data.AuthenticationScheme
 
equals(Object) - Method in class com.unboundid.scim.data.BaseResource
equals(Object) - Method in class com.unboundid.scim.data.BulkConfig
 
equals(Object) - Method in class com.unboundid.scim.data.ChangePasswordConfig
 
equals(Object) - Method in class com.unboundid.scim.data.Entry
equals(Object) - Method in class com.unboundid.scim.data.ETagConfig
 
equals(Object) - Method in class com.unboundid.scim.data.FilterConfig
 
equals(Object) - Method in class com.unboundid.scim.data.Manager
equals(Object) - Method in class com.unboundid.scim.data.Meta
equals(Object) - Method in class com.unboundid.scim.data.Name
equals(Object) - Method in class com.unboundid.scim.data.PatchConfig
 
equals(Object) - Method in class com.unboundid.scim.data.SortConfig
 
equals(Object) - Method in class com.unboundid.scim.data.XmlDataFormatConfig
 
equals(Object) - Method in class com.unboundid.scim.schema.AttributeDescriptor
equals(Object) - Method in class com.unboundid.scim.schema.ResourceDescriptor
equals(Object) - Method in class com.unboundid.scim.sdk.SCIMAttribute
 
equals(Object) - Method in class com.unboundid.scim.sdk.SCIMObject
equals(Object) - Method in class com.unboundid.scim.sdk.SimpleValue
ETAG_CONFIG - Static variable in class com.unboundid.scim.schema.CoreSchema
ETag configuration attribute.
ETAG_CONFIG_RESOLVER - Static variable in class com.unboundid.scim.data.ETagConfig
The AttributeValueResolver that resolves SCIM attribute values to/from ETagConfig instances.
ETAG_SUPPORTED - Static variable in class com.unboundid.scim.schema.CoreSchema
ETag-supported attribute.
ETagConfig - Class in com.unboundid.scim.data
A complex type that specifies ETag configuration options.
ETagConfig(boolean) - Constructor for class com.unboundid.scim.data.ETagConfig
Create a ETagConfig instance.
evaluateIfMatch(EntityTag, String) - Method in class com.unboundid.scim.sdk.SCIMRequest
Evaluate If-Match header against the provided eTag.
evaluateIfNoneMatch(EntityTag, String) - Method in class com.unboundid.scim.sdk.GetResourceRequest
Evaluate If-None-Match header against the provided eTag.
evaluateIfNoneMatch(EntityTag, String) - Method in class com.unboundid.scim.sdk.SCIMRequest
Evaluate If-None-Match header against the provided eTag.
EXTERNAL_ID - Static variable in class com.unboundid.scim.schema.CoreSchema
ExternalID attribute.
EXTERNAL_ID_DESCRIPTOR - Static variable in class com.unboundid.scim.schema.CoreSchema
The SCIM AttributeDescriptor for the externalId attribute.

F

FILTER_CONFIG - Static variable in class com.unboundid.scim.schema.CoreSchema
Filter configuration attribute.
FILTER_CONFIG_RESOLVER - Static variable in class com.unboundid.scim.data.FilterConfig
The AttributeValueResolver that resolves SCIM attribute values to/from FilterConfig instances.
FILTER_MAX_RESULTS - Static variable in class com.unboundid.scim.schema.CoreSchema
Filter max results attribute.
FILTER_SUPPORTED - Static variable in class com.unboundid.scim.schema.CoreSchema
Filter-supported attribute.
FilterConfig - Class in com.unboundid.scim.data
A complex type that specifies FILTER configuration options.
FilterConfig(boolean, long) - Constructor for class com.unboundid.scim.data.FilterConfig
Create a FilterConfig instance.
FilterParser - Class in com.unboundid.scim.sdk
A parser for SCIM filter expressions.
FilterParser(String, String) - Constructor for class com.unboundid.scim.sdk.FilterParser
Create a new instance of a filter parser.
finalizeBackend() - Method in class com.unboundid.scim.sdk.ResourceSchemaBackend
Performs any cleanup which may be necessary when this backend is to be taken out of service.
finalizeBackend() - Method in class com.unboundid.scim.sdk.SCIMBackend
Performs any cleanup which may be necessary when this backend is to be taken out of service.
finalizeResponse() - Method in class com.unboundid.scim.sdk.BulkStreamResponse
Release resources when this bulk stream response is no longer needed.
findAttribute(String, String) - Method in class com.unboundid.scim.schema.ResourceDescriptor
Retrieves the attribute descriptor for a specified attribute, if the attribute name is defined.
findAttributeSchema(String, String...) - Method in class com.unboundid.scim.schema.ResourceDescriptor
Retrieves the schema for a specified attribute name.
ForbiddenException - Exception in com.unboundid.scim.sdk
Signals the server does not support the requested operation.
ForbiddenException(String) - Constructor for exception com.unboundid.scim.sdk.ForbiddenException
Create a new ForbiddenException from the provided information.
ForbiddenException(String, Throwable) - Constructor for exception com.unboundid.scim.sdk.ForbiddenException
Create a new ForbiddenException from the provided information.
forName(String) - Static method in enum com.unboundid.scim.sdk.DebugType
Retrieves the debug type with the specified name.
fromInstance(AttributeDescriptor, T) - Method in class com.unboundid.scim.data.AttributeValueResolver
Create a SCIM attribute value from the given instance.
fromPartialResource(R, boolean) - Static method in class com.unboundid.scim.sdk.Diff
Generates a diff with modifications that can be applied to the source resource in order to make it match the target resource.
FULL_VERSION_STRING - Static variable in class com.unboundid.scim.sdk.Version
The full version string for the SCIM SDK.

G

generate(R, R, String...) - Static method in class com.unboundid.scim.sdk.Diff
Generates a diff with modifications that can be applied to the source resource in order to make it match the target resource.
get(String) - Method in class com.unboundid.scim.sdk.ComplexValue
Returns a SimpleValue for the specified sub-attribute name.
get(String) - Method in class com.unboundid.scim.sdk.SCIMEndpoint
Retrieves a resource instance given the ID.
get(String, String, String...) - Method in class com.unboundid.scim.sdk.SCIMEndpoint
Retrieves a resource instance given the ID, only if the current version has been modified.
get() - Method in class org.apache.wink.client.Resource
Wink compatibility layer class - see Wink docs.
GET_BAD_REQUEST - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of get requests that failed with code 400 Bad Request.
GET_FORBIDDEN - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of get requests that failed with code 403 Forbidden.
GET_INTERNAL_SERVER_ERROR - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of get requests that failed with code 500 Internal Server Error.
GET_NOT_FOUND - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of get requests that failed with code 404 Not Found.
GET_NOT_IMPLEMENTED - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of get requests that failed with code 505 Not Implemented.
GET_NOT_MODIFIED - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of versioned get requests that were not modified.
GET_OK - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of get requests that were successful.
GET_RESPONSE_JSON - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of get requests that responded in JSON format.
GET_RESPONSE_XML - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of get requests that responded in XML format.
GET_UNAUTHORIZED - Static variable in class com.unboundid.scim.wink.ResourceStats
 
getAcceptType() - Method in class com.unboundid.scim.sdk.SCIMService
Retrieves the accept media type that should be used when reading data from the SCIM service provider.
getAddresses() - Method in class com.unboundid.scim.data.UserResource
Retrieves the physical mailing address for this User.
getApplication(DeploymentConfiguration) - Method in class org.apache.wink.server.internal.servlet.RestServlet
Wink compatibility layer class - see Wink docs.
getAttribute(String, String) - Method in class com.unboundid.scim.schema.ResourceDescriptor
Retrieves the attribute descriptor for a specified attribute.
getAttribute(String) - Method in class com.unboundid.scim.sdk.SCIMAttributeValue
Retrieves the attribute with the provided name from the complex value, or null if there is no such attribute or the attribute value is simple.
getAttribute(String, String) - Method in class com.unboundid.scim.sdk.SCIMObject
Retrieves the attribute with the specified name.
getAttributeDescriptor() - Method in class com.unboundid.scim.sdk.SCIMAttribute
Retrieves the SCIM attribute mapping of this this attribute.
getAttributeName() - Method in class com.unboundid.scim.sdk.AttributePath
Retrieve the name of the attribute.
getAttributes(String) - Method in class com.unboundid.scim.schema.ResourceDescriptor
Retrieves all the attribute descriptors of the provided schema defined in the resource.
getAttributes() - Method in class com.unboundid.scim.schema.ResourceDescriptor
Retrieves the list of all attribute descriptors defined in the resource.
getAttributes() - Method in class com.unboundid.scim.sdk.ResourceReturningRequest
Get the set of requested attributes.
getAttributes() - Method in class com.unboundid.scim.sdk.SCIMAttributeValue
Retrieves the attributes comprising the complex value, keyed by the lower case name of the attribute, or null if the attribute value is simple.
getAttributes(String) - Method in class com.unboundid.scim.sdk.SCIMObject
Retrieves the set of attributes in this object from the specified schema.
getAttributeSchema() - Method in class com.unboundid.scim.sdk.AttributePath
Retrieve the URI of the attribute schema.
getAttributeSchemas() - Method in class com.unboundid.scim.schema.ResourceDescriptor
Retrieves the set of unique schemas for the attribute descriptors defined in the resource.
getAttributesToDelete() - Method in class com.unboundid.scim.sdk.Diff
Retrieves the list of attributes deleted from the source resource.
getAttributesToUpdate() - Method in class com.unboundid.scim.sdk.Diff
Retrieves the list of updated attributes (and their new values) to update on the source resource.
getAttributeValues(String, String, AttributeValueResolver<T>) - Method in class com.unboundid.scim.data.BaseResource
Retrieves a multi-valued attribute value.
getAuthenticatedUserID() - Method in class com.unboundid.scim.sdk.SCIMRequest
Get the authenticated user ID.
getAuthenticationSchemes() - Method in class com.unboundid.scim.data.ServiceProviderConfig
Retrieves the supported Authentication Schemes.
getAuthID() - Method in class com.unboundid.scim.wink.RequestContext
Retrieve the HTTP authenticated user ID.
getAuthzDN(OAuthToken) - Method in interface com.unboundid.scim.sdk.OAuthTokenHandler
Extracts the DN of the authorization entry (for which to apply access controls) from the incoming token.
getBackend() - Method in class com.unboundid.scim.wink.SCIMApplication
Retrieves the SCIMBackend used by this SCIMApplication.
getBaseID() - Method in class com.unboundid.scim.sdk.GetResourcesRequest
Retrieve the base-id parameter of the request.
getBaseURL() - Method in class com.unboundid.scim.sdk.SCIMRequest
Retrieve the base URL for the SCIM service.
getBaseURL() - Method in class com.unboundid.scim.sdk.SCIMService
Retrieves the SCIM Service Provider URL.
getBinaryValue(String) - Method in class com.unboundid.scim.sdk.ComplexValue
Get the value of a Binary-valued sub-attribute.
getBinaryValue() - Method in class com.unboundid.scim.sdk.SCIMAttributeValue
Retrieves the simple Binary value, or null if the attribute value is complex.
getBinaryValue() - Method in class com.unboundid.scim.sdk.SimpleValue
Retrieves the simple binary value.
getBooleanValue(String) - Method in class com.unboundid.scim.sdk.ComplexValue
Get the value of a Boolean-valued sub-attribute.
getBooleanValue() - Method in class com.unboundid.scim.sdk.SCIMAttributeValue
Retrieves the simple Boolean value, or null if the attribute value is complex.
getBooleanValue() - Method in class com.unboundid.scim.sdk.SimpleValue
Retrieves the simple value as a boolean.
getBulkConfig() - Method in class com.unboundid.scim.data.ServiceProviderConfig
Retrieves the BULK configuration options.
getBulkId() - Method in exception com.unboundid.scim.sdk.BulkException
Retrieve the bulk operation identifier, required when the method is POST.
getBulkId() - Method in class com.unboundid.scim.sdk.BulkOperation
Retrieve the bulk operation identifier, required when the method is POST.
getBytesRead() - Method in class com.unboundid.scim.marshal.BulkInputStreamWrapper
Retrieves the number of bytes read through this input stream.
getCanonicalValues() - Method in class com.unboundid.scim.schema.AttributeDescriptor
Retrieves a list of canonical type values.
getCause() - Method in exception com.unboundid.scim.sdk.BulkException
getChangePasswordConfig() - Method in class com.unboundid.scim.data.ServiceProviderConfig
Retrieves the Change Password configuration options.
getClient() - Method in class org.apache.wink.client.RestClient
Wink compatibility layer class - see Wink docs.
getClientRequestContext() - Method in class org.apache.wink.client.ClientRequest
Wink compatibility layer class - see Wink docs.
getCode() - Method in class com.unboundid.scim.sdk.Status
Retrieve the HTTP response code that would have been returned if a single HTTP request had been used.
getCode() - Method in class org.apache.wink.common.http.HttpStatus
Wink compatibility layer class - see Wink docs.
getComplexAttributeValue(String) - Method in class com.unboundid.scim.data.BaseResource
Get a complex attribute with the specified name.
getComplexAttributeValue(String, String) - Method in class com.unboundid.scim.data.BaseResource
Get a complex attribute with the specified name and schema.
getConfig() - Method in class com.unboundid.scim.sdk.SCIMBackend
Retrieve the mutable configuration settings for the backend.
getConsumeMediaType() - Method in class com.unboundid.scim.wink.RequestContext
Retrieve the media type to be consumed.
getContentLength() - Method in class com.unboundid.scim.wink.RequestContext
Retrieve the value of the HTTP Content-Length header.
getContentType() - Method in class com.unboundid.scim.sdk.SCIMService
Retrieves the content media type that should be used when writing data to the SCIM service provider.
getCount() - Method in class com.unboundid.scim.sdk.PageParameters
Retrieve the maximum number of resources to return in a single page, or zero if the server should choose how many to return.
getCountry() - Method in class com.unboundid.scim.data.Address
Retrieves the country name component.
getCreated() - Method in class com.unboundid.scim.data.Meta
Retrieves the time the Resource was added to the Service Provider.
getData() - Method in class com.unboundid.scim.sdk.BulkOperation
Retrieve the resource data as it would appear for a single POST, PUT or PATCH operation.
getDataType() - Method in class com.unboundid.scim.schema.AttributeDescriptor
Retrieve the data type for this attribute.
getDateValue(String) - Method in class com.unboundid.scim.sdk.ComplexValue
Get the value of a Date-valued sub-attribute.
getDateValue() - Method in class com.unboundid.scim.sdk.SCIMAttributeValue
Retrieves the simple Date value, or null if the attribute value is complex.
getDateValue() - Method in class com.unboundid.scim.sdk.SimpleValue
Retrieves the simple value as a date.
getDebugTypes() - Static method in class com.unboundid.scim.sdk.Debug
Retrieves the set of debug types that will be used if debugging is enabled.
getDecimalValue() - Method in class com.unboundid.scim.sdk.SCIMAttributeValue
Retrieves the simple Decimal value, or null if the attribute value is complex.
getDeclaredSubAttributes() - Method in class com.unboundid.scim.schema.AttributeDescriptor
Retrieves the set of descriptors for subordinate attributes of a complex attribute.
getDescription() - Method in class com.unboundid.scim.data.AuthenticationScheme
Retrieves the description of the Authentication Scheme.
getDescription() - Method in class com.unboundid.scim.schema.AttributeDescriptor
Retrieves this attribute's human readable description.
getDescription() - Method in class com.unboundid.scim.schema.ResourceDescriptor
Retrieves the resource's human readable description.
getDescription() - Method in class com.unboundid.scim.sdk.Status
Retrieve the human readable error message, or null if the operation was successful and there is no additional information.
getDescriptors() - Method in class com.unboundid.scim.sdk.SCIMQueryAttributes
Returns the map of requested attributes and sub-attributes.
getDisplay() - Method in class com.unboundid.scim.data.Entry
Retrieves the human readable name, primarily used for display purposes where the value is an opaque or complex type such as an id.
getDisplayName() - Method in class com.unboundid.scim.data.GroupResource
Retrieves the human readable name for the Group.
getDisplayName() - Method in class com.unboundid.scim.data.Manager
Retrieves the displayName of the User's manager.
getDisplayName() - Method in class com.unboundid.scim.data.UserResource
Retrieves the name of the User, suitable for display to end-users.
getDocumentationUrl() - Method in class com.unboundid.scim.data.AuthenticationScheme
Retrieves the HTTP addressable URL pointing to the Authentication Scheme's usage documentation.
getDoubleValue(String) - Method in class com.unboundid.scim.sdk.ComplexValue
Get the value of a Double-valued sub-attribute.
getDoubleValue() - Method in class com.unboundid.scim.sdk.SimpleValue
Retrieves the simple value as a double.
getEmails() - Method in class com.unboundid.scim.data.UserResource
Retrieves the E-mail addresses for the User.
getEndpoint() - Method in class com.unboundid.scim.schema.ResourceDescriptor
Retrieves the Resource's HTTP addressable endpoint relative to the Base URL.
getEndpoint(ResourceDescriptor, ResourceFactory<R>) - Method in class com.unboundid.scim.sdk.SCIMService
Returns a SCIMEndpoint with the current settings that can be used to invoke CRUD operations.
getEndpoint(String) - Method in class com.unboundid.scim.sdk.SCIMService
Returns a SCIMEndpoint for the specified endpoint.
getEndpoint(String, ResourceFactory<R>) - Method in class com.unboundid.scim.sdk.SCIMService
Returns a SCIMEndpoint for the specified endpoint.
getEntitlements() - Method in class com.unboundid.scim.data.UserResource
Retrieves the list of entitlements for the User that represent a thing the User has.
getEntity(Class<T>) - Method in class org.apache.wink.client.ClientResponse
Wink compatibility layer class - see Wink docs.
getErrorCode() - Method in class com.unboundid.scim.sdk.OAuthTokenStatus
Gets the specified ErrorCode for this OAuthTokenStatus.
getErrorDescription() - Method in class com.unboundid.scim.sdk.OAuthTokenStatus
Gets the specified error description for this OAuthTokenStatus.
getETagConfig() - Method in class com.unboundid.scim.data.ServiceProviderConfig
Retrieves the ETag configuration options.
getExampleUsages() - Method in class com.unboundid.scim.tools.SCIMQueryRate
getExternalId() - Method in class com.unboundid.scim.data.BaseResource
Retrieves the unique identifier for the Resource as defined by the Service Consumer.
getFamilyName() - Method in class com.unboundid.scim.data.Name
Retrieves the family name of the User, or "Last Name" in most Western languages.
getFilter() - Method in class com.unboundid.scim.sdk.GetResourcesRequest
Retrieve the filter parameters of the request.
getFilterAttribute() - Method in class com.unboundid.scim.sdk.SCIMFilter
Retrieve the attribute or sub-attribute to filter by, or null if not applicable for this filter type.
getFilterComponents() - Method in class com.unboundid.scim.sdk.SCIMFilter
Retrieve the filter components for an 'and' or 'or' filter.
getFilterConfig() - Method in class com.unboundid.scim.data.ServiceProviderConfig
Retrieves the FILTER configuration options.
getFilterType() - Method in class com.unboundid.scim.sdk.SCIMFilter
Retrieve the filter type.
getFilterValue() - Method in class com.unboundid.scim.sdk.SCIMFilter
Retrieve the filter attribute value.
getFormatted() - Method in class com.unboundid.scim.data.Address
Retrieves the full mailing address, formatted for display or use with a mailing label.
getFormatted() - Method in class com.unboundid.scim.data.Name
Retrieves the full name, including all middle names, titles, and suffixes as appropriate, formatted for display.
getFormattedValue() - Method in class com.unboundid.scim.sdk.OAuthToken
Returns a formatted representation of the token type and value for use as an Authorization header value.
getGivenName() - Method in class com.unboundid.scim.data.Name
Retrieves the given name of the User, or "First Name" in most Western languages.
getGroupEndpoint() - Method in class com.unboundid.scim.sdk.SCIMService
Returns a SCIMEndpoint for the Groups endpoint defined in the core schema.
getGroupEndpoint(String, String) - Method in class com.unboundid.scim.sdk.SCIMService
Returns a SCIMEndpoint for the Groups endpoint defined in the core schema with a custom group resource name and groups endpoint name.
getGroups() - Method in class com.unboundid.scim.data.UserResource
Retrieves the list of groups that the user belongs to.
getHeaders() - Method in class com.unboundid.scim.wink.RequestContext
Retrieve the request headers.
getHeaders() - Method in class org.apache.wink.client.ClientRequest
Wink compatibility layer class - see Wink docs.
getHeaders() - Method in class org.apache.wink.client.ClientResponse
Wink compatibility layer class - see Wink docs.
getHonorificPrefix() - Method in class com.unboundid.scim.data.Name
Retrieves the honorific prefix(es) of the User, or "Title" in most Western languages.
getHonorificSuffix() - Method in class com.unboundid.scim.data.Name
Retrieves the honorific suffix(es) of the User, or "Suffix" in most Western languages.
getHttpServletRequest() - Method in class com.unboundid.scim.sdk.SCIMRequest
Get the HTTP servlet request associated with this request.
getHttpStatusCode() - Method in enum com.unboundid.scim.sdk.OAuthTokenStatus.ErrorCode
Get the HTTP status code associated with this ErrorCode.
getId() - Method in class com.unboundid.scim.data.BaseResource
Retrieves the unique identifier for the SCIM Resource as defined by the Service Provider.
getIms() - Method in class com.unboundid.scim.data.UserResource
Retrieves the Instant messaging address for the User.
getIntegerValue() - Method in class com.unboundid.scim.sdk.SCIMAttributeValue
Retrieves the simple Long value, or null if the attribute value is complex.
getItemsPerPage() - Method in class com.unboundid.scim.sdk.Resources
Retrieves the number of search results returned in this query response.
getLastModified() - Method in class com.unboundid.scim.data.Meta
Retrieves the most recent time the details of a Resource were updated at the Service Provider.
getLocale() - Method in class com.unboundid.scim.data.UserResource
Retrieves the User's default location for purposes of localizing items such as currency, date time format, numerical representations, etc.
getLocality() - Method in class com.unboundid.scim.data.Address
Retrieves the city or locality component.
getLocation() - Method in class com.unboundid.scim.data.Meta
Retrieves the URI of the Resource.
getLocation() - Method in class com.unboundid.scim.sdk.BulkOperation
Retrieve the resource endpoint URL, or null if this is a request, or if this is the response to a failed POST operation.
getLogger() - Static method in class com.unboundid.scim.sdk.Debug
Retrieves the logger that will be used to write the debug messages.
getLongValue(String) - Method in class com.unboundid.scim.sdk.ComplexValue
Get the value of a Long-valued sub-attribute.
getLongValue() - Method in class com.unboundid.scim.sdk.SimpleValue
Retrieves the simple value as a long.
getManagerId() - Method in class com.unboundid.scim.data.Manager
Retrieves the id of the SCIM resource representing the User's manager.
getMaxOperations() - Method in class com.unboundid.scim.data.BulkConfig
Retrieves the maximum number of operations.
getMaxPayloadSize() - Method in class com.unboundid.scim.data.BulkConfig
Retrieves the maximum payload size in bytes.
getMaxPermits() - Method in class com.unboundid.scim.wink.AdjustableSemaphore
Retrieves the maximum number of permits.
getMaxResults() - Method in class com.unboundid.scim.data.FilterConfig
Retrieves the maximum number of resources returned in a response.
getMaxResults() - Method in class com.unboundid.scim.sdk.SCIMBackendConfig
Retrieve the maximum number of resources that are returned in a response.
getMembers() - Method in class com.unboundid.scim.data.GroupResource
Retrieves the list of member IDs of the Group.
getMessage() - Method in class org.apache.wink.client.ClientResponse
Wink compatibility layer class - see Wink docs.
getMeta() - Method in class com.unboundid.scim.data.BaseResource
Retrieves the metadata about the resource.
getMethod() - Method in exception com.unboundid.scim.sdk.BulkException
Retrieve HTTP method of the operation.
getMethod() - Method in class com.unboundid.scim.sdk.BulkOperation
Retrieve HTTP method of the operation.
getMiddleName() - Method in class com.unboundid.scim.data.Name
Retrieves the middle name(s) of the User.
getMultiValuedAttribute(String) - Method in class com.unboundid.scim.data.BaseResource
Get the values of a multi-valued attribute with the specified name.
getMultiValuedAttribute(String, String) - Method in class com.unboundid.scim.data.BaseResource
Get the values of the multi-valued attribute specified by schema and attribute name.
getMultiValuedChildName() - Method in class com.unboundid.scim.schema.AttributeDescriptor
The child XML element name for multi-valued attributes; e.g., the 'emails' attribute value is 'email', 'phoneNumbers', is 'phoneNumber'.
getName() - Method in class com.unboundid.scim.data.AuthenticationScheme
Retrieves the name of the Authentication Scheme.
getName() - Method in class com.unboundid.scim.data.UserResource
Retrieves the components of the User's real name.
getName() - Method in class com.unboundid.scim.schema.AttributeDescriptor
The attribute name to be used in any external representation of the SCIM attribute.
getName() - Method in class com.unboundid.scim.schema.ResourceDescriptor
Retrieve the name of the resource to be used in any external representation of the resource.
getName() - Method in enum com.unboundid.scim.sdk.DebugType
Retrieves the name for this debug type.
getName() - Method in class com.unboundid.scim.sdk.SCIMAttribute
Retrieve the name of this attribute.
getName() - Method in class com.unboundid.scim.wink.ResourceStats
Retrieves the name of this ResourceStats instance, usually the name of the SCIM resource being served.
getNickName() - Method in class com.unboundid.scim.data.UserResource
Retrieves the casual way to address the user in real life, e.g.
getOperation() - Method in class com.unboundid.scim.data.Entry
Retrieves the operation to perform on the multi-valued attribute during a PATCH request.
getOperations() - Method in class com.unboundid.scim.sdk.BulkContentResponseHandler
Retrieve the list of operation responses.
getOrigin() - Method in class com.unboundid.scim.wink.RequestContext
Retrieve the value of the HTTP Origin header.
getPageParameters() - Method in class com.unboundid.scim.sdk.GetResourcesRequest
Retrieve the pagination parameters of the request.
getPassword() - Method in class com.unboundid.scim.data.UserResource
Retrieves the User's clear text password.
getPatchConfig() - Method in class com.unboundid.scim.data.ServiceProviderConfig
Retrieves the PATCH configuration options.
getPath() - Method in exception com.unboundid.scim.sdk.BulkException
Retrieve the relative path of the resource from the bulk operation request.
getPath() - Method in class com.unboundid.scim.sdk.BulkOperation
Retrieve the The relative path of the resource, or null if this is a response.
getPhoneNumbers() - Method in class com.unboundid.scim.data.UserResource
Retrieves the Phone numbers for the User.
getPhotos() - Method in class com.unboundid.scim.data.UserResource
Retrieves the URL of a photo of the User.
getPostalCode() - Method in class com.unboundid.scim.data.Address
Retrieves the zip code or postal code component.
getPreferredLanguage() - Method in class com.unboundid.scim.data.UserResource
Retrieves the User's preferred written or spoken language.
getProduceMediaType() - Method in class com.unboundid.scim.wink.RequestContext
Retrieve the media type to be produced.
getProfileUrl() - Method in class com.unboundid.scim.data.UserResource
Retrieves the URL to a page representing the User's online profile.
getRegion() - Method in class com.unboundid.scim.data.Address
Retrieves the state or region component.
getRequest() - Method in class com.unboundid.scim.wink.RequestContext
Retrieve the servlet context of the request.
getResource(GetResourceRequest) - Method in class com.unboundid.scim.sdk.ResourceSchemaBackend
Retrieve all or selected attributes of a resource.
getResource(GetResourceRequest) - Method in class com.unboundid.scim.sdk.SCIMBackend
Retrieve all or selected attributes of a resource.
getResourceDescriptor() - Method in class com.unboundid.scim.data.BaseResource
Retrieves the ResourceDescriptor for this resource.
getResourceDescriptor(String) - Method in class com.unboundid.scim.sdk.BulkContentHandler
Retrieve the resource descriptor for a given endpoint.
getResourceDescriptor(String) - Method in class com.unboundid.scim.sdk.SCIMBackend
Retrieve the resource descriptor for the specified endpoint.
getResourceDescriptor() - Method in class com.unboundid.scim.sdk.SCIMRequest
Get ResourceDescriptor associated with this request.
getResourceDescriptor(String, String) - Method in class com.unboundid.scim.sdk.SCIMService
Retrieves the ResourceDescriptor for the specified resource from the SCIM service provider.
getResourceDescriptor(String) - Method in class com.unboundid.scim.wink.BulkContentRequestHandler
Retrieve the resource descriptor for a given endpoint.
getResourceDescriptorForEndpoint(String) - Method in class com.unboundid.scim.sdk.SCIMService
Retrieves the ResourceDescriptor for the specified endpoint from the SCIM service provider.
getResourceDescriptors() - Method in class com.unboundid.scim.sdk.ResourceSchemaBackend
Retrieve the resource descriptors served by this backend.
getResourceDescriptors() - Method in class com.unboundid.scim.sdk.SCIMBackend
Retrieve the resource descriptors served by this backend.
getResourceID() - Method in class com.unboundid.scim.sdk.DeleteResourceRequest
Get the requested resource ID.
getResourceID() - Method in class com.unboundid.scim.sdk.GetResourceRequest
Get the requested resource ID.
getResourceID() - Method in class com.unboundid.scim.sdk.PatchResourceRequest
Get the target resource ID.
getResourceID() - Method in class com.unboundid.scim.sdk.PutResourceRequest
Get the target resource ID.
getResourceObject() - Method in class com.unboundid.scim.sdk.PatchResourceRequest
Get the contents of the resource to be created.
getResourceObject() - Method in class com.unboundid.scim.sdk.PostResourceRequest
Get the contents of the resource to be created.
getResourceObject() - Method in class com.unboundid.scim.sdk.PutResourceRequest
Get the contents of the resource to be created.
GetResourceRequest - Class in com.unboundid.scim.sdk
This class represents a SCIM Get Resource request to retrieve all or selected attributes from a single resource.
GetResourceRequest(URI, String, ResourceDescriptor, String, SCIMQueryAttributes) - Constructor for class com.unboundid.scim.sdk.GetResourceRequest
Create a new SCIM Get Resource request from the provided information.
GetResourceRequest(URI, String, ResourceDescriptor, String, SCIMQueryAttributes, HttpServletRequest) - Constructor for class com.unboundid.scim.sdk.GetResourceRequest
Create a new SCIM Get Resource request from the provided information.
getResources(GetResourcesRequest) - Method in class com.unboundid.scim.sdk.ResourceSchemaBackend
Retrieve selected resources.
getResources(GetResourcesRequest) - Method in class com.unboundid.scim.sdk.SCIMBackend
Retrieve selected resources.
getResourceSchemaEndpoint() - Method in class com.unboundid.scim.sdk.SCIMService
Returns a SCIMEndpoint for the Schemas endpoint.
GetResourcesRequest - Class in com.unboundid.scim.sdk
This class represents a SCIM Get Resources request to retrieve selected resources.
GetResourcesRequest(URI, String, ResourceDescriptor, SCIMFilter, String, String, SortParameters, PageParameters, SCIMQueryAttributes) - Constructor for class com.unboundid.scim.sdk.GetResourcesRequest
Create a new SCIM Get Resource request from the provided information.
GetResourcesRequest(URI, String, ResourceDescriptor, SCIMFilter, String, String, SortParameters, PageParameters, SCIMQueryAttributes, HttpServletRequest) - Constructor for class com.unboundid.scim.sdk.GetResourcesRequest
Create a new SCIM Get Resource request from the provided information.
getResourceStats() - Method in class com.unboundid.scim.wink.SCIMApplication
Retrieves the statistics for the resources being served by this application instance.
getResponse() - Method in exception org.apache.wink.client.ClientWebException
Wink compatibility layer class - see Wink docs.
getRoles() - Method in class com.unboundid.scim.data.UserResource
Retrieves the list of roles for the User that collectively represent who the User is; e.g., 'Student', "Faculty".
getRootCause(Throwable) - Static method in class com.unboundid.scim.sdk.StaticUtils
Inspects the Throwable to obtain the root cause.
getSchema() - Method in class com.unboundid.scim.schema.AttributeDescriptor
The URI for the schema that defines the SCIM attribute.
getSchema() - Method in class com.unboundid.scim.schema.ResourceDescriptor
Returns the resource's XML schema (namespace) name.
getSchema() - Method in class com.unboundid.scim.sdk.SCIMAttribute
Retrieve the name of the schema to which this attribute belongs.
getSchemas() - Method in class com.unboundid.scim.sdk.SCIMObject
Retrieves the set of schemas currently contributing attributes to this object.
getScimObject() - Method in class com.unboundid.scim.data.BaseResource
Retrieves the SCIMObject wrapped by this resource.
getScope() - Method in class com.unboundid.scim.sdk.OAuthTokenStatus
Gets the specified OAuth scope for this OAuthTokenStatus.
getSearchScope() - Method in class com.unboundid.scim.sdk.GetResourcesRequest
Retrieve the scope parameter of the request.
getSecurityContext() - Method in class com.unboundid.scim.wink.RequestContext
Retrieve the security context for the request.
getServiceProviderConfig() - Method in class com.unboundid.scim.sdk.SCIMService
Retrieves the Service Provider Config from the SCIM service provider.
getServiceProviderConfig() - Method in class com.unboundid.scim.wink.SCIMApplication
Retrieve the service provider configuration.
getSimpleAttributeValue(String) - Method in class com.unboundid.scim.data.BaseResource
Get a simple attribute with the specified name.
getSimpleAttributeValue(String, String) - Method in class com.unboundid.scim.data.BaseResource
Get a simple attribute with the specified name and schema.
getSingularAttributeValue(String, String, AttributeValueResolver<T>) - Method in class com.unboundid.scim.data.BaseResource
Retrieves a singular attribute value.
getSortBy() - Method in class com.unboundid.scim.sdk.SortParameters
Retrieve the attribute or sub-attribute whose value is used to order the returned resources.
getSortConfig() - Method in class com.unboundid.scim.data.ServiceProviderConfig
Retrieves the SORT configuration options.
getSortOrder() - Method in class com.unboundid.scim.sdk.SortParameters
Retrieve order in which the sortBy parameter is applied.
getSortParameters() - Method in class com.unboundid.scim.sdk.GetResourcesRequest
Retrieve the sorting parameters of the request.
getSpecUrl() - Method in class com.unboundid.scim.data.AuthenticationScheme
Retrieves the HTTP addressable URL pointing to the Authentication Scheme's specification.
getStackTrace(Throwable) - Static method in class com.unboundid.scim.sdk.StaticUtils
Retrieves a single-line string representation of the stack trace for the provided Throwable.
getStackTrace(Throwable, StringBuilder) - Static method in class com.unboundid.scim.sdk.StaticUtils
Appends a single-line string representation of the stack trace for the provided Throwable to the given buffer.
getStackTrace(StackTraceElement[]) - Static method in class com.unboundid.scim.sdk.StaticUtils
Returns a single-line string representation of the stack trace.
getStackTrace(StackTraceElement[], StringBuilder) - Static method in class com.unboundid.scim.sdk.StaticUtils
Appends a single-line string representation of the stack trace to the given buffer.
getStartIndex() - Method in class com.unboundid.scim.sdk.PageParameters
Retrieve the offset of the first resource to be returned.
getStartIndex() - Method in class com.unboundid.scim.sdk.Resources
Retrieves the 1-based index of the first result in the current set of search results.
getStat(String) - Method in class com.unboundid.scim.wink.ResourceStats
Retrieves a single statistical value.
getStats() - Method in class com.unboundid.scim.wink.ResourceStats
Retrieves all statistical values that are present.
getStatsForResource(String) - Method in class com.unboundid.scim.wink.SCIMApplication
Retrieve the stats for a given resource.
getStatus() - Method in class com.unboundid.scim.sdk.BulkOperation
Retrieve information about the success or failure of the operation, or null if this is a request.
getStatusCode() - Method in exception com.unboundid.scim.sdk.SCIMException
Retrieve the HTTP status code for this SCIM exception.
getStatusCode() - Method in class org.apache.wink.client.ClientResponse
Wink compatibility layer class - see Wink docs.
getStatusLine() - Method in class org.apache.wink.common.http.HttpStatus
Wink compatibility layer class - see Wink docs.
getStatusType() - Method in class org.apache.wink.client.ClientResponse
Wink compatibility layer class - see Wink docs.
getStreetAddress() - Method in class com.unboundid.scim.data.Address
Retrieves the full street address component, which may include house number, street name, PO BOX, and multi-line.
getStringValue(String) - Method in class com.unboundid.scim.sdk.ComplexValue
Get the value of a sub-attribute as a string.
getStringValue() - Method in class com.unboundid.scim.sdk.SCIMAttributeValue
Retrieves the simple String value, or null if the attribute value is complex.
getStringValue() - Method in enum com.unboundid.scim.sdk.SCIMFilterType
Retrieves the lower case string value for this filter type.
getStringValue() - Method in class com.unboundid.scim.sdk.SimpleValue
Retrieves the simple value as a string.
getSubAttribute(String) - Method in class com.unboundid.scim.schema.AttributeDescriptor
Retrieves the attribute descriptor for a specified subordinate attribute of a complex attribute.
getSubAttributeName() - Method in class com.unboundid.scim.sdk.AttributePath
Retrieve the name of the sub-attribute, or null if absent.
getSubAttributes() - Method in class com.unboundid.scim.schema.AttributeDescriptor
Retrieves the set of descriptors for subordinate attributes of a complex attribute.
getSubAttributeValue(String, AttributeValueResolver<T>) - Method in class com.unboundid.scim.sdk.SCIMAttributeValue
Retrieves the value of a sub-attribute.
getSubAttributeValues(String, AttributeValueResolver<T>) - Method in class com.unboundid.scim.sdk.SCIMAttributeValue
Retrieves the value of a multi-valued sub-attribute value.
getSupportedAuthenticationSchemes() - Method in class com.unboundid.scim.sdk.SCIMBackend
Retrieves the authentication schemes supported by this backend.
getTimeZone() - Method in class com.unboundid.scim.data.UserResource
Retrieves the User's time zone in the public-domain time zone database format; e.g.,'America/Denver'.
getTitle() - Method in class com.unboundid.scim.data.UserResource
Retrieves the user's title, such as "Vice President".
getTmpDataDir() - Method in class com.unboundid.scim.wink.SCIMApplication
Return the directory that should be used to store temporary files, or null for the system dependent default temporary-file directory (specified by the system property java.io.tmpdir.
getTokenValue() - Method in class com.unboundid.scim.sdk.OAuthToken
Returns the token value.
getToolDescription() - Method in class com.unboundid.scim.tools.SCIMQueryRate
Retrieves the description for this tool.
getToolName() - Method in class com.unboundid.scim.tools.SCIMQueryRate
Retrieves the name for this tool.
getTotalResults() - Method in class com.unboundid.scim.sdk.Resources
Retrieves the total number of results matching the Consumer query.
getType() - Method in class com.unboundid.scim.data.Address
Retrieves the type of address, "work", "home" or "other".
getType() - Method in class com.unboundid.scim.data.AuthenticationScheme
Retrieves the type of Authentication Scheme.
getType() - Method in class com.unboundid.scim.data.Entry
Retrieves the type of attribute for this instance, usually used to label the preferred function of the given resource.
getType() - Method in class com.unboundid.scim.sdk.OAuthToken
Returns the token type.
getTypeNameList() - Static method in enum com.unboundid.scim.sdk.DebugType
Retrieves a comma-delimited list of the defined debug type names.
getUriInfo() - Method in class com.unboundid.scim.wink.RequestContext
Retrieve the URI info for the request.
getUserAgent() - Method in class com.unboundid.scim.sdk.SCIMService
Retrieves the user-agent string that will be used in the HTTP request headers.
getUserEndpoint() - Method in class com.unboundid.scim.sdk.SCIMService
Returns a SCIMEndpoint for the Users endpoint defined in the core schema.
getUserEndpoint(String, String) - Method in class com.unboundid.scim.sdk.SCIMService
Returns a SCIMEndpoint for the Users endpoint defined in the core schema with a custom user resource name and users endpoint name.
getUserName() - Method in class com.unboundid.scim.data.UserResource
Retrieves the Unique identifier for the User, typically used by the user to directly authenticate to the service provider.
getUsers(RequestContext, String, String, String, String, String, String, String, String) - Method in class com.unboundid.scim.wink.AbstractSCIMResource
Process a GET operation.
getUserType() - Method in class com.unboundid.scim.data.UserResource
Retrieves the the organization to user relationship.
getUTF8Bytes(String) - Static method in class com.unboundid.scim.sdk.StaticUtils
Retrieves a UTF-8 byte representation of the provided string.
getValue() - Method in class com.unboundid.scim.data.Entry
Retrieves the primary value of this attribute.
getValue() - Method in class com.unboundid.scim.sdk.SCIMAttribute
Retrieves the value of this attribute.
getValue() - Method in class com.unboundid.scim.sdk.SCIMAttributeValue
Retrieves the simple value, or null if the attribute value is complex.
getValues() - Method in class com.unboundid.scim.sdk.SCIMAttribute
Retrieves the values of this attribute.
getVendorName() - Method in class com.unboundid.scim.sdk.examples.ClientExample.DeviceResource
Retrieves the vendor name of this device.
getVersion() - Method in class com.unboundid.scim.data.Meta
Retrieves the version of the Resource.
getVersion() - Method in class com.unboundid.scim.sdk.BulkOperation
Retrieve the The current resource version, or null if not provided.
getVersion() - Method in exception com.unboundid.scim.sdk.NotModifiedException
Retrieves the version of the Resource.
getVersion() - Method in exception com.unboundid.scim.sdk.PreconditionFailedException
Retrieves the current version of the Resource.
getVersionLines() - Static method in class com.unboundid.scim.sdk.Version
Retrieves a list of lines containing information about the SCIM SDK version.
getXmlDataFormatConfig() - Method in class com.unboundid.scim.data.ServiceProviderConfig
Retrieves the XML data format configuration options.
GROUP_DESCRIPTOR - Static variable in class com.unboundid.scim.schema.CoreSchema
The SCIM Group Schema.
GROUP_DISPLAY_NAME - Static variable in class com.unboundid.scim.schema.CoreSchema
Group display name attribute.
GROUP_RESOURCE_FACTORY - Static variable in class com.unboundid.scim.data.GroupResource
A ResourceFactory for creating GroupResource instances.
GroupResource - Class in com.unboundid.scim.data
This class represents a Group resource.
GroupResource(ResourceDescriptor) - Constructor for class com.unboundid.scim.data.GroupResource
Construct an empty GroupResource with the specified ResourceDescriptor.
GroupResource(ResourceDescriptor, SCIMObject) - Constructor for class com.unboundid.scim.data.GroupResource
Construct a GroupResource with the specified ResourceDescriptor and backed by the given SCIMObject.
GROUPS - Static variable in class com.unboundid.scim.schema.CoreSchema
Groups attribute.

H

handle(ClientRequest, HandlerContext) - Method in class com.unboundid.scim.sdk.HttpBasicAuthSecurityHandler
Attempts to authenticate a Consumer via Http Basic.
handle(ClientRequest, HandlerContext) - Method in interface org.apache.wink.client.handlers.ClientHandler
Wink compatibility layer class - see Wink docs.
handleException(int, BulkException) - Method in class com.unboundid.scim.sdk.BulkContentHandler
Handle an exception encountered when processing an individual operation.
handleException(int, BulkException) - Method in class com.unboundid.scim.wink.BulkContentRequestHandler
Handle an exception encountered when processing an individual operation.
handleFailOnErrors(int) - Method in class com.unboundid.scim.sdk.BulkContentHandler
Handles the value of failOnErrors.
handleFailOnErrors(int) - Method in class com.unboundid.scim.wink.BulkContentRequestHandler
Handles the value of failOnErrors.
handleOperation(int, BulkOperation) - Method in class com.unboundid.scim.sdk.BulkContentHandler
Handle an individual operation.
handleOperation(int, BulkOperation) - Method in class com.unboundid.scim.sdk.BulkContentResponseHandler
Handle an individual operation.
handleOperation(int, BulkOperation) - Method in class com.unboundid.scim.wink.BulkContentRequestHandler
Handle an individual operation.
HandlerContext - Class in org.apache.wink.client.handlers
 
HandlerContext() - Constructor for class org.apache.wink.client.handlers.HandlerContext
 
hasAttribute(String) - Method in class com.unboundid.scim.sdk.SCIMAttributeValue
Indicates whether a complex value has an attribute with the provided name.
hasAttribute(String, String) - Method in class com.unboundid.scim.sdk.SCIMObject
Determines whether this object contains the specified attribute or sub-attribute.
hashCode() - Method in class com.unboundid.scim.data.Address
hashCode() - Method in class com.unboundid.scim.data.AuthenticationScheme
 
hashCode() - Method in class com.unboundid.scim.data.BaseResource
hashCode() - Method in class com.unboundid.scim.data.BulkConfig
 
hashCode() - Method in class com.unboundid.scim.data.ChangePasswordConfig
 
hashCode() - Method in class com.unboundid.scim.data.Entry
hashCode() - Method in class com.unboundid.scim.data.ETagConfig
 
hashCode() - Method in class com.unboundid.scim.data.FilterConfig
 
hashCode() - Method in class com.unboundid.scim.data.Manager
hashCode() - Method in class com.unboundid.scim.data.Meta
hashCode() - Method in class com.unboundid.scim.data.Name
hashCode() - Method in class com.unboundid.scim.data.PatchConfig
 
hashCode() - Method in class com.unboundid.scim.data.SortConfig
 
hashCode() - Method in class com.unboundid.scim.data.XmlDataFormatConfig
 
hashCode() - Method in class com.unboundid.scim.schema.AttributeDescriptor
hashCode() - Method in class com.unboundid.scim.schema.ResourceDescriptor
hashCode() - Method in class com.unboundid.scim.sdk.SCIMAttribute
 
hashCode() - Method in class com.unboundid.scim.sdk.SCIMObject
hashCode() - Method in class com.unboundid.scim.sdk.SimpleValue
hasSchema(String) - Method in class com.unboundid.scim.sdk.SCIMObject
Determines whether this object contains any attributes in the specified schema.
header(String, String...) - Method in class org.apache.wink.client.Resource
Wink compatibility layer class - see Wink docs.
HEADER_NAME_ORIGIN - Static variable in class com.unboundid.scim.sdk.SCIMConstants
The name of the HTTP Origin field.
HttpBasicAuthSecurityHandler - Class in com.unboundid.scim.sdk
This class provides HTTP Basic Authentication handling.
HttpBasicAuthSecurityHandler(String, String) - Constructor for class com.unboundid.scim.sdk.HttpBasicAuthSecurityHandler
Constructs a fully initialized Security handler.
HttpStatus - Class in org.apache.wink.common.http
Wink compatibility layer class - see Wink docs.
HttpStatus(int, String, boolean) - Constructor for class org.apache.wink.common.http.HttpStatus
Wink compatibility layer class - see Wink docs.

I

ID - Static variable in class com.unboundid.scim.schema.CoreSchema
ID attribute.
ID_DESCRIPTOR - Static variable in class com.unboundid.scim.schema.CoreSchema
The SCIM AttributeDescriptor for the id attribute.
IMPLICIT_SCHEMA_CHECKING_PROPERTY - Static variable in class com.unboundid.scim.sdk.SCIMConstants
The system property to allow implicit schema checking.
IMS - Static variable in class com.unboundid.scim.schema.CoreSchema
IMs attribute.
includeStackTrace() - Static method in class com.unboundid.scim.sdk.Debug
Indicates whether log messages should include a stack trace of the thread that invoked the debug method.
initialize() - Static method in class com.unboundid.scim.sdk.Debug
Initializes this debugger with the default settings.
initialize(Properties) - Static method in class com.unboundid.scim.sdk.Debug
Initializes this debugger with settings from the provided set of properties.
INTEGER_RESOLVER - Static variable in class com.unboundid.scim.data.AttributeValueResolver
The AttributeValueResolver that resolves SCIM attribute values to/from Integer instances.
InvalidResourceException - Exception in com.unboundid.scim.sdk
Signals an error while looking up resources and attributes.
InvalidResourceException(String) - Constructor for exception com.unboundid.scim.sdk.InvalidResourceException
Create a new InvalidResourceException from the provided information.
InvalidResourceException(String, Throwable) - Constructor for exception com.unboundid.scim.sdk.InvalidResourceException
Create a new InvalidResourceException from the provided information.
invoke(String, Class<ClientResponse>, T) - Method in class org.apache.wink.client.Resource
Wink compatibility layer class - see Wink docs.
isActive() - Method in class com.unboundid.scim.data.UserResource
Retrieves the User's administrative status.
isAscendingOrder() - Method in class com.unboundid.scim.sdk.SortParameters
Determine whether the sort order implies ascending or descending order.
isAttributeRequested(AttributeDescriptor) - Method in class com.unboundid.scim.sdk.SCIMQueryAttributes
Determine whether the specified attribute is requested by these query attributes.
isCaseExact() - Method in class com.unboundid.scim.schema.AttributeDescriptor
Specifies if the string attribute is case sensitive.
isCheckSchema() - Method in class com.unboundid.scim.sdk.SCIMBackendConfig
Whether to perform schema checking.
isComplex() - Method in class com.unboundid.scim.sdk.SCIMAttributeValue
Determines whether this attribute value is simple or complex.
isMultiValued() - Method in class com.unboundid.scim.schema.AttributeDescriptor
Indicates whether the attribute is a multi-valued attribute.
isOverrideDelete() - Method in class com.unboundid.scim.sdk.SCIMService
Whether to override DELETE operations with POST.
isOverridePatch() - Method in class com.unboundid.scim.sdk.SCIMService
Whether to override PATCH operations with POST.
isOverridePut() - Method in class com.unboundid.scim.sdk.SCIMService
Whether to override PUT operations with POST.
isPrimary() - Method in class com.unboundid.scim.data.Address
Whether this value is the primary value.
isPrimary() - Method in class com.unboundid.scim.data.AuthenticationScheme
Indicates whether this value is the primary value.
isPrimary() - Method in class com.unboundid.scim.data.Entry
Whether this instance of the multi-valued Attribute is the primary or preferred value of for this attribute.
isQuoteFilterValue() - Method in class com.unboundid.scim.sdk.SCIMFilter
Determine whether the filter attribute value is quoted in the string representation of the filter.
isReadOnly() - Method in class com.unboundid.scim.schema.AttributeDescriptor
Specifies if this attribute is mutable.
isRequired() - Method in class com.unboundid.scim.schema.AttributeDescriptor
Specifies if this attribute is required.
isStrictMode() - Method in class com.unboundid.scim.schema.ResourceDescriptor
Gets the "strict mode" setting for this ResourceDescriptor.
isSupported() - Method in class com.unboundid.scim.data.BulkConfig
Indicates whether the PATCH operation is supported.
isSupported() - Method in class com.unboundid.scim.data.ChangePasswordConfig
Indicates whether the Change Password operation is supported.
isSupported() - Method in class com.unboundid.scim.data.ETagConfig
Indicates whether the ETag resource versions are supported.
isSupported() - Method in class com.unboundid.scim.data.FilterConfig
Indicates whether the FILTER operation is supported.
isSupported() - Method in class com.unboundid.scim.data.PatchConfig
Indicates whether the PATCH operation is supported.
isSupported() - Method in class com.unboundid.scim.data.SortConfig
Indicates whether sorting is supported.
isSupported() - Method in class com.unboundid.scim.data.XmlDataFormatConfig
Indicates whether the XML data format is supported.
isTokenAuthentic(OAuthToken) - Method in interface com.unboundid.scim.sdk.OAuthTokenHandler
Determines whether the incoming token is authentic (i.e.
isTokenExpired(OAuthToken) - Method in interface com.unboundid.scim.sdk.OAuthTokenHandler
Determines whether the given token is expired.
isTokenForThisServer(OAuthToken) - Method in interface com.unboundid.scim.sdk.OAuthTokenHandler
Determines whether the incoming token is targeted for this server.
isUseUrlSuffix() - Method in class com.unboundid.scim.sdk.SCIMService
Whether to use URL suffix to specify the desired response data format (ie.
iterator() - Method in class com.unboundid.scim.sdk.BulkResponse
iterator() - Method in class com.unboundid.scim.sdk.Resources

J

JsonBulkParser - Class in com.unboundid.scim.marshal.json
This class is a helper class to handle parsing of JSON bulk operations.
JsonBulkParser(InputStream, BulkConfig, BulkContentHandler) - Constructor for class com.unboundid.scim.marshal.json.JsonBulkParser
Create a new instance of this bulk unmarshaller.
JSONBulkResource - Class in com.unboundid.scim.wink
This class is a JAX-RS resource for the Bulk operation, where JSON content type is specified in the URL path.
JSONBulkResource(SCIMApplication, OAuthTokenHandler) - Constructor for class com.unboundid.scim.wink.JSONBulkResource
Create a new instance of the bulk resource.
JsonMarshaller - Class in com.unboundid.scim.marshal.json
This class provides a SCIM object marshaller implementation to write SCIM objects to their Json representation.
JsonMarshaller() - Constructor for class com.unboundid.scim.marshal.json.JsonMarshaller
 
JsonParser - Class in com.unboundid.scim.marshal.json
Helper class for JSON unmarshalling.
JsonParser() - Constructor for class com.unboundid.scim.marshal.json.JsonParser
 
JSONQueryResource - Class in com.unboundid.scim.wink
This class is a Wink resource implementation for query operations on a SCIM resource where the client requests JSON response format in the URL by appending ".json" on to the endpoint.
JSONQueryResource(SCIMApplication, OAuthTokenHandler) - Constructor for class com.unboundid.scim.wink.JSONQueryResource
Create a new SCIM wink resource for XML query operations on a SCIM endpoint.
JSONServiceProviderConfigResource - Class in com.unboundid.scim.wink
This class is a JAX-RS resource for the SCIM Service Provider Configuration where the response format is specified in the URL to be JSON.
JSONServiceProviderConfigResource(SCIMApplication) - Constructor for class com.unboundid.scim.wink.JSONServiceProviderConfigResource
Create a new JAX-RS resource.
JsonStreamMarshaller - Class in com.unboundid.scim.marshal.json
This class provides a SCIM object marshaller implementation to write a stream of SCIM objects to their JSON representation.
JsonStreamMarshaller(OutputStream) - Constructor for class com.unboundid.scim.marshal.json.JsonStreamMarshaller
Create a JSON marshaller that writes to the given output stream.
JsonUnmarshaller - Class in com.unboundid.scim.marshal.json
This class provides a SCIM object un-marshaller implementation to read SCIM objects from their JSON representation.
JsonUnmarshaller() - Constructor for class com.unboundid.scim.marshal.json.JsonUnmarshaller
 

L

listToString(List<?>, String) - Static method in class com.unboundid.scim.sdk.StaticUtils
Creates a string representation of the elements in the list separated by separator.
LOCALE - Static variable in class com.unboundid.scim.schema.CoreSchema
Locale attribute.
LOGGER_NAME - Static variable in class com.unboundid.scim.sdk.Debug
The name that will be used for the Java logger that will actually handle the debug messages if debugging is enabled.

M

main(String[]) - Static method in class com.unboundid.scim.sdk.examples.ClientExample
The main method.
main(String...) - Static method in class com.unboundid.scim.sdk.Version
Prints version information from this class to standard output.
main(String[]) - Static method in class com.unboundid.scim.tools.SCIMQueryRate
Parse the provided command line arguments and make the appropriate set of changes.
main(String[], OutputStream, OutputStream) - Static method in class com.unboundid.scim.tools.SCIMQueryRate
Parse the provided command line arguments and make the appropriate set of changes.
Manager - Class in com.unboundid.scim.data
The User's manager.
Manager(String, String) - Constructor for class com.unboundid.scim.data.Manager
Creates a SCIM enterprise user extension 'manager' attribute.
MANAGER - Static variable in class com.unboundid.scim.schema.CoreSchema
Manager attribute.
MANAGER_DISPLAY_NAME - Static variable in class com.unboundid.scim.schema.CoreSchema
Manager display name attribute.
MANAGER_ID - Static variable in class com.unboundid.scim.schema.CoreSchema
Manager ID attribute.
MANAGER_RESOLVER - Static variable in class com.unboundid.scim.data.Manager
The AttributeValueResolver that resolves SCIM attribute values to/from Manager instances.
marshal(Marshaller, OutputStream) - Method in class com.unboundid.scim.data.BaseResource
Marshals this response using the specified Marshaller to the specified OutputStream.
marshal(BaseResource, OutputStream) - Method in class com.unboundid.scim.marshal.json.JsonMarshaller
Write a SCIM object to an output stream.
marshal(Resources<? extends BaseResource>, OutputStream) - Method in class com.unboundid.scim.marshal.json.JsonMarshaller
Write a SCIM listing response to an output stream.
marshal(SCIMException, OutputStream) - Method in class com.unboundid.scim.marshal.json.JsonMarshaller
Write a SCIM error response to an output stream.
marshal(BaseResource) - Method in class com.unboundid.scim.marshal.json.JsonStreamMarshaller
Write a SCIM object.
marshal(Resources<? extends BaseResource>) - Method in class com.unboundid.scim.marshal.json.JsonStreamMarshaller
Write a SCIM query response.
marshal(SCIMException) - Method in class com.unboundid.scim.marshal.json.JsonStreamMarshaller
Write a SCIM error response.
marshal(BaseResource, OutputStream) - Method in interface com.unboundid.scim.marshal.Marshaller
Write a SCIM object to an output stream.
marshal(Resources<? extends BaseResource>, OutputStream) - Method in interface com.unboundid.scim.marshal.Marshaller
Write a SCIM listing response to an output stream.
marshal(SCIMException, OutputStream) - Method in interface com.unboundid.scim.marshal.Marshaller
Write a SCIM error response to an output stream.
marshal(BaseResource) - Method in interface com.unboundid.scim.marshal.StreamMarshaller
Write a SCIM object.
marshal(Resources<? extends BaseResource>) - Method in interface com.unboundid.scim.marshal.StreamMarshaller
Write a SCIM query response.
marshal(SCIMException) - Method in interface com.unboundid.scim.marshal.StreamMarshaller
Write a SCIM error response.
marshal(BaseResource, OutputStream) - Method in class com.unboundid.scim.marshal.xml.XmlMarshaller
Write a SCIM object to an output stream.
marshal(SCIMException, OutputStream) - Method in class com.unboundid.scim.marshal.xml.XmlMarshaller
Write a SCIM error response to an output stream.
marshal(Resources<? extends BaseResource>, OutputStream) - Method in class com.unboundid.scim.marshal.xml.XmlMarshaller
Write a SCIM listing response to an output stream.
marshal(BaseResource) - Method in class com.unboundid.scim.marshal.xml.XmlStreamMarshaller
Write a SCIM object.
marshal(SCIMException) - Method in class com.unboundid.scim.marshal.xml.XmlStreamMarshaller
Write a SCIM error response.
marshal(Resources<? extends BaseResource>) - Method in class com.unboundid.scim.marshal.xml.XmlStreamMarshaller
Write a SCIM query response.
marshal(Marshaller, OutputStream) - Method in class com.unboundid.scim.sdk.BulkResponse
Marshals this response using the specified Marshaller to the specified OutputStream.
marshal(Marshaller, OutputStream) - Method in class com.unboundid.scim.sdk.BulkStreamResponse
Marshals this response using the specified Marshaller to the specified OutputStream.
marshal(Marshaller, OutputStream) - Method in class com.unboundid.scim.sdk.Resources
Marshals this response using the specified Marshaller to the specified OutputStream.
marshal(Marshaller, OutputStream) - Method in exception com.unboundid.scim.sdk.SCIMException
Marshals this response using the specified Marshaller to the specified OutputStream.
marshal(Marshaller, OutputStream) - Method in interface com.unboundid.scim.sdk.SCIMResponse
Marshals this response using the specified Marshaller to the specified OutputStream.
Marshaller - Interface in com.unboundid.scim.marshal
This interface provides methods that may be used to write SCIM objects to an external representation.
matchesFilter(SCIMFilter) - Method in class com.unboundid.scim.sdk.SCIMAttribute
Determine whether this attribute matches the provided filter parameters.
matchesFilter(SCIMFilter) - Method in class com.unboundid.scim.sdk.SCIMObject
Determine whether this object matches the provided filter parameters.
MEMBERS - Static variable in class com.unboundid.scim.schema.CoreSchema
Members attribute.
merge(SCIMQueryAttributes) - Method in class com.unboundid.scim.sdk.SCIMQueryAttributes
Return query attributes formed by merging these query attributes with the provided query attributes.
Meta - Class in com.unboundid.scim.data
A complex type containing metadata about the resource.
Meta(Date, Date, URI, String) - Constructor for class com.unboundid.scim.data.Meta
Create an instance of the SCIM meta attribute.
META - Static variable in class com.unboundid.scim.schema.CoreSchema
Meta attribute.
META_ATTRIBUTES - Static variable in class com.unboundid.scim.schema.CoreSchema
Meta attributes removed during a PATCH operation.
META_CREATED - Static variable in class com.unboundid.scim.schema.CoreSchema
Created meta attribute.
META_DESCRIPTOR - Static variable in class com.unboundid.scim.schema.CoreSchema
The SCIM AttributeDescriptor for the meta attribute.
META_LAST_MODIFIED - Static variable in class com.unboundid.scim.schema.CoreSchema
Last modified meta attribute.
META_LOCATION - Static variable in class com.unboundid.scim.schema.CoreSchema
Location meta attribute.
META_RESOLVER - Static variable in class com.unboundid.scim.data.Meta
The AttributeValueResolver that resolves SCIM attribute values to/from Meta instances.
META_VERSION - Static variable in class com.unboundid.scim.schema.CoreSchema
Version meta attribute.
MonitorResource - Class in com.unboundid.scim.wink
This class is a JAX-RS resource to allow monitor data to be fetched and reset.
MonitorResource(SCIMApplication) - Constructor for class com.unboundid.scim.wink.MonitorResource
Create a new JAX-RS resource.

N

Name - Class in com.unboundid.scim.data
A complex type containing the components of the User's real name.
Name(String, String, String, String, String, String) - Constructor for class com.unboundid.scim.data.Name
Creates a SCIM core user 'name' attribute.
NAME - Static variable in class com.unboundid.scim.schema.CoreSchema
Name attribute.
NAME_FAMILY_NAME - Static variable in class com.unboundid.scim.schema.CoreSchema
Family name attribute.
NAME_FORMATTED - Static variable in class com.unboundid.scim.schema.CoreSchema
Formatted name attribute.
NAME_GIVEN_NAME - Static variable in class com.unboundid.scim.schema.CoreSchema
Given name attribute.
NAME_HONORIFIC_PREFIX - Static variable in class com.unboundid.scim.schema.CoreSchema
Honorific name prefix attribute.
NAME_HONORIFIC_SUFFIX - Static variable in class com.unboundid.scim.schema.CoreSchema
Honorific name suffix attribute.
NAME_MIDDLE_NAME - Static variable in class com.unboundid.scim.schema.CoreSchema
Middle name attribute.
NAME_RESOLVER - Static variable in class com.unboundid.scim.data.Name
The AttributeValueResolver that resolves SCIM attribute values to/from Name instances.
NESTING_ATTRIBUTES_RESOLVER - Static variable in class com.unboundid.scim.schema.CoreSchema
Nesting attributes resolver.
newResource() - Method in class com.unboundid.scim.sdk.SCIMEndpoint
Constructs a new instance of a resource object which is empty.
NICK_NAME - Static variable in class com.unboundid.scim.schema.CoreSchema
Nick name attribute.
NotModifiedException - Exception in com.unboundid.scim.sdk
Signals the Resource has not changed on the server since last retrieved This exception corresponds to HTTP response code 304 NOT MODIFIED.
NotModifiedException(String) - Constructor for exception com.unboundid.scim.sdk.NotModifiedException
Create a new NotModifiedException from the provided information.
NotModifiedException(String, Throwable) - Constructor for exception com.unboundid.scim.sdk.NotModifiedException
Create a new NotModifiedException from the provided information.
NotModifiedException(String, String, Throwable) - Constructor for exception com.unboundid.scim.sdk.NotModifiedException
Create a new NotModifiedException from the provided information.

O

OAuthToken - Class in com.unboundid.scim.sdk
This class represents an OAuth token, described by RFC 6750.
OAuthToken(String) - Constructor for class com.unboundid.scim.sdk.OAuthToken
Constructs an OAuth 2.0 bearer token with the given b64token value.
OAuthToken(OAuthToken.Type, String) - Constructor for class com.unboundid.scim.sdk.OAuthToken
Constructs an OAuthToken with the specified OAuthToken.Type and token value.
OAuthToken.Type - Enum in com.unboundid.scim.sdk
This enum defines the supported set of OAuth token types.
OAuthTokenHandler - Interface in com.unboundid.scim.sdk
This class defines an API that must be implemented by extensions which will handle incoming SCIM requests with OAuth 2.0 bearer token authentication.
OAuthTokenStatus - Class in com.unboundid.scim.sdk
This class defines the validation status of a OAuth 2.0 bearer token, and allows a OAuthTokenHandler extension to insert an error description and OAuth scope value to be returned to the client.
OAuthTokenStatus(OAuthTokenStatus.ErrorCode) - Constructor for class com.unboundid.scim.sdk.OAuthTokenStatus
Constructs an OAuthTokenStatus with the given ErrorCode.
OAuthTokenStatus(OAuthTokenStatus.ErrorCode, String) - Constructor for class com.unboundid.scim.sdk.OAuthTokenStatus
Constructs an OAuthTokenStatus with the given ErrorCode and error description.
OAuthTokenStatus(OAuthTokenStatus.ErrorCode, String, String) - Constructor for class com.unboundid.scim.sdk.OAuthTokenStatus
Constructs an OAuthTokenStatus with the given ErrorCode, error description, and scope value.
OAuthTokenStatus.ErrorCode - Enum in com.unboundid.scim.sdk
Possible values for the error_code.
options() - Method in class org.apache.wink.client.Resource
Wink compatibility layer class - see Wink docs.
org.apache.wink.client - package org.apache.wink.client
 
org.apache.wink.client.handlers - package org.apache.wink.client.handlers
 
org.apache.wink.common - package org.apache.wink.common
 
org.apache.wink.common.http - package org.apache.wink.common.http
 
org.apache.wink.server.internal - package org.apache.wink.server.internal
 
org.apache.wink.server.internal.servlet - package org.apache.wink.server.internal.servlet
 
ORGANIZATION - Static variable in class com.unboundid.scim.schema.CoreSchema
Organization attribute.

P

PageParameters - Class in com.unboundid.scim.sdk
This class represents the pagination parameters in a SCIM request.
PageParameters(int, int) - Constructor for class com.unboundid.scim.sdk.PageParameters
Create a new instance of pagination parameters.
pareAttribute(SCIMAttribute) - Method in class com.unboundid.scim.sdk.SCIMQueryAttributes
Pare down an attribute to its requested sub-attributes.
pareObject(SCIMObject) - Method in class com.unboundid.scim.sdk.SCIMQueryAttributes
Pare down a SCIM object to its requested attributes.
parse(String) - Static method in enum com.unboundid.scim.schema.AttributeDescriptor.DataType
Parses a supplied data type into a SCIM defined data type.
parse(String) - Static method in class com.unboundid.scim.sdk.AttributePath
Parse an attribute path.
parse(String, String) - Static method in class com.unboundid.scim.sdk.AttributePath
Parse an attribute path.
parse() - Method in class com.unboundid.scim.sdk.FilterParser
Parse the filter provided in the constructor.
parse(String) - Static method in class com.unboundid.scim.sdk.SCIMFilter
Parse a filter from its string representation.
parse(String, String) - Static method in class com.unboundid.scim.sdk.SCIMFilter
Parse a filter from its string representation.
PASSWORD - Static variable in class com.unboundid.scim.schema.CoreSchema
Password attribute.
PATCH - Annotation Type in com.unboundid.scim.wink
Indicates that the annotated method responds to HTTP PATCH requests.
PATCH_BAD_REQUEST - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of patch requests that failed with code 400 Bad Request.
PATCH_CONFIG - Static variable in class com.unboundid.scim.schema.CoreSchema
PATCH configuration options attribute.
PATCH_CONFIG_RESOLVER - Static variable in class com.unboundid.scim.data.PatchConfig
The AttributeValueResolver that resolves SCIM attribute values to/from PatchConfig instances.
PATCH_CONFLICT - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of patch requests that failed with code 409 Conflict.
PATCH_CONTENT_JSON - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of patch requests with content in JSON format.
PATCH_CONTENT_XML - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of patch requests with content in XML format.
PATCH_FORBIDDEN - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of patch requests that failed with code 403 Forbidden.
PATCH_INTERNAL_SERVER_ERROR - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of patch requests that failed with code 500 Internal Server Error.
PATCH_NOT_FOUND - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of patch requests that failed with code 404 Not Found.
PATCH_NOT_IMPLEMENTED - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of patch requests that failed with code 505 Not Implemented.
PATCH_OK - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of patch requests that were successful.
PATCH_PRECONDITION_FAILED - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of patch requests that failed with code 412 Precondition Failed.
PATCH_RESPONSE_JSON - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of patch requests that responded in JSON format.
PATCH_RESPONSE_XML - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of patch requests that responded in XML format.
PATCH_SUPPORTED - Static variable in class com.unboundid.scim.schema.CoreSchema
PATCH operation-supported attribute.
PATCH_UNAUTHORIZED - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of patch requests that failed with code 401 Unauthorized.
PatchConfig - Class in com.unboundid.scim.data
A complex type that specifies PATCH configuration options.
PatchConfig(boolean) - Constructor for class com.unboundid.scim.data.PatchConfig
Create a PatchConfig instance.
patchResource(PatchResourceRequest) - Method in class com.unboundid.scim.sdk.ResourceSchemaBackend
Update the contents of an existing resource with attributes specified.
patchResource(PatchResourceRequest) - Method in class com.unboundid.scim.sdk.SCIMBackend
Update the contents of an existing resource with attributes specified.
PatchResourceRequest - Class in com.unboundid.scim.sdk
This class represents a SCIM Patch Resource request to update a resource.
PatchResourceRequest(URI, String, ResourceDescriptor, String, SCIMObject, SCIMQueryAttributes) - Constructor for class com.unboundid.scim.sdk.PatchResourceRequest
Create a new SCIM request from the provided information.
PatchResourceRequest(URI, String, ResourceDescriptor, String, SCIMObject, SCIMQueryAttributes, HttpServletRequest) - Constructor for class com.unboundid.scim.sdk.PatchResourceRequest
Create a new SCIM request from the provided information.
PatchResourceRequest(URI, String, ResourceDescriptor, String, SCIMObject, SCIMQueryAttributes, HttpServletRequest, String, String) - Constructor for class com.unboundid.scim.sdk.PatchResourceRequest
Create a new SCIM request from the provided information.
PHONE_NUMBERS - Static variable in class com.unboundid.scim.schema.CoreSchema
Phone numbers attribute.
PHOTOS - Static variable in class com.unboundid.scim.schema.CoreSchema
Photos attribute.
post(Object) - Method in class org.apache.wink.client.Resource
Wink compatibility layer class - see Wink docs.
POST_BAD_REQUEST - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of post requests that failed with code 400 Bad Request.
POST_CONFLICT - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of post requests that failed with code 409 Conflict.
POST_CONTENT_JSON - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of post requests with content in JSON format.
POST_CONTENT_XML - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of post requests with content in XML format.
POST_FORBIDDEN - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of post requests that failed with code 403 Forbidden.
POST_INTERNAL_SERVER_ERROR - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of post requests that failed with code 500 Internal Server Error.
POST_NOT_IMPLEMENTED - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of post requests that failed with code 505 Not Implemented.
POST_OK - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of post requests that were successful.
POST_REQUEST_ENTITY_TOO_LARGE - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of post requests that failed with code 413 Entity Too Large.
POST_RESPONSE_JSON - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of post requests that responded in JSON format.
POST_RESPONSE_XML - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of post requests that responded in XML format.
POST_UNAUTHORIZED - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of post requests that failed with code 401 Unauthorized.
postResource(PostResourceRequest) - Method in class com.unboundid.scim.sdk.ResourceSchemaBackend
Create a new resource.
postResource(PostResourceRequest) - Method in class com.unboundid.scim.sdk.SCIMBackend
Create a new resource.
PostResourceRequest - Class in com.unboundid.scim.sdk
This class represents a SCIM Post Resource request to create a new resource.
PostResourceRequest(URI, String, ResourceDescriptor, SCIMObject, SCIMQueryAttributes) - Constructor for class com.unboundid.scim.sdk.PostResourceRequest
Create a new SCIM Post Resource request from the provided information.
PostResourceRequest(URI, String, ResourceDescriptor, SCIMObject, SCIMQueryAttributes, HttpServletRequest) - Constructor for class com.unboundid.scim.sdk.PostResourceRequest
Create a new SCIM Post Resource request from the provided information.
PreconditionFailedException - Exception in com.unboundid.scim.sdk
Signals server failed to update as Resource changed on the server since last retrieved This exception corresponds to HTTP response code 412 PRECONDITION FAILED.
PreconditionFailedException(String) - Constructor for exception com.unboundid.scim.sdk.PreconditionFailedException
Create a new PreconditionFailedException from the provided information.
PreconditionFailedException(String, Throwable) - Constructor for exception com.unboundid.scim.sdk.PreconditionFailedException
Create a new PreconditionFailedException from the provided information.
PreconditionFailedException(String, String, Throwable) - Constructor for exception com.unboundid.scim.sdk.PreconditionFailedException
Create a new PreconditionFailedException from the provided information.
PreemptiveAuthInterceptor - Class in com.unboundid.scim.sdk
This class can be used to configure the Apache Http Client for preemptive authentication.
PreemptiveAuthInterceptor() - Constructor for class com.unboundid.scim.sdk.PreemptiveAuthInterceptor
Constructs a new PreemptiveAuthInterceptor.
PreemptiveAuthInterceptor(AuthScheme, Credentials) - Constructor for class com.unboundid.scim.sdk.PreemptiveAuthInterceptor
Deprecated.
PREFERRED_LANGUAGE - Static variable in class com.unboundid.scim.schema.CoreSchema
Preferred language attribute.
process(HttpRequest, HttpContext) - Method in class com.unboundid.scim.sdk.PreemptiveAuthInterceptor
processBulkRequest(List<BulkOperation>) - Method in class com.unboundid.scim.sdk.SCIMService
Invoke a bulk request.
processBulkRequest(List<BulkOperation>, int) - Method in class com.unboundid.scim.sdk.SCIMService
Invoke a bulk request.
processRequest(List<BulkOperation>, int) - Method in class com.unboundid.scim.sdk.BulkEndpoint
Retrieves the response to the bulk request.
PRODUCT_NAME - Static variable in class com.unboundid.scim.sdk.Version
The official full product name for the SCIM SDK.
PROFILE_URL - Static variable in class com.unboundid.scim.schema.CoreSchema
Profile URL attribute.
PROPERTY_DEBUG_ENABLED - Static variable in class com.unboundid.scim.sdk.Debug
The name of the system property that will be used to enable debugging in the UnboundID SCIM SDK for Java.
PROPERTY_DEBUG_LEVEL - Static variable in class com.unboundid.scim.sdk.Debug
The name of the system property that will be used to set the initial level for the debug logger.
PROPERTY_DEBUG_TYPE - Static variable in class com.unboundid.scim.sdk.Debug
The name of the system property that will be used to indicate that debugging should be enabled for specific types of messages.
PROPERTY_INCLUDE_STACK_TRACE - Static variable in class com.unboundid.scim.sdk.Debug
The name of the system property that may be used to indicate whether stack trace information for the thread calling the debug method should be included in debug log messages.
puDateValue(String, Date) - Method in class com.unboundid.scim.sdk.ComplexValue
Deprecated.
put(String, SimpleValue) - Method in class com.unboundid.scim.sdk.ComplexValue
Overridden from HashMap.
put(T) - Method in class org.apache.wink.client.Resource
Wink compatibility layer class - see Wink docs.
PUT_BAD_REQUEST - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of put requests that failed with code 400 Bad Request.
PUT_CONFLICT - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of put requests that failed with code 409 Conflict.
PUT_CONTENT_JSON - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of put requests with content in JSON format.
PUT_CONTENT_XML - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of put requests with content in XML format.
PUT_FORBIDDEN - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of put requests that failed with code 403 Forbidden.
PUT_INTERNAL_SERVER_ERROR - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of put requests that failed with code 500 Internal Server Error.
PUT_NOT_FOUND - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of put requests that failed with code 404 Not Found.
PUT_NOT_IMPLEMENTED - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of put requests that failed with code 505 Not Implemented.
PUT_OK - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of put requests that were successful.
PUT_PRECONDITION_FAILED - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of put requests that failed with code 412 Precondition Failed.
PUT_RESPONSE_JSON - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of put requests that responded in JSON format.
PUT_RESPONSE_XML - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of put requests that responded in XML format.
PUT_UNAUTHORIZED - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of put requests that failed with code 401 Unauthorized.
putBinaryValue(String, byte[]) - Method in class com.unboundid.scim.sdk.ComplexValue
Set the value of a Binary-valued sub-attribute.
putBooleanValue(String, Boolean) - Method in class com.unboundid.scim.sdk.ComplexValue
Set the value of a Boolean-valued sub-attribute.
putDateValue(String, Date) - Method in class com.unboundid.scim.sdk.ComplexValue
Set the value of a Date-valued sub-attribute.
putDoubleValue(String, Double) - Method in class com.unboundid.scim.sdk.ComplexValue
Set the value of a Double-valued sub-attribute.
putLongValue(String, Long) - Method in class com.unboundid.scim.sdk.ComplexValue
Set the value of a Long-valued sub-attribute.
putResource(PutResourceRequest) - Method in class com.unboundid.scim.sdk.ResourceSchemaBackend
Replace the contents of an existing resource.
putResource(PutResourceRequest) - Method in class com.unboundid.scim.sdk.SCIMBackend
Replace the contents of an existing resource.
PutResourceRequest - Class in com.unboundid.scim.sdk
This class represents a SCIM Put Resource request to replace the contents of an existing resource.
PutResourceRequest(URI, String, ResourceDescriptor, String, SCIMObject, SCIMQueryAttributes) - Constructor for class com.unboundid.scim.sdk.PutResourceRequest
Create a new SCIM Put Resource request from the provided information.
PutResourceRequest(URI, String, ResourceDescriptor, String, SCIMObject, SCIMQueryAttributes, HttpServletRequest) - Constructor for class com.unboundid.scim.sdk.PutResourceRequest
Create a new SCIM Put Resource request from the provided information.
PutResourceRequest(URI, String, ResourceDescriptor, String, SCIMObject, SCIMQueryAttributes, HttpServletRequest, String, String) - Constructor for class com.unboundid.scim.sdk.PutResourceRequest
Create a new SCIM Put Resource request from the provided information.
putStringValue(String, String) - Method in class com.unboundid.scim.sdk.ComplexValue
Set the value of a sub-attribute as a string.

Q

query(String) - Method in class com.unboundid.scim.sdk.SCIMEndpoint
Retrieves all resource instances that match the provided filter.
query(String, SortParameters, PageParameters, String...) - Method in class com.unboundid.scim.sdk.SCIMEndpoint
Retrieves all resource instances that match the provided filter.
query(String, SortParameters, PageParameters, Map<String, String>, String...) - Method in class com.unboundid.scim.sdk.SCIMEndpoint
Retrieves all resource instances that match the provided filter.
QUERY_BAD_REQUEST - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of query requests that failed with code 400 Bad Request.
QUERY_FORBIDDEN - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of query requests that failed with code 403 Forbidden.
QUERY_INTERNAL_SERVER_ERROR - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of query requests that failed with code 500 Internal Server Error.
QUERY_NOT_FOUND - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of query requests that failed with code 404 Not Found.
QUERY_NOT_IMPLEMENTED - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of query requests that failed with code 505 Not Implemented.
QUERY_OK - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of query requests that were successful.
QUERY_PARAMETER_ATTRIBUTES - Static variable in class com.unboundid.scim.sdk.SCIMConstants
The HTTP query parameter used in a URI to select specific SCIM attributes.
QUERY_PARAMETER_BASE_ID - Static variable in class com.unboundid.scim.sdk.SCIMConstants
The HTTP query parameter used in a URI to identify the search base entry when performing an LDAP search.
QUERY_PARAMETER_FILTER - Static variable in class com.unboundid.scim.sdk.SCIMConstants
The HTTP query parameter used in a URI to provide a filter expression.
QUERY_PARAMETER_PAGE_SIZE - Static variable in class com.unboundid.scim.sdk.SCIMConstants
The HTTP query parameter used in a URI to specify the maximum size of a page of results.
QUERY_PARAMETER_PAGE_START_INDEX - Static variable in class com.unboundid.scim.sdk.SCIMConstants
The HTTP query parameter used in a URI to specify the starting index for page results.
QUERY_PARAMETER_SCOPE - Static variable in class com.unboundid.scim.sdk.SCIMConstants
The HTTP query parameter used in a URI to set the search scope when performing an LDAP search.
QUERY_PARAMETER_SORT_BY - Static variable in class com.unboundid.scim.sdk.SCIMConstants
The HTTP query parameter used in a URI to sort by a SCIM attribute.
QUERY_PARAMETER_SORT_ORDER - Static variable in class com.unboundid.scim.sdk.SCIMConstants
The HTTP query parameter used in a URI to specify the sort order.
QUERY_RESPONSE_JSON - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of query requests that responded in JSON format.
QUERY_RESPONSE_XML - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of query requests that responded in XML format.
QUERY_UNAUTHORIZED - Static variable in class com.unboundid.scim.wink.ResourceStats
Number of query requests that failed with code 401 Unauthorized.
queryParam(String, Object...) - Method in class org.apache.wink.client.Resource
Wink compatibility layer class - see Wink docs.
QueryRateThread - Class in com.unboundid.scim.tools
This class provides a thread that may be used to repeatedly perform queries.

R

read() - Method in class com.unboundid.scim.marshal.BulkInputStreamWrapper
Reads the next byte of data from the input stream.
read(byte[]) - Method in class com.unboundid.scim.marshal.BulkInputStreamWrapper
Reads some number of bytes from the input stream and stores them into the buffer array b.
read(byte[], int, int) - Method in class com.unboundid.scim.marshal.BulkInputStreamWrapper
Reads up to len bytes of data from the input stream into an array of bytes.
readValue() - Method in class com.unboundid.scim.sdk.FilterParser
Read a value at the current position.
releaseBulkRequestPermit() - Method in class com.unboundid.scim.wink.SCIMApplication
Release a permit to process a bulk request.
removeAttribute(String, String) - Method in class com.unboundid.scim.sdk.SCIMObject
Removes the specified attribute or sub-attribute from this object.
RequestContext - Class in com.unboundid.scim.wink
 
RequestContext(HttpServletRequest, SecurityContext, HttpHeaders, UriInfo, MediaType, MediaType) - Constructor for class com.unboundid.scim.wink.RequestContext
Creates the resource implementation for a request.
RequestEntityTooLargeException - Exception in com.unboundid.scim.sdk
Signals the request entity is larger than then the limit imposed by the server.
RequestEntityTooLargeException(String) - Constructor for exception com.unboundid.scim.sdk.RequestEntityTooLargeException
Create a new RequestEntityTooLargeException from the provided information.
RequestEntityTooLargeException(String, Throwable) - Constructor for exception com.unboundid.scim.sdk.RequestEntityTooLargeException
Create a new RequestEntityTooLargeException from the provided information.
Resource - Class in org.apache.wink.client
Wink compatibility layer class - see Wink docs.
resource(String) - Method in class org.apache.wink.client.RestClient
Wink compatibility layer class - see Wink docs.
resource(URI) - Method in class org.apache.wink.client.RestClient
Wink compatibility layer class - see Wink docs.
RESOURCE_ATTRIBUTES - Static variable in class com.unboundid.scim.schema.CoreSchema
Resource attributes.
RESOURCE_DESCRIPTION - Static variable in class com.unboundid.scim.schema.CoreSchema
Resource description attribute.
RESOURCE_DESCRIPTOR_FACTORY - Static variable in class com.unboundid.scim.schema.ResourceDescriptor
A ResourceFactory for creating ResourceDescriptor instances.
RESOURCE_ENDPOINT - Static variable in class com.unboundid.scim.schema.CoreSchema
Resource endpoint.
RESOURCE_ENDPOINT_GROUPS - Static variable in class com.unboundid.scim.sdk.SCIMConstants
The end point for Groups in the REST protocol.
RESOURCE_ENDPOINT_SCHEMAS - Static variable in class com.unboundid.scim.sdk.SCIMConstants
The end point for Schemas in the REST protocol.
RESOURCE_ENDPOINT_SERVICE_PROVIDER_CONFIG - Static variable in class com.unboundid.scim.sdk.SCIMConstants
The end point for the Service Provider Configuration in the core schema.
RESOURCE_ENDPOINT_USERS - Static variable in class com.unboundid.scim.sdk.SCIMConstants
The end point for Users in the REST protocol.
RESOURCE_NAME - Static variable in class com.unboundid.scim.schema.CoreSchema
Resource name attribute.
RESOURCE_NAME_GROUP - Static variable in class com.unboundid.scim.sdk.SCIMConstants
The resource name for the Group resource in the core schema.
RESOURCE_NAME_SCHEMA - Static variable in class com.unboundid.scim.sdk.SCIMConstants
The resource name for the Schema resource in the core schema.
RESOURCE_NAME_SERVICE_PROVIDER_CONFIG - Static variable in class com.unboundid.scim.sdk.SCIMConstants
The resource name for the Service Provider Configuration in the core schema.
RESOURCE_NAME_USER - Static variable in class com.unboundid.scim.sdk.SCIMConstants
The resource name for the User resource in the core schema.
RESOURCE_SCHEMA - Static variable in class com.unboundid.scim.schema.CoreSchema
Resource schema.
RESOURCE_SCHEMA_DESCRIPTOR - Static variable in class com.unboundid.scim.schema.CoreSchema
The SCIM Resource Schema.
RESOURCE_SUB_ATTRIBUTES - Static variable in class com.unboundid.scim.schema.CoreSchema
Resource sub-attributes.
ResourceConflictException - Exception in com.unboundid.scim.sdk
Signals the specified version number does not match the resource's latest version number or a Service Provider refused to create a new, duplicate resource.
ResourceConflictException(String) - Constructor for exception com.unboundid.scim.sdk.ResourceConflictException
Create a new ResourceConflictException from the provided information.
ResourceConflictException(String, Throwable) - Constructor for exception com.unboundid.scim.sdk.ResourceConflictException
Create a new ResourceConflictException from the provided information.
ResourceDescriptor - Class in com.unboundid.scim.schema
This class provides methods that describe the schema for a SCIM resource.
ResourceFactory<R extends BaseResource> - Interface in com.unboundid.scim.data
Factory interface for creating SCIM resource instances for a given resource descriptor.
ResourceNotFoundException - Exception in com.unboundid.scim.sdk
Signals the specified resource; e.g., User, does not exist.
ResourceNotFoundException(String) - Constructor for exception com.unboundid.scim.sdk.ResourceNotFoundException
Create a new ResourceNotFoundException from the provided information.
ResourceNotFoundException(String, Throwable) - Constructor for exception com.unboundid.scim.sdk.ResourceNotFoundException
Create a new ResourceNotFoundException from the provided information.
ResourceReturningRequest - Class in com.unboundid.scim.sdk
This class is the base class for SCIM requests that return resources in the response.
ResourceReturningRequest(URI, String, ResourceDescriptor, SCIMQueryAttributes) - Constructor for class com.unboundid.scim.sdk.ResourceReturningRequest
Create a new SCIM request from the provided information.
ResourceReturningRequest(URI, String, ResourceDescriptor, SCIMQueryAttributes, HttpServletRequest) - Constructor for class com.unboundid.scim.sdk.ResourceReturningRequest
Create a new SCIM request from the provided information.
ResourceReturningRequest(URI, String, ResourceDescriptor, SCIMQueryAttributes, HttpServletRequest, String, String) - Constructor for class com.unboundid.scim.sdk.ResourceReturningRequest
Create a new SCIM request from the provided information.
Resources<R extends BaseResource> - Class in com.unboundid.scim.sdk
Represents a list of SCIM resources returned by the service provider from a query/listing request.
Resources(List<R>) - Constructor for class com.unboundid.scim.sdk.Resources
Create a new resources response from the provided list.
Resources(List<R>, int, int) - Constructor for class com.unboundid.scim.sdk.Resources
Create a new resources response from the provided list.
ResourceSchemaBackend - Class in com.unboundid.scim.sdk
This class provides an implementation of the SCIM server backend API that serves up the resource schema from a collection of ResourceDescriptors.
ResourceSchemaBackend(SCIMApplication) - Constructor for class com.unboundid.scim.sdk.ResourceSchemaBackend
Create a new ResourceSchemaBackend that serves up the schema provided from the ResourceDescriptors.
ResourceStats - Class in com.unboundid.scim.wink
This class holds various statistics of each SCIM resource being served.
ResourceStats(String) - Constructor for class com.unboundid.scim.wink.ResourceStats
Create a new ResourceStats instance with the provided name.
RestClient - Class in org.apache.wink.client
Wink compatibility layer class - see Wink docs.
RestClient(ClientConfig) - Constructor for class org.apache.wink.client.RestClient
Wink compatibility layer class - see Wink docs.
RestServlet - Class in org.apache.wink.server.internal.servlet
Wink compatibility layer class - see Wink docs.
RestServlet() - Constructor for class org.apache.wink.server.internal.servlet.RestServlet
 
REVISION_ID - Static variable in class com.unboundid.scim.sdk.Version
The source revision string from which this build of the SCIM SDK was generated.
ROLES - Static variable in class com.unboundid.scim.schema.CoreSchema
Roles attribute.
RootResource - Class in com.unboundid.scim.wink
Default content for the SCIM service base URL.
RootResource(SCIMApplication) - Constructor for class com.unboundid.scim.wink.RootResource
Create a new JAX-RS resource.
run() - Method in class com.unboundid.scim.tools.QueryRateThread
Performs all search processing for this thread.

S

SCHEMA_URI_CORE - Static variable in class com.unboundid.scim.sdk.SCIMConstants
The URI of the SCIM Core schema.
SCHEMA_URI_ENTERPRISE_EXTENSION - Static variable in class com.unboundid.scim.sdk.SCIMConstants
The URI of the SCIM Enterprise schema extension.
SCHEMAS_ATTRIBUTE_NAME - Static variable in class com.unboundid.scim.sdk.SCIMConstants
The SCIM name for the schemas attribute.
SCIMApplication - Class in com.unboundid.scim.wink
This class is a JAX-RS Application that returns the SCIM resource implementations.
SCIMApplication(SCIMBackend, OAuthTokenHandler) - Constructor for class com.unboundid.scim.wink.SCIMApplication
Create a new SCIMApplication that defines the endpoints provided by the ResourceDescriptors and uses the provided backend to process the request.
SCIMAttribute - Class in com.unboundid.scim.sdk
This class represents a System for Cross-Domain Identity Management (SCIM) attribute.
SCIMAttributeValue - Class in com.unboundid.scim.sdk
This class represents a System for Cross-Domain Identity Management (SCIM) attribute value.
SCIMAttributeValue() - Constructor for class com.unboundid.scim.sdk.SCIMAttributeValue
 
SCIMBackend - Class in com.unboundid.scim.sdk
This class defines an API for a backend that can be plugged into the SCIM server.
SCIMBackend() - Constructor for class com.unboundid.scim.sdk.SCIMBackend
 
SCIMBackendConfig - Class in com.unboundid.scim.sdk
This class contains mutable configuration settings for a SCIM Backend.
SCIMBackendConfig() - Constructor for class com.unboundid.scim.sdk.SCIMBackendConfig
 
SCIMConstants - Class in com.unboundid.scim.sdk
This class defines a number of constants used in Simple Cloud Identity Management (SCIM) interfaces.
SCIMEndpoint<R extends BaseResource> - Class in com.unboundid.scim.sdk
This class represents a SCIM endpoint (ie.
SCIMException - Exception in com.unboundid.scim.sdk
This class is the base class for all custom checked exceptions defined in the SCIM SDK.
SCIMException(int, String) - Constructor for exception com.unboundid.scim.sdk.SCIMException
Create a new SCIM exception from the provided informatuon.
SCIMException(int, String, Throwable) - Constructor for exception com.unboundid.scim.sdk.SCIMException
Create a new SCIM exception from the provided informatuon.
SCIMFilter - Class in com.unboundid.scim.sdk
This class represents a SCIM query filter.
SCIMFilter(SCIMFilterType, AttributePath, String, boolean, List<SCIMFilter>) - Constructor for class com.unboundid.scim.sdk.SCIMFilter
Create a new SCIM filter from the provided information.
SCIMFilterType - Enum in com.unboundid.scim.sdk
This enumeration defines the set of possible filter types that may be used for SCIM query filters.
SCIMObject - Class in com.unboundid.scim.sdk
This class represents a System for Cross-Domain Identity Management (SCIM) object.
SCIMObject() - Constructor for class com.unboundid.scim.sdk.SCIMObject
Create an empty SCIM object that initially has no attributes.
SCIMObject(SCIMObject) - Constructor for class com.unboundid.scim.sdk.SCIMObject
Create a new copy of the provided SCIM object.
SCIMQueryAttributes - Class in com.unboundid.scim.sdk
This class represents a list of query attributes taken from the attributes query parameter.
SCIMQueryAttributes(ResourceDescriptor, String) - Constructor for class com.unboundid.scim.sdk.SCIMQueryAttributes
Create a new instance of query attributes from their string representation.
SCIMQueryAttributes(List<String>, ResourceDescriptor) - Constructor for class com.unboundid.scim.sdk.SCIMQueryAttributes
Create a new instance of query attributes from their string representation.
SCIMQueryAttributes(Map<AttributeDescriptor, Set<AttributeDescriptor>>) - Constructor for class com.unboundid.scim.sdk.SCIMQueryAttributes
Create a new set of query attributes from the provided information.
SCIMQueryRate - Class in com.unboundid.scim.tools
This class provides a tool that can be used to query a SCIM server repeatedly using multiple threads.
SCIMQueryRate(OutputStream, OutputStream) - Constructor for class com.unboundid.scim.tools.SCIMQueryRate
Creates a new instance of this tool.
SCIMRequest - Class in com.unboundid.scim.sdk
This class is the base class for all SCIM requests.
SCIMRequest(URI, String, ResourceDescriptor) - Constructor for class com.unboundid.scim.sdk.SCIMRequest
Create a new SCIM request from the provided information.
SCIMRequest(URI, String, ResourceDescriptor, HttpServletRequest) - Constructor for class com.unboundid.scim.sdk.SCIMRequest
Create a new SCIM request from the provided information.
SCIMRequest(URI, String, ResourceDescriptor, HttpServletRequest, String, String) - Constructor for class com.unboundid.scim.sdk.SCIMRequest
Create a new SCIM request from the provided information.
SCIMResource - Class in com.unboundid.scim.wink
This class is a Wink resource implementation for operations on a SCIM resource.
SCIMResource(SCIMApplication, OAuthTokenHandler) - Constructor for class com.unboundid.scim.wink.SCIMResource
Create a new SCIM wink resource for operations on a SCIM endpoint.
SCIMResponse - Interface in com.unboundid.scim.sdk
This class represents the response to a SCIM request.
SCIMService - Class in com.unboundid.scim.sdk
The SCIMService class represents a client connection to a SCIM service provider.
SCIMService(URI, ClientConfig) - Constructor for class com.unboundid.scim.sdk.SCIMService
Constructs a new SCIMService from a url and a hersey client config.
SCIMService(URI) - Constructor for class com.unboundid.scim.sdk.SCIMService
Constructs a new SCIMService.
SCIMService(URI, OAuthToken) - Constructor for class com.unboundid.scim.sdk.SCIMService
Constructs a new SCIMService with OAuth authentication support using the provided credentials.
SCIMService(URI, String, String) - Constructor for class com.unboundid.scim.sdk.SCIMService
Constructs a new SCIMService with basic authentication support using the provided credentials.
SEPARATOR_CHAR_QUALIFIED_ATTRIBUTE - Static variable in class com.unboundid.scim.sdk.SCIMConstants
The character that separates the schema URI from the basic attribute name in a fully qualified attribute name.
ServerErrorException - Exception in com.unboundid.scim.sdk
Signals an internal error from the service provider.
ServerErrorException(String) - Constructor for exception com.unboundid.scim.sdk.ServerErrorException
Create a new ServerErrorException from the provided information.
ServerErrorException(String, Throwable) - Constructor for exception com.unboundid.scim.sdk.ServerErrorException
Create a new ServerErrorException from the provided information.
SERVICE_PROVIDER_CONFIG_RESOURCE_FACTORY - Static variable in class com.unboundid.scim.data.ServiceProviderConfig
A ResourceFactory for creating ServiceProviderConfig instances.
SERVICE_PROVIDER_CONFIG_SCHEMA_DESCRIPTOR - Static variable in class com.unboundid.scim.schema.CoreSchema
The SCIM Service Provider Configuration Schema.
ServiceProviderConfig - Class in com.unboundid.scim.data
This class represents the SCIM Service Provider Configuration.
ServiceProviderConfig(ResourceDescriptor) - Constructor for class com.unboundid.scim.data.ServiceProviderConfig
Construct an empty ServiceProviderConfig with the specified ResourceDescriptor.
ServiceProviderConfig(ResourceDescriptor, SCIMObject) - Constructor for class com.unboundid.scim.data.ServiceProviderConfig
Construct a ServiceProviderConfig with the specified ResourceDescriptor and backed by the given SCIMObject.
ServiceProviderConfigResource - Class in com.unboundid.scim.wink
This class is a JAX-RS resource for the SCIM Service Provider Configuration.
ServiceProviderConfigResource(SCIMApplication) - Constructor for class com.unboundid.scim.wink.ServiceProviderConfigResource
Create a new JAX-RS resource.
setAcceptType(MediaType) - Method in class com.unboundid.scim.sdk.SCIMService
Sets the accept media type that should be used when reading data from the SCIM service provider.
setActive(Boolean) - Method in class com.unboundid.scim.data.UserResource
Sets the User's administrative status.
setAddresses(Collection<Address>) - Method in class com.unboundid.scim.data.UserResource
Sets the physical mailing address for this User.
setAttribute(SCIMAttribute) - Method in class com.unboundid.scim.sdk.SCIMObject
Adds the provided attribute to this object, replacing any existing attribute with the same name.
setAttributeValues(String, String, AttributeValueResolver<T>, Collection<T>) - Method in class com.unboundid.scim.data.BaseResource
Sets a multi-valued attribute value.
setAuthenticationSchemes(Collection<AuthenticationScheme>) - Method in class com.unboundid.scim.data.ServiceProviderConfig
Sets the supported Authentication Schemes.
setBulkConfig(BulkConfig) - Method in class com.unboundid.scim.data.ServiceProviderConfig
Specifies the BULK configuration options.
setBulkMaxConcurrentRequests(int) - Method in class com.unboundid.scim.wink.SCIMApplication
Specify the maximum number of concurrent bulk requests.
setBulkMaxOperations(long) - Method in class com.unboundid.scim.wink.SCIMApplication
Specify the maximum number of operations permitted in a bulk request.
setBulkMaxPayloadSize(long) - Method in class com.unboundid.scim.wink.SCIMApplication
Specify the maximum payload size in bytes of a bulk request.
setChangePasswordConfig(ChangePasswordConfig) - Method in class com.unboundid.scim.data.ServiceProviderConfig
Specifies the Change Password configuration options.
setCheckSchema(boolean) - Method in class com.unboundid.scim.sdk.SCIMBackendConfig
Specify whether to perform schema checking.
setComplexAttribute(String, ComplexValue) - Method in class com.unboundid.scim.data.BaseResource
Set a complex attribute value with the specified name.
setComplexAttribute(String, String, ComplexValue) - Method in class com.unboundid.scim.data.BaseResource
Set a complex attribute value with the specified schema and name.
setContentType(MediaType) - Method in class com.unboundid.scim.sdk.SCIMService
Sets the content media type that should be used when writing data to the SCIM service provider.
setCountry(String) - Method in class com.unboundid.scim.data.Address
Sets the country name component.
setCreated(Date) - Method in class com.unboundid.scim.data.Meta
Sets the time the Resource was added to the Service Provider.
setDescription(String) - Method in class com.unboundid.scim.data.AuthenticationScheme
Sets the description of the Authentication Scheme.
setDisplay(String) - Method in class com.unboundid.scim.data.Entry
Sets the human readable name, primarily used for display purposes where the value is an opaque or complex type such as an id.
setDisplayName(String) - Method in class com.unboundid.scim.data.GroupResource
Sets the human readable name for the Group.
setDisplayName(String) - Method in class com.unboundid.scim.data.Manager
Sets the displayName of the User's manager.
setDisplayName(String) - Method in class com.unboundid.scim.data.UserResource
Sets the name of the User, suitable for display to end-users.
setDocumentationUrl(String) - Method in class com.unboundid.scim.data.AuthenticationScheme
Sets the HTTP addressable URL pointing to the Authentication Scheme's usage documentation.
setEmails(Collection<Entry<String>>) - Method in class com.unboundid.scim.data.UserResource
Sets the E-mail addresses for the User.
setEnabled(boolean) - Static method in class com.unboundid.scim.sdk.Debug
Specifies whether debugging should be enabled.
setEnabled(boolean, Set<DebugType>) - Static method in class com.unboundid.scim.sdk.Debug
Specifies whether debugging should be enabled.
setEntitlements(Collection<Entry<String>>) - Method in class com.unboundid.scim.data.UserResource
Sets the list of entitlements for the User.
setETagConfig(ETagConfig) - Method in class com.unboundid.scim.data.ServiceProviderConfig
Specifies the ETag configuration options.
setExternalId(String) - Method in class com.unboundid.scim.data.BaseResource
Sets the unique identifier for the Resource as defined by the Service Consumer.
setFamilyName(String) - Method in class com.unboundid.scim.data.Name
Sets the family name of the User, or "Last Name" in most Western languages.
setFilterConfig(FilterConfig) - Method in class com.unboundid.scim.data.ServiceProviderConfig
Specifies the FILTER configuration options.
setFormatted(String) - Method in class com.unboundid.scim.data.Address
Sets the full mailing address, formatted for display or use with a mailing label.
setFormatted(String) - Method in class com.unboundid.scim.data.Name
Sets the full name, including all middle names, titles, and suffixes as appropriate, formatted for display.
setGivenName(String) - Method in class com.unboundid.scim.data.Name
Sets the given name of the User, or "First Name" in most Western languages.
setGroups(Collection<Entry<String>>) - Method in class com.unboundid.scim.data.UserResource
Sets the list of groups that the user belongs to.
setHonorificPrefix(String) - Method in class com.unboundid.scim.data.Name
Sets the honorific prefix(es) of the User, or "Title" in most Western languages.
setHonorificSuffix(String) - Method in class com.unboundid.scim.data.Name
Sets the honorific suffix(es) of the User, or "Suffix" in most Western languages.
setId(String) - Method in class com.unboundid.scim.data.BaseResource
Sets the unique identifier for the SCIM Resource.
setIms(Collection<Entry<String>>) - Method in class com.unboundid.scim.data.UserResource
Sets the Instant messaging address for the User.
setIncludeStackTrace(boolean) - Static method in class com.unboundid.scim.sdk.Debug
Specifies whether log messages should include a stack trace of the thread that invoked the debug method.
setLastModified(Date) - Method in class com.unboundid.scim.data.Meta
Sets the most recent time the details of a Resource were updated at the Service Provider.
setLocale(String) - Method in class com.unboundid.scim.data.UserResource
Sets the User's default location for purposes of localizing items.
setLocality(String) - Method in class com.unboundid.scim.data.Address
Sets the city or locality component.
setLocation(URI) - Method in class com.unboundid.scim.data.Meta
Sets the URI of the Resource.
setManagerId(String) - Method in class com.unboundid.scim.data.Manager
Sets the id of the SCIM resource representing the User's manager.
setMaxPermits(int) - Method in class com.unboundid.scim.wink.AdjustableSemaphore
Set the maximum number of permits.
setMaxResults(int) - Method in class com.unboundid.scim.sdk.SCIMBackendConfig
Specify the maximum number of resources that are returned in a response.
setMembers(Collection<Entry<String>>) - Method in class com.unboundid.scim.data.GroupResource
Sets the list of member IDs of the Group.
setMeta(Meta) - Method in class com.unboundid.scim.data.BaseResource
Sets the metadata about the resource.
setMiddleName(String) - Method in class com.unboundid.scim.data.Name
Retrieves the middle name(s) of the User.
setMultiValuedAttribute(String, Collection<ComplexValue>) - Method in class com.unboundid.scim.data.BaseResource
Set all values of a multi-valued attribute with the specified name.
setMultiValuedAttribute(String, String, Collection<ComplexValue>) - Method in class com.unboundid.scim.data.BaseResource
Set all values of a multi-valued attribute with the specified schema and name.
setName(String) - Method in class com.unboundid.scim.data.AuthenticationScheme
Sets the name of the Authentication Scheme.
setName(Name) - Method in class com.unboundid.scim.data.UserResource
Sets the components of the User's real name.
setNickName(String) - Method in class com.unboundid.scim.data.UserResource
Sets the casual way to address the user in real life, e.g.
setOperation(String) - Method in class com.unboundid.scim.data.Entry
Sets the operation to perform on the multi-valued attribute during a PATCH request.
setOverrideDelete(boolean) - Method in class com.unboundid.scim.sdk.SCIMService
Sets whether to override DELETE operations with POST.
setOverridePatch(boolean) - Method in class com.unboundid.scim.sdk.SCIMService
Sets whether to override PATCH operations with POST.
setOverridePut(boolean) - Method in class com.unboundid.scim.sdk.SCIMService
Sets whether to override PUT operations with POST.
setPassword(String) - Method in class com.unboundid.scim.data.UserResource
Sets the User's clear text password.
setPatchConfig(PatchConfig) - Method in class com.unboundid.scim.data.ServiceProviderConfig
Specifies the PATCH configuration options.
setPhoneNumbers(Collection<Entry<String>>) - Method in class com.unboundid.scim.data.UserResource
Sets the Phone numbers for the User.
setPhotos(Collection<Entry<String>>) - Method in class com.unboundid.scim.data.UserResource
Sets the URL of a photo of the User.
setPostalCode(String) - Method in class com.unboundid.scim.data.Address
Sets the zip code or postal code component.
setPreferredLanguage(String) - Method in class com.unboundid.scim.data.UserResource
Sets the User's preferred written or spoken language.
setPrimary(boolean) - Method in class com.unboundid.scim.data.Address
Specifies whether this value is the primary value.
setPrimary(boolean) - Method in class com.unboundid.scim.data.AuthenticationScheme
Specifies whether this value is the primary value.
setPrimary(boolean) - Method in class com.unboundid.scim.data.Entry
Sets whether this instance of the multi-valued Attribute is the primary or preferred value of for this attribute.
setProfileUrl(String) - Method in class com.unboundid.scim.data.UserResource
Sets the URL to a page representing the User's online profile.
setRegion(String) - Method in class com.unboundid.scim.data.Address
Sets the state or region component.
setResponseEntity(Response.ResponseBuilder, MediaType, SCIMResponse) - Static method in class com.unboundid.scim.wink.AbstractStaticResource
Sets the response entity (content) for a SCIM response.
setRoles(Collection<Entry<String>>) - Method in class com.unboundid.scim.data.UserResource
Sets the list of roles for the User.
setSimpleAttribute(String, SimpleValue) - Method in class com.unboundid.scim.data.BaseResource
Set a simple attribute value with the specified name, using an AttributeValueResolver appropriate for the attribute data type.
setSimpleAttribute(String, String, SimpleValue) - Method in class com.unboundid.scim.data.BaseResource
Set a simple attribute value with the specified schema and name, using an AttributeValueResolver appropriate for the attribute data type.
setSingularAttributeValue(String, String, AttributeValueResolver<T>, T) - Method in class com.unboundid.scim.data.BaseResource
Sets a singular attribute value.
setSkipOperations(boolean) - Method in class com.unboundid.scim.marshal.json.JsonBulkParser
Specify whether bulk operations should be skipped.
setSkipOperations(boolean) - Method in class com.unboundid.scim.marshal.xml.XmlBulkParser
Specify whether bulk operations should be skipped.
setSortConfig(SortConfig) - Method in class com.unboundid.scim.data.ServiceProviderConfig
Specifies the SORT configuration options.
setSpecUrl(String) - Method in class com.unboundid.scim.data.AuthenticationScheme
Sets the HTTP addressable URL pointing to the Authentication Scheme's specification.
setStreetAddress(String) - Method in class com.unboundid.scim.data.Address
Sets The full street address component, which may include house number, street name, PO BOX, and multi-line.
setStrictMode(boolean) - Method in class com.unboundid.scim.schema.ResourceDescriptor
Sets the "strict mode" for this ResourceDescriptor.
setTimeZone(String) - Method in class com.unboundid.scim.data.UserResource
Sets the User's time zone in the public-domain time zone database format; e.g.,'America/Denver'.
setTitle(String) - Method in class com.unboundid.scim.data.UserResource
Sets the user's title, such as "Vice President".
setTmpDataDir(File) - Method in class com.unboundid.scim.wink.SCIMApplication
Return the directory that should be used to store temporary files, or null for the system dependent default temporary-file directory (specified by the system property java.io.tmpdir.
setType(String) - Method in class com.unboundid.scim.data.Address
Sets the type of address, "work", "home" or "other".
setType(String) - Method in class com.unboundid.scim.data.AuthenticationScheme
Sets the type of Authentication Scheme.
setType(String) - Method in class com.unboundid.scim.data.Entry
Sets the type of attribute for this instance, usually used to label the preferred function of the given resource.
setUserAgent(String) - Method in class com.unboundid.scim.sdk.SCIMService
Sets the user-agent string to use in the request headers.
setUserName(String) - Method in class com.unboundid.scim.data.UserResource
Sets the Unique identifier for the User.
setUserType(String) - Method in class com.unboundid.scim.data.UserResource
Sets the the organization to user relationship.
setUseUrlSuffix(boolean) - Method in class com.unboundid.scim.sdk.SCIMService
Sets whether to use URL suffix to specify the desired response data format (ie.
setValue(T) - Method in class com.unboundid.scim.data.Entry
Sets the primary value of this attribute.
setVersion(String) - Method in class com.unboundid.scim.data.Meta
Sets the version of the Resource being returned.
setXmlDataFormatConfig(XmlDataFormatConfig) - Method in class com.unboundid.scim.data.ServiceProviderConfig
Specifies the XML data format configuration options.
SHORT_NAME - Static variable in class com.unboundid.scim.sdk.Version
The short product name for the SCIM SDK.
SHORT_VERSION_STRING - Static variable in class com.unboundid.scim.sdk.Version
The short version string for the SCIM SDK.
SimpleValue - Class in com.unboundid.scim.sdk
This class represents a SCIM simple value.
SimpleValue(String) - Constructor for class com.unboundid.scim.sdk.SimpleValue
Create a simple string value.
SimpleValue(Boolean) - Constructor for class com.unboundid.scim.sdk.SimpleValue
Create a simple boolean value.
SimpleValue(Date) - Constructor for class com.unboundid.scim.sdk.SimpleValue
Create a simple datetime value.
SimpleValue(Long) - Constructor for class com.unboundid.scim.sdk.SimpleValue
Create a simple integer value.
SimpleValue(Integer) - Constructor for class com.unboundid.scim.sdk.SimpleValue
Create a simple integer value.
SimpleValue(Double) - Constructor for class com.unboundid.scim.sdk.SimpleValue
Create a simple decimal value.
SimpleValue(byte[]) - Constructor for class com.unboundid.scim.sdk.SimpleValue
Create a simple binary value.
skip(long) - Method in class com.unboundid.scim.marshal.BulkInputStreamWrapper
Skips over and discards n bytes of data from this input stream.
SORT_CONFIG - Static variable in class com.unboundid.scim.schema.CoreSchema
Sorting configuration attribute.
SORT_CONFIG_RESOLVER - Static variable in class com.unboundid.scim.data.SortConfig
The AttributeValueResolver that resolves SCIM attribute values to/from SortConfig instances.
SORT_SUPPORTED - Static variable in class com.unboundid.scim.schema.CoreSchema
Sorting-supported attribute.
SortConfig - Class in com.unboundid.scim.data
A complex type that specifies SORT configuration options.
SortConfig(boolean) - Constructor for class com.unboundid.scim.data.SortConfig
Create a SortConfig instance.
SortParameters - Class in com.unboundid.scim.sdk
This class represents the sorting parameters in a SCIM request.
SortParameters(String, String) - Constructor for class com.unboundid.scim.sdk.SortParameters
Create a new instance of sort parameters.
SortParameters(String, String, String) - Constructor for class com.unboundid.scim.sdk.SortParameters
Create a new instance of sort parameters.
SortParameters(AttributePath, String) - Constructor for class com.unboundid.scim.sdk.SortParameters
Create a new instance of sort parameters.
StaticUtils - Class in com.unboundid.scim.sdk
This class provides a number of static utility functions.
Status - Class in com.unboundid.scim.sdk
This class represents the response status of an individual operation within a bulk operation.
Status(String, String) - Constructor for class com.unboundid.scim.sdk.Status
Construct a new Status value.
StreamMarshaller - Interface in com.unboundid.scim.marshal
This interface provides methods that may be used to write a stream of SCIM objects to an external representation.
STRING_RESOLVER - Static variable in class com.unboundid.scim.data.AttributeValueResolver
The AttributeValueResolver that resolves SCIM attribute values to/from String instances.
STRINGS_RESOLVER - Static variable in class com.unboundid.scim.data.Entry
The AttributeValueResolver that resolves SCIM attribute values to/from String valued Entry instances.
supportsSorting() - Method in class com.unboundid.scim.sdk.SCIMBackend
Retrieves whether this backend supports sorting.
supportsVersioning() - Method in class com.unboundid.scim.sdk.SCIMBackend
Retrieves whether this backends supports resource versioning.

T

TIMEZONE - Static variable in class com.unboundid.scim.schema.CoreSchema
Time zone attribute.
TITLE - Static variable in class com.unboundid.scim.schema.CoreSchema
Title attribute.
toInstance(SCIMAttributeValue) - Method in class com.unboundid.scim.data.AttributeValueResolver
Create an instance from the given attribute value.
toLowerCase(String) - Static method in class com.unboundid.scim.sdk.StaticUtils
Retrieves an all-lowercase version of the provided string.
toPartialResource(ResourceFactory<R>, boolean) - Method in class com.unboundid.scim.sdk.Diff
Retrieves the partial resource with the modifications that maybe sent in a PATCH request.
toString() - Method in class com.unboundid.scim.data.Address
toString() - Method in class com.unboundid.scim.data.AuthenticationScheme
 
toString() - Method in class com.unboundid.scim.data.BaseResource
toString() - Method in class com.unboundid.scim.data.BulkConfig
 
toString() - Method in class com.unboundid.scim.data.ChangePasswordConfig
 
toString() - Method in class com.unboundid.scim.data.Entry
toString() - Method in class com.unboundid.scim.data.ETagConfig
 
toString() - Method in class com.unboundid.scim.data.FilterConfig
 
toString() - Method in class com.unboundid.scim.data.Manager
toString() - Method in class com.unboundid.scim.data.Meta
toString() - Method in class com.unboundid.scim.data.Name
 
toString() - Method in class com.unboundid.scim.data.PatchConfig
 
toString() - Method in class com.unboundid.scim.data.SortConfig
 
toString() - Method in class com.unboundid.scim.data.XmlDataFormatConfig
 
toString() - Method in enum com.unboundid.scim.schema.AttributeDescriptor.DataType
toString() - Method in class com.unboundid.scim.schema.AttributeDescriptor
 
toString() - Method in class com.unboundid.scim.schema.ResourceDescriptor
 
toString() - Method in class com.unboundid.scim.sdk.AttributePath
toString(StringBuilder) - Method in class com.unboundid.scim.sdk.AttributePath
Append the string representation of the attribute path to the provided buffer.
toString() - Method in class com.unboundid.scim.sdk.BulkOperation
toString() - Method in enum com.unboundid.scim.sdk.DebugType
Retrieves a string representation of this debug type.
toString() - Method in class com.unboundid.scim.sdk.SCIMAttribute
 
toString() - Method in class com.unboundid.scim.sdk.SCIMFilter
toString(StringBuilder) - Method in class com.unboundid.scim.sdk.SCIMFilter
Append the string representation of the filter to the provided buffer.
toString() - Method in enum com.unboundid.scim.sdk.SCIMFilterType
Retrieves a string representation of this filter type.
toString() - Method in class com.unboundid.scim.sdk.SCIMObject
toString() - Method in class com.unboundid.scim.sdk.SCIMQueryAttributes
toString() - Method in class com.unboundid.scim.sdk.SimpleValue
toString() - Method in class com.unboundid.scim.sdk.Status
transformValue(int, String) - Method in class com.unboundid.scim.sdk.BulkContentHandler
Transform a data value.
transformValue(int, String) - Method in class com.unboundid.scim.wink.BulkContentRequestHandler
Transform a data value.

U

UnauthorizedException - Exception in com.unboundid.scim.sdk
Signals an authorization failure from the service provider.
UnauthorizedException(String) - Constructor for exception com.unboundid.scim.sdk.UnauthorizedException
Create a new UnauthorizedException from the provided information.
UnauthorizedException(String, Throwable) - Constructor for exception com.unboundid.scim.sdk.UnauthorizedException
Create a new UnauthorizedException from the provided information.
unmarshal() - Method in class com.unboundid.scim.marshal.json.JsonBulkParser
Reads a SCIM bulk request or response from the input stream.
unmarshal(JSONObject, ResourceDescriptor, ResourceFactory<R>, JSONArray) - Method in class com.unboundid.scim.marshal.json.JsonParser
Read a SCIM resource from the specified JSON object.
unmarshal(InputStream, ResourceDescriptor, ResourceFactory<R>) - Method in class com.unboundid.scim.marshal.json.JsonUnmarshaller
Reads a SCIM resource from an input stream.
unmarshal(InputStream, ResourceDescriptor, ResourceFactory<R>) - Method in interface com.unboundid.scim.marshal.Unmarshaller
Reads a SCIM resource from an input stream.
unmarshal() - Method in class com.unboundid.scim.marshal.xml.XmlBulkParser
Reads a SCIM bulk request or response from the input stream.
unmarshal(InputStream, ResourceDescriptor, ResourceFactory<R>) - Method in class com.unboundid.scim.marshal.xml.XmlUnmarshaller
Reads a SCIM resource from an input stream.
unmarshalError(InputStream) - Method in class com.unboundid.scim.marshal.json.JsonUnmarshaller
Reads a SCIM error response from an input stream.
unmarshalError(InputStream) - Method in interface com.unboundid.scim.marshal.Unmarshaller
Reads a SCIM error response from an input stream.
unmarshalError(InputStream) - Method in class com.unboundid.scim.marshal.xml.XmlUnmarshaller
Reads a SCIM error response from an input stream.
Unmarshaller - Interface in com.unboundid.scim.marshal
This interface provides methods that may be used to read SCIM objects from their external representation.
unmarshalResources(InputStream, ResourceDescriptor, ResourceFactory<R>) - Method in class com.unboundid.scim.marshal.json.JsonUnmarshaller
Reads a SCIM query response from an input stream.
unmarshalResources(InputStream, ResourceDescriptor, ResourceFactory<R>) - Method in interface com.unboundid.scim.marshal.Unmarshaller
Reads a SCIM query response from an input stream.
unmarshalResources(InputStream, ResourceDescriptor, ResourceFactory<R>) - Method in class com.unboundid.scim.marshal.xml.XmlUnmarshaller
Reads a SCIM query response from an input stream.
UnsupportedOperationException - Exception in com.unboundid.scim.sdk
Signals the service provider does not support the requested operation.
UnsupportedOperationException(String) - Constructor for exception com.unboundid.scim.sdk.UnsupportedOperationException
Create a new UnsupportedOperationException from the provided information.
update(R) - Method in class com.unboundid.scim.sdk.SCIMEndpoint
Update the existing resource with the one provided (using the HTTP PUT method).
update(R, String, String...) - Method in class com.unboundid.scim.sdk.SCIMEndpoint
Deprecated.
update(String, String, R, String...) - Method in class com.unboundid.scim.sdk.SCIMEndpoint
Update the existing resource with the one provided (using the HTTP PUT method).
update(R, List<SCIMAttribute>, List<String>) - Method in class com.unboundid.scim.sdk.SCIMEndpoint
Update the existing resource with the one provided (using the HTTP PATCH method).
update(String, String, List<SCIMAttribute>, List<String>, String...) - Method in class com.unboundid.scim.sdk.SCIMEndpoint
Update the existing resource with the one provided (using the HTTP PATCH method).
update(String, List<SCIMAttribute>, List<String>) - Method in class com.unboundid.scim.sdk.SCIMEndpoint
Deprecated.
USER_DESCRIPTOR - Static variable in class com.unboundid.scim.schema.CoreSchema
The SCIM User Schema.
USER_NAME - Static variable in class com.unboundid.scim.schema.CoreSchema
Username attribute.
USER_RESOURCE_FACTORY - Static variable in class com.unboundid.scim.data.UserResource
A ResourceFactory for creating UserResource instances.
USER_TYPE - Static variable in class com.unboundid.scim.schema.CoreSchema
User type attribute.
UserResource - Class in com.unboundid.scim.data
This class represents a User resource.
UserResource(ResourceDescriptor) - Constructor for class com.unboundid.scim.data.UserResource
Construct an empty UserResource with the specified ResourceDescriptor.
UserResource(ResourceDescriptor, SCIMObject) - Constructor for class com.unboundid.scim.data.UserResource
Construct a UserResource with the specified ResourceDescriptor and backed by the given SCIMObject.

V

validateToken(OAuthToken, SCIMRequest) - Method in interface com.unboundid.scim.sdk.OAuthTokenHandler
Determines whether the incoming token is valid for the given request.
valueOf(String) - Static method in enum com.unboundid.scim.schema.AttributeDescriptor.DataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.unboundid.scim.sdk.BulkOperation.Method
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.unboundid.scim.sdk.DebugType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.unboundid.scim.sdk.OAuthToken.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.unboundid.scim.sdk.OAuthTokenStatus.ErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.unboundid.scim.sdk.SCIMFilterType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in class org.apache.wink.common.http.HttpStatus
Wink compatibility layer class - see Wink docs.
values() - Static method in enum com.unboundid.scim.schema.AttributeDescriptor.DataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.unboundid.scim.sdk.BulkOperation.Method
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.unboundid.scim.sdk.DebugType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.unboundid.scim.sdk.OAuthToken.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.unboundid.scim.sdk.OAuthTokenStatus.ErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.unboundid.scim.sdk.SCIMFilterType
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Class in com.unboundid.scim.sdk
This class provides information about the current version of the UnboundID SCIM SDK for Java.
VERSION - Static variable in class com.unboundid.scim.sdk.Version
The version string for the SCIM SDK.

W

WinkApplication - Class in org.apache.wink.common
 
WinkApplication() - Constructor for class org.apache.wink.common.WinkApplication
 
writeBulkFinish() - Method in class com.unboundid.scim.marshal.json.JsonStreamMarshaller
Write the end of a bulk request or response.
writeBulkFinish() - Method in interface com.unboundid.scim.marshal.StreamMarshaller
Write the end of a bulk request or response.
writeBulkFinish() - Method in class com.unboundid.scim.marshal.xml.XmlStreamMarshaller
Write the end of a bulk request or response.
writeBulkOperation(BulkOperation) - Method in class com.unboundid.scim.marshal.json.JsonStreamMarshaller
Write a bulk operation to a bulk request or response.
writeBulkOperation(BulkOperation) - Method in interface com.unboundid.scim.marshal.StreamMarshaller
Write a bulk operation to a bulk request or response.
writeBulkOperation(BulkOperation) - Method in class com.unboundid.scim.marshal.xml.XmlStreamMarshaller
Write a bulk operation to a bulk request or response.
writeBulkOperation(BulkOperation) - Method in class com.unboundid.scim.sdk.BulkStreamResponse
Write a bulk operation to the response.
writeBulkStart(int, Set<String>) - Method in class com.unboundid.scim.marshal.json.JsonStreamMarshaller
Write the start of a bulk request or response.
writeBulkStart(int, Set<String>) - Method in interface com.unboundid.scim.marshal.StreamMarshaller
Write the start of a bulk request or response.
writeBulkStart(int, Set<String>) - Method in class com.unboundid.scim.marshal.xml.XmlStreamMarshaller
Write the start of a bulk request or response.

X

X509CERTIFICATES - Static variable in class com.unboundid.scim.schema.CoreSchema
X.509 certificates attribute.
XML_DATA_FORMAT_CONFIG_RESOLVER - Static variable in class com.unboundid.scim.data.XmlDataFormatConfig
The AttributeValueResolver that resolves SCIM attribute values to/from XmlDataFormatConfig instances.
XML_DATA_TYPE_CONFIG - Static variable in class com.unboundid.scim.schema.CoreSchema
XML data type configuration attribute.
XML_DATA_TYPE_SUPPORTED - Static variable in class com.unboundid.scim.schema.CoreSchema
XML data type-supported attribute.
XmlBulkParser - Class in com.unboundid.scim.marshal.xml
This class is a helper class to handle parsing of XML bulk operations.
XmlBulkParser(InputStream, BulkConfig, BulkContentHandler) - Constructor for class com.unboundid.scim.marshal.xml.XmlBulkParser
Create a new instance of this bulk unmarshaller.
XMLBulkResource - Class in com.unboundid.scim.wink
This class is a JAX-RS resource for the Bulk operation, where XML content type is specified in the URL path.
XMLBulkResource(SCIMApplication, OAuthTokenHandler) - Constructor for class com.unboundid.scim.wink.XMLBulkResource
Create a new instance of the bulk resource.
XmlDataFormatConfig - Class in com.unboundid.scim.data
A complex type that specifies XML data format configuration options.
XmlDataFormatConfig(boolean) - Constructor for class com.unboundid.scim.data.XmlDataFormatConfig
Create a XmlDataFormatConfig instance.
XmlMarshaller - Class in com.unboundid.scim.marshal.xml
This class provides a SCIM object marshaller implementation to write SCIM objects to their XML representation.
XmlMarshaller() - Constructor for class com.unboundid.scim.marshal.xml.XmlMarshaller
 
XMLQueryResource - Class in com.unboundid.scim.wink
This class is a Wink dynamic resource implementation for query operations on a SCIM resource where the client requests XML response format in the URL by appending ".xml" on to the endpoint.
XMLQueryResource(SCIMApplication, OAuthTokenHandler) - Constructor for class com.unboundid.scim.wink.XMLQueryResource
Create a new SCIM wink resource for XML query operations on a SCIM endpoint.
XMLServiceProviderConfigResource - Class in com.unboundid.scim.wink
This class is a JAX-RS resource for the SCIM Service Provider Configuration where the response format is specified in the URL to be XML.
XMLServiceProviderConfigResource(SCIMApplication) - Constructor for class com.unboundid.scim.wink.XMLServiceProviderConfigResource
Create a new JAX-RS resource.
XmlStreamMarshaller - Class in com.unboundid.scim.marshal.xml
This class provides a stream marshaller implementation to write a stream of SCIM objects to their XML representation.
XmlStreamMarshaller(OutputStream) - Constructor for class com.unboundid.scim.marshal.xml.XmlStreamMarshaller
Create a new XML marshaller that writes to the provided output stream.
XmlUnmarshaller - Class in com.unboundid.scim.marshal.xml
This class provides a SCIM object un-marshaller implementation to read SCIM objects from their XML representation.
XmlUnmarshaller() - Constructor for class com.unboundid.scim.marshal.xml.XmlUnmarshaller
 
A B C D E F G H I J L M N O P Q R S T U V W X 

Copyright © 2011–2016 UnboundID. All rights reserved.