- Generic(WebTarget, T) - Constructor for class com.unboundid.scim2.client.requests.ModifyRequestBuilder.Generic
-
Create a new generic modify request builder.
- Generic(WebTarget, T) - Constructor for class com.unboundid.scim2.client.requests.RetrieveRequestBuilder.Generic
-
Create a new generic retrieve request builder.
- getAccept() - Method in class com.unboundid.scim2.client.requests.RequestBuilder
-
Gets the media type(s) that are acceptable as a return from the server.
- getContentType() - Method in class com.unboundid.scim2.client.requests.RequestBuilder
-
Gets the media type for any content sent to the server.
- getResourceType(String) - Method in interface com.unboundid.scim2.client.ScimInterface
-
Retrieve a known resource type supported by the service provider.
- getResourceType(String) - Method in class com.unboundid.scim2.client.ScimService
-
Retrieve a known resource type supported by the service provider.
- getResourceTypes() - Method in interface com.unboundid.scim2.client.ScimInterface
-
Retrieve the resource types supported by the service provider.
- getResourceTypes() - Method in class com.unboundid.scim2.client.ScimService
-
Retrieve the resource types supported by the service provider.
- getSchema(String) - Method in interface com.unboundid.scim2.client.ScimInterface
-
Retrieve a known schema supported by the service provider.
- getSchema(String) - Method in class com.unboundid.scim2.client.ScimService
-
Retrieve a known schema supported by the service provider.
- getSchemas() - Method in interface com.unboundid.scim2.client.ScimInterface
-
Retrieve the schemas supported by the service provider.
- getSchemas() - Method in class com.unboundid.scim2.client.ScimService
-
Retrieve the schemas supported by the service provider.
- getServiceProviderConfig() - Method in interface com.unboundid.scim2.client.ScimInterface
-
Retrieve the service provider configuration.
- getServiceProviderConfig() - Method in class com.unboundid.scim2.client.ScimService
-
Retrieve the service provider configuration.
- ifMatch(String) - Method in class com.unboundid.scim2.client.requests.DeleteRequestBuilder
-
Delete the resource only if the resource has not been modified since the
provided version.
- ifMatch() - Method in class com.unboundid.scim2.client.requests.ModifyRequestBuilder.Generic
-
Modify the resource only if the resource has not been modified from the
resource provided.
- ifMatch(String) - Method in class com.unboundid.scim2.client.requests.ModifyRequestBuilder.Typed
-
Modify the resource only if the resource has not been modified since the
provided version.
- ifMatch() - Method in class com.unboundid.scim2.client.requests.ReplaceRequestBuilder
-
Replace the resource only if the resource has not been modified from the
resource provided.
- ifNoneMatch() - Method in class com.unboundid.scim2.client.requests.RetrieveRequestBuilder.Generic
-
Retrieve the resource only if the resource has been modified from the
resource provided.
- ifNoneMatch(String) - Method in class com.unboundid.scim2.client.requests.RetrieveRequestBuilder.Typed
-
Retrieve the resource only if the resource has been modified since the
provided version.
- invoke() - Method in class com.unboundid.scim2.client.requests.CreateRequestBuilder
-
Invoke the SCIM create request.
- invoke(Class<C>) - Method in class com.unboundid.scim2.client.requests.CreateRequestBuilder
-
Invoke the SCIM create request.
- invoke() - Method in class com.unboundid.scim2.client.requests.DeleteRequestBuilder
-
Invoke the SCIM delete request.
- invoke() - Method in class com.unboundid.scim2.client.requests.ModifyRequestBuilder.Generic
-
Invoke the SCIM modify request.
- invoke(Class<C>) - Method in class com.unboundid.scim2.client.requests.ModifyRequestBuilder.Generic
-
Invoke the SCIM modify request.
- invoke(Class<T>) - Method in class com.unboundid.scim2.client.requests.ModifyRequestBuilder.Typed
-
Invoke the SCIM modify request.
- invoke() - Method in class com.unboundid.scim2.client.requests.ReplaceRequestBuilder
-
Invoke the SCIM replace request.
- invoke(Class<C>) - Method in class com.unboundid.scim2.client.requests.ReplaceRequestBuilder
-
Invoke the SCIM modify request.
- invoke() - Method in class com.unboundid.scim2.client.requests.RetrieveRequestBuilder.Generic
-
Invoke the SCIM retrieve request.
- invoke(Class<C>) - Method in class com.unboundid.scim2.client.requests.RetrieveRequestBuilder.Generic
-
Invoke the SCIM modify request.
- invoke(Class<T>) - Method in class com.unboundid.scim2.client.requests.RetrieveRequestBuilder.Typed
-
Invoke the SCIM retrieve request.
- invoke(Class<T>) - Method in class com.unboundid.scim2.client.requests.SearchRequestBuilder
-
Invoke the SCIM retrieve request using GET.
- invoke(SearchResultHandler<T>, Class<T>) - Method in class com.unboundid.scim2.client.requests.SearchRequestBuilder
-
Invoke the SCIM retrieve request using GET.
- invokePost(Class<T>) - Method in class com.unboundid.scim2.client.requests.SearchRequestBuilder
-
Invoke the SCIM retrieve request using POST.
- invokePost(SearchResultHandler<T>, Class<T>) - Method in class com.unboundid.scim2.client.requests.SearchRequestBuilder
-
Invoke the SCIM retrieve request using POST.
- itemsPerPage(int) - Method in class com.unboundid.scim2.client.requests.ListResponseBuilder
-
Handle the itemsPerPage in the search response.
- itemsPerPage(int) - Method in interface com.unboundid.scim2.client.SearchResultHandler
-
Handle the itemsPerPage in the search response.
- ME_URI - Static variable in class com.unboundid.scim2.client.ScimService
-
The authenticated subject alias.
- MEDIA_TYPE_SCIM_TYPE - Static variable in class com.unboundid.scim2.client.ScimService
-
The SCIM media type.
- modify(String, String, PatchRequest, Class<T>) - Method in interface com.unboundid.scim2.client.ScimInterface
-
Modify a SCIM resource by updating one or more attributes using a sequence
of operations to "add", "remove", or "replace" values.
- modify(T, PatchRequest) - Method in interface com.unboundid.scim2.client.ScimInterface
-
Modify a SCIM resource by updating one or more attributes using a sequence
of operations to "add", "remove", or "replace" values.
- modify(String, String, PatchRequest, Class<T>) - Method in class com.unboundid.scim2.client.ScimService
-
Modify a SCIM resource by updating one or more attributes using a sequence
of operations to "add", "remove", or "replace" values.
- modify(T, PatchRequest) - Method in class com.unboundid.scim2.client.ScimService
-
Modify a SCIM resource by updating one or more attributes using a sequence
of operations to "add", "remove", or "replace" values.
- modifyRequest(String, String) - Method in class com.unboundid.scim2.client.ScimService
-
Modify a SCIM resource by updating one or more attributes using a sequence
of operations to "add", "remove", or "replace" values.
- modifyRequest(URI) - Method in class com.unboundid.scim2.client.ScimService
-
Modify a SCIM resource by updating one or more attributes using a sequence
of operations to "add", "remove", or "replace" values.
- modifyRequest(T) - Method in class com.unboundid.scim2.client.ScimService
-
Modify a SCIM resource by updating one or more attributes using a sequence
of operations to "add", "remove", or "replace" values.
- ModifyRequestBuilder<T extends ModifyRequestBuilder<T>> - Class in com.unboundid.scim2.client.requests
-
A builder for SCIM modify requests.
- ModifyRequestBuilder.Generic<T extends ScimResource> - Class in com.unboundid.scim2.client.requests
-
A builder for SCIM modify requests for where the returned resource POJO
type will be the same as the original.
- ModifyRequestBuilder.Typed - Class in com.unboundid.scim2.client.requests
-
A builder for SCIM modify requests for where the returned resource POJO
type will be provided.
- removeValues(String) - Method in class com.unboundid.scim2.client.requests.ModifyRequestBuilder
-
Remove all values of the attribute specified by the path.
- removeValues(Path) - Method in class com.unboundid.scim2.client.requests.ModifyRequestBuilder
-
Remove all values of the attribute specified by the path.
- replace(T) - Method in interface com.unboundid.scim2.client.ScimInterface
-
Modify a SCIM resource by replacing the resource's attributes at the
service provider.
- replace(T) - Method in class com.unboundid.scim2.client.ScimService
-
Modify a SCIM resource by replacing the resource's attributes at the
service provider.
- replaceRequest(URI, T) - Method in class com.unboundid.scim2.client.ScimService
-
Build a request to modify a SCIM resource by replacing the resource's
attributes at the service provider.
- replaceRequest(T) - Method in class com.unboundid.scim2.client.ScimService
-
Build a request to modify a SCIM resource by replacing the resource's
attributes at the service provider.
- ReplaceRequestBuilder<T extends ScimResource> - Class in com.unboundid.scim2.client.requests
-
A builder for SCIM replace requests.
- ReplaceRequestBuilder(WebTarget, T) - Constructor for class com.unboundid.scim2.client.requests.ReplaceRequestBuilder
-
Create a new replace request builder.
- replaceValue(String, Object) - Method in class com.unboundid.scim2.client.requests.ModifyRequestBuilder
-
Set value of the attribute specified by the path, replacing any existing
value(s).
- replaceValue(Path, Object) - Method in class com.unboundid.scim2.client.requests.ModifyRequestBuilder
-
Set value of the attribute specified by the path, replacing any existing
value(s).
- replaceValues(String, Collection<Object>) - Method in class com.unboundid.scim2.client.requests.ModifyRequestBuilder
-
Set values of the attribute specified by the path, replacing any existing
values.
- replaceValues(Path, Collection<Object>) - Method in class com.unboundid.scim2.client.requests.ModifyRequestBuilder
-
Set values of the attribute specified by the path, replacing any existing
values.
- replaceValues(String, Object...) - Method in class com.unboundid.scim2.client.requests.ModifyRequestBuilder
-
Set values of the attribute specified by the path, replacing any existing
values.
- replaceValues(Path, Object...) - Method in class com.unboundid.scim2.client.requests.ModifyRequestBuilder
-
Set values of the attribute specified by the path, replacing any existing
values.
- RequestBuilder<T extends RequestBuilder> - Class in com.unboundid.scim2.client.requests
-
Abstract SCIM request builder.
- resource(T) - Method in class com.unboundid.scim2.client.requests.ListResponseBuilder
-
Handle a search result resource.
- resource(T) - Method in interface com.unboundid.scim2.client.SearchResultHandler
-
Handle a search result resource.
- ResourceReturningRequestBuilder<T extends ResourceReturningRequestBuilder> - Class in com.unboundid.scim2.client.requests
-
Abstract SCIM request builder for resource returning requests.
- retrieve(String, String, Class<T>) - Method in interface com.unboundid.scim2.client.ScimInterface
-
Retrieve a known SCIM resource from the service provider.
- retrieve(T) - Method in interface com.unboundid.scim2.client.ScimInterface
-
Retrieve a known SCIM resource from the service provider.
- retrieve(String, String, Class<T>) - Method in class com.unboundid.scim2.client.ScimService
-
Retrieve a known SCIM resource from the service provider.
- retrieve(URI, Class<T>) - Method in class com.unboundid.scim2.client.ScimService
-
Retrieve a known SCIM resource from the service provider.
- retrieve(T) - Method in class com.unboundid.scim2.client.ScimService
-
Retrieve a known SCIM resource from the service provider.
- retrieveRequest(String, String) - Method in class com.unboundid.scim2.client.ScimService
-
Build a request to retrieve a known SCIM resource from the service
provider.
- retrieveRequest(URI) - Method in class com.unboundid.scim2.client.ScimService
-
Build a request to retrieve a known SCIM resource from the service
provider.
- retrieveRequest(T) - Method in class com.unboundid.scim2.client.ScimService
-
Build a request to retrieve a known SCIM resource from the service
provider.
- RetrieveRequestBuilder<T extends RetrieveRequestBuilder<T>> - Class in com.unboundid.scim2.client.requests
-
A builder for SCIM retrieve requests.
- RetrieveRequestBuilder.Generic<T extends ScimResource> - Class in com.unboundid.scim2.client.requests
-
A builder for SCIM retrieve requests for where the returned resource POJO
type will be the same as the original.
- RetrieveRequestBuilder.Typed - Class in com.unboundid.scim2.client.requests
-
A builder for SCIM retrieve requests for where the returned resource POJO
type will be provided.
- ScimInterface - Interface in com.unboundid.scim2.client
-
Interface providing a way to create, retrieve, update and delete
SCIM resources.
- ScimService - Class in com.unboundid.scim2.client
-
The main entry point to the client API used to access a SCIM 2 service
provider.
- ScimService(WebTarget) - Constructor for class com.unboundid.scim2.client.ScimService
-
Create a new client instance to the SCIM 2 service provider at the
provided WebTarget.
- ScimServiceException - Exception in com.unboundid.scim2.client
-
This exception is thrown when problems occur in the ScimService.
- ScimServiceException(int, String, Throwable) - Constructor for exception com.unboundid.scim2.client.ScimServiceException
-
Create a new ScimServiceException from the provided information.
- search(String, String, Class<T>) - Method in interface com.unboundid.scim2.client.ScimInterface
-
Search for SCIM resources matching the SCIM filter provided.
- search(String, String, Class<T>) - Method in class com.unboundid.scim2.client.ScimService
-
Search for SCIM resources matching the SCIM filter provided.
- searchRequest(String) - Method in class com.unboundid.scim2.client.ScimService
-
Build a request to query and retrieve resources of a single resource type
from the service provider.
- SearchRequestBuilder - Class in com.unboundid.scim2.client.requests
-
A builder for SCIM search requests.
- SearchRequestBuilder(WebTarget) - Constructor for class com.unboundid.scim2.client.requests.SearchRequestBuilder
-
Create a new search request builder.
- SearchResultHandler<T> - Interface in com.unboundid.scim2.client
-
An interface for handling the search result response.
- sort(String, SortOrder) - Method in class com.unboundid.scim2.client.requests.SearchRequestBuilder
-
Request sorting of resources.
- startIndex(int) - Method in class com.unboundid.scim2.client.requests.ListResponseBuilder
-
Handle the startIndex in the search response.
- startIndex(int) - Method in interface com.unboundid.scim2.client.SearchResultHandler
-
Handle the startIndex in the search response.