|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SCIMException | |
|---|---|
| com.unboundid.scim.marshal | |
| com.unboundid.scim.marshal.json | |
| com.unboundid.scim.marshal.xml | |
| com.unboundid.scim.sdk | |
| com.unboundid.scim.wink | |
| Uses of SCIMException in com.unboundid.scim.marshal |
|---|
| Methods in com.unboundid.scim.marshal that return SCIMException | |
|---|---|
SCIMException |
Unmarshaller.unmarshalError(InputStream inputStream)
Reads a SCIM error response from an input stream. |
| Methods in com.unboundid.scim.marshal with parameters of type SCIMException | |
|---|---|
void |
StreamMarshaller.marshal(SCIMException response)
Write a SCIM error response. |
void |
Marshaller.marshal(SCIMException response,
OutputStream outputStream)
Write a SCIM error response to an output stream. |
| Methods in com.unboundid.scim.marshal that throw SCIMException | |
|---|---|
void |
StreamMarshaller.bulkMarshal(int failOnErrors,
List<BulkOperation> operations)
Write the content of a SCIM bulk operation request or response. |
void |
Marshaller.bulkMarshal(OutputStream outputStream,
int failOnErrors,
List<BulkOperation> operations)
Write the content of a SCIM bulk operation request or response to an output stream. |
void |
Unmarshaller.bulkUnmarshal(File file,
BulkConfig bulkConfig,
BulkContentHandler handler)
Reads a SCIM bulk request or response from a file. |
void |
Unmarshaller.bulkUnmarshal(InputStream inputStream,
BulkConfig bulkConfig,
BulkContentHandler handler)
Reads a SCIM bulk request or response from an input stream. |
void |
StreamMarshaller.close()
Close the marshaller. |
void |
StreamMarshaller.marshal(BaseResource resource)
Write a SCIM object. |
void |
Marshaller.marshal(BaseResource resource,
OutputStream outputStream)
Write a SCIM object to an output stream. |
void |
StreamMarshaller.marshal(Resources<? extends BaseResource> response)
Write a SCIM query response. |
void |
Marshaller.marshal(Resources<? extends BaseResource> response,
OutputStream outputStream)
Write a SCIM listing response to an output stream. |
void |
StreamMarshaller.marshal(SCIMException response)
Write a SCIM error response. |
void |
Marshaller.marshal(SCIMException response,
OutputStream outputStream)
Write a SCIM error response to an output stream. |
void |
StreamMarshaller.writeBulkFinish()
Write the end of a bulk request or response. |
void |
StreamMarshaller.writeBulkOperation(BulkOperation o)
Write a bulk operation to a bulk request or response. |
void |
StreamMarshaller.writeBulkStart(int failOnErrors,
Set<String> schemaURIs)
Write the start of a bulk request or response. |
| Uses of SCIMException in com.unboundid.scim.marshal.json |
|---|
| Methods in com.unboundid.scim.marshal.json that return SCIMException | |
|---|---|
SCIMException |
JsonUnmarshaller.unmarshalError(InputStream inputStream)
Reads a SCIM error response from an input stream. |
| Methods in com.unboundid.scim.marshal.json with parameters of type SCIMException | |
|---|---|
void |
JsonStreamMarshaller.marshal(SCIMException response)
Write a SCIM error response. |
void |
JsonMarshaller.marshal(SCIMException response,
OutputStream outputStream)
Write a SCIM error response to an output stream. |
| Methods in com.unboundid.scim.marshal.json that throw SCIMException | |
|---|---|
void |
JsonStreamMarshaller.bulkMarshal(int failOnErrors,
List<BulkOperation> operations)
Write the content of a SCIM bulk operation request or response. |
void |
JsonMarshaller.bulkMarshal(OutputStream outputStream,
int failOnErrors,
List<BulkOperation> operations)
Write the content of a SCIM bulk operation request or response to an output stream. |
void |
JsonUnmarshaller.bulkUnmarshal(File file,
BulkConfig bulkConfig,
BulkContentHandler handler)
Reads a SCIM bulk request or response from a file. |
void |
JsonUnmarshaller.bulkUnmarshal(InputStream inputStream,
BulkConfig bulkConfig,
BulkContentHandler handler)
Reads a SCIM bulk request or response from an input stream. |
void |
JsonStreamMarshaller.close()
Close the marshaller. |
void |
JsonStreamMarshaller.marshal(BaseResource resource)
Write a SCIM object. |
void |
JsonMarshaller.marshal(BaseResource resource,
OutputStream outputStream)
Write a SCIM object to an output stream. |
void |
JsonStreamMarshaller.marshal(Resources<? extends BaseResource> response)
Write a SCIM query response. |
void |
JsonMarshaller.marshal(Resources<? extends BaseResource> response,
OutputStream outputStream)
Write a SCIM listing response to an output stream. |
void |
JsonStreamMarshaller.marshal(SCIMException response)
Write a SCIM error response. |
void |
JsonMarshaller.marshal(SCIMException response,
OutputStream outputStream)
Write a SCIM error response to an output stream. |
void |
JsonBulkParser.unmarshal()
Reads a SCIM bulk request or response from the input stream. |
void |
JsonStreamMarshaller.writeBulkFinish()
Write the end of a bulk request or response. |
void |
JsonStreamMarshaller.writeBulkOperation(BulkOperation o)
Write a bulk operation to a bulk request or response. |
void |
JsonStreamMarshaller.writeBulkStart(int failOnErrors,
Set<String> schemaURIs)
Write the start of a bulk request or response. |
| Constructors in com.unboundid.scim.marshal.json that throw SCIMException | |
|---|---|
JsonStreamMarshaller(OutputStream outputStream)
Create a JSON marshaller that writes to the given output stream. |
|
| Uses of SCIMException in com.unboundid.scim.marshal.xml |
|---|
| Methods in com.unboundid.scim.marshal.xml that return SCIMException | |
|---|---|
SCIMException |
XmlUnmarshaller.unmarshalError(InputStream inputStream)
Reads a SCIM error response from an input stream. |
| Methods in com.unboundid.scim.marshal.xml with parameters of type SCIMException | |
|---|---|
void |
XmlStreamMarshaller.marshal(SCIMException response)
Write a SCIM error response. |
void |
XmlMarshaller.marshal(SCIMException response,
OutputStream outputStream)
Write a SCIM error response to an output stream. |
| Methods in com.unboundid.scim.marshal.xml that throw SCIMException | |
|---|---|
void |
XmlStreamMarshaller.bulkMarshal(int failOnErrors,
List<BulkOperation> operations)
Write the content of a SCIM bulk operation request or response. |
void |
XmlMarshaller.bulkMarshal(OutputStream outputStream,
int failOnErrors,
List<BulkOperation> operations)
Write the content of a SCIM bulk operation request or response to an output stream. |
void |
XmlUnmarshaller.bulkUnmarshal(File file,
BulkConfig bulkConfig,
BulkContentHandler handler)
Reads a SCIM bulk request or response from a file. |
void |
XmlUnmarshaller.bulkUnmarshal(InputStream inputStream,
BulkConfig bulkConfig,
BulkContentHandler handler)
Reads a SCIM bulk request or response from an input stream. |
void |
XmlStreamMarshaller.close()
Close the marshaller. |
void |
XmlStreamMarshaller.marshal(BaseResource resource)
Write a SCIM object. |
void |
XmlMarshaller.marshal(BaseResource resource,
OutputStream outputStream)
Write a SCIM object to an output stream. |
void |
XmlStreamMarshaller.marshal(Resources<? extends BaseResource> response)
Write a SCIM query response. |
void |
XmlMarshaller.marshal(Resources<? extends BaseResource> resources,
OutputStream outputStream)
Write a SCIM listing response to an output stream. |
void |
XmlStreamMarshaller.marshal(SCIMException response)
Write a SCIM error response. |
void |
XmlMarshaller.marshal(SCIMException response,
OutputStream outputStream)
Write a SCIM error response to an output stream. |
void |
XmlBulkParser.unmarshal()
Reads a SCIM bulk request or response from the input stream. |
void |
XmlStreamMarshaller.writeBulkFinish()
Write the end of a bulk request or response. |
void |
XmlStreamMarshaller.writeBulkOperation(BulkOperation o)
Write a bulk operation to a bulk request or response. |
void |
XmlStreamMarshaller.writeBulkStart(int failOnErrors,
Set<String> schemaURIs)
Write the start of a bulk request or response. |
| Constructors in com.unboundid.scim.marshal.xml that throw SCIMException | |
|---|---|
XmlStreamMarshaller(OutputStream outputStream)
Create a new XML marshaller that writes to the provided output stream. |
|
| Uses of SCIMException in com.unboundid.scim.sdk |
|---|
| Subclasses of SCIMException in com.unboundid.scim.sdk | |
|---|---|
class |
InvalidResourceException
Signals an error while looking up resources and attributes. |
class |
ResourceConflictException
Signals the specified version number does not match the resource's latest version number or a Service Provider refused to create a new, duplicate resource. |
class |
ResourceNotFoundException
Signals the specified resource; e.g., User, does not exist. |
class |
ServerErrorException
Signals an internal error from the service provider. |
class |
UnauthorizedException
Signals an authorization failure from the service provider. |
class |
UnsupportedOperationException
Signals the service provider does not support the requested operation. |
| Methods in com.unboundid.scim.sdk that return SCIMException | |
|---|---|
static SCIMException |
SCIMException.createException(int statusCode,
String errorMessage)
Create the appropriate SCIMException from the provided information. |
| Methods in com.unboundid.scim.sdk that throw SCIMException | |
|---|---|
R |
SCIMEndpoint.create(R resource)
Create the specified resource instance at the service provider. |
R |
SCIMEndpoint.create(R resource,
String... requestedAttributes)
Create the specified resource instance at the service provider and return only the specified attributes from the newly inserted resource. |
void |
SCIMEndpoint.delete(String id)
Delete the resource instance specified by the provided ID. |
void |
SCIMEndpoint.delete(String id,
String etag)
Delete the resource instance specified by the provided ID. |
abstract void |
SCIMBackend.deleteResource(DeleteResourceRequest request)
Delete a specific resource. |
void |
ResourceSchemaBackend.deleteResource(DeleteResourceRequest request)
Delete a specific resource. |
R |
SCIMEndpoint.get(String id)
Retrieves a resource instance given the ID. |
R |
SCIMEndpoint.get(String id,
String etag,
String... requestedAttributes)
Retrieves a resource instance given the ID, only if the current version has been modified. |
abstract BaseResource |
SCIMBackend.getResource(GetResourceRequest request)
Retrieve all or selected attributes of a resource. |
ResourceDescriptor |
ResourceSchemaBackend.getResource(GetResourceRequest request)
Retrieve all or selected attributes of a resource. |
ResourceDescriptor |
SCIMService.getResourceDescriptor(String resourceName,
String schema)
Retrieves the ResourceDescriptor for the specified resource from the SCIM service provider. |
abstract Resources |
SCIMBackend.getResources(GetResourcesRequest request)
Retrieve selected resources. |
Resources |
ResourceSchemaBackend.getResources(GetResourcesRequest request)
Retrieve selected resources. |
ServiceProviderConfig |
SCIMService.getServiceProviderConfig()
Retrieves the Service Provider Config from the SCIM service provider. |
boolean |
BulkContentResponseHandler.handleOperation(int opIndex,
BulkOperation bulkOperation)
Handle an individual operation. |
boolean |
BulkContentHandler.handleOperation(int opIndex,
BulkOperation bulkOperation)
Handle an individual operation. |
SCIMFilter |
FilterParser.parse()
Parse the filter provided in the constructor. |
static SCIMFilter |
SCIMFilter.parse(String filterString)
Parse a filter from its string representation. |
abstract BaseResource |
SCIMBackend.postResource(PostResourceRequest request)
Create a new resource. |
BaseResource |
ResourceSchemaBackend.postResource(PostResourceRequest request)
Create a new resource. |
BulkResponse |
SCIMService.processBulkRequest(List<BulkOperation> operations)
Invoke a bulk request. |
BulkResponse |
SCIMService.processBulkRequest(List<BulkOperation> operations,
int failOnErrors)
Invoke a bulk request. |
BulkResponse |
BulkEndpoint.processRequest(List<BulkOperation> operations,
int failOnErrors)
Retrieves the response to the bulk request. |
abstract BaseResource |
SCIMBackend.putResource(PutResourceRequest request)
Replace the contents of an existing resource. |
BaseResource |
ResourceSchemaBackend.putResource(PutResourceRequest request)
Replace the contents of an existing resource. |
Resources<R> |
SCIMEndpoint.query(String filter)
Retrieves all resource instances that match the provided filter. |
Resources<R> |
SCIMEndpoint.query(String filter,
SortParameters sortParameters,
PageParameters pageParameters,
String... requestedAttributes)
Retrieves all resource instances that match the provided filter. |
R |
SCIMEndpoint.update(R resource)
Update the existing resource with the one provided. |
R |
SCIMEndpoint.update(R resource,
String etag,
String... requestedAttributes)
Update the existing resource with the one provided. |
void |
BulkStreamResponse.writeBulkOperation(BulkOperation o)
Write a bulk operation to the response. |
| Constructors in com.unboundid.scim.sdk that throw SCIMException | |
|---|---|
BulkStreamResponse(SCIMApplication application,
RequestContext requestContext)
Create a new bulk stream response. |
|
| Uses of SCIMException in com.unboundid.scim.wink |
|---|
| Methods in com.unboundid.scim.wink that throw SCIMException | |
|---|---|
void |
SCIMApplication.acquireBulkRequestPermit()
Attempt to acquire a permit to process a bulk request. |
boolean |
BulkContentRequestHandler.handleOperation(int opIndex,
BulkOperation bulkOperation)
Handle an individual operation. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||