- 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.
- 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.
- 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.
- 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.
- 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.