A B C D E F G H I L M O P Q R S T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- accept(String...) - Method in class com.unboundid.scim2.client.requests.RequestBuilder
-
Sets the media type(s) that are acceptable as a return from the server.
- addOperation(PatchOperation) - Method in class com.unboundid.scim2.client.requests.ModifyRequestBuilder
-
Add a new patch operation this this patch request.
- addValues(Path, Object...) - Method in class com.unboundid.scim2.client.requests.ModifyRequestBuilder
-
Add values to the multi-valued attribute specified by the path.
- addValues(Path, Collection<?>) - Method in class com.unboundid.scim2.client.requests.ModifyRequestBuilder
-
Add values to the multi-valued attribute specified by the path.
- addValues(String, Object...) - Method in class com.unboundid.scim2.client.requests.ModifyRequestBuilder
-
Add values to the multi-valued attribute specified by the path.
- addValues(String, Collection<?>) - Method in class com.unboundid.scim2.client.requests.ModifyRequestBuilder
-
Add values to the multi-valued attribute specified by the path.
- attributes - Variable in class com.unboundid.scim2.client.requests.ResourceReturningRequestBuilder
-
The attribute list of include or exclude.
- attributes(String...) - Method in class com.unboundid.scim2.client.requests.ResourceReturningRequestBuilder
-
Specifies a multi-valued list of strings indicating the names of resource attributes to return in the response overriding the set of attributes that would be returned by default.
B
- build() - Method in class com.unboundid.scim2.client.requests.ListResponseBuilder
-
Builds a List Response.
C
- com.unboundid.scim2.client - package com.unboundid.scim2.client
-
Client classes for accessing SCIM 2 resources.
- com.unboundid.scim2.client.requests - package com.unboundid.scim2.client.requests
-
Classes for building SCIM 2 requests.
- contentType(String) - Method in class com.unboundid.scim2.client.requests.RequestBuilder
-
Sets the media type for any content sent to the server.
- create(String, T) - Method in interface com.unboundid.scim2.client.ScimInterface
-
Create the provided new SCIM resource at the service provider.
- create(String, T) - Method in class com.unboundid.scim2.client.ScimService
-
Create the provided new SCIM resource at the service provider.
- createRequest(String, T) - Method in class com.unboundid.scim2.client.ScimService
-
Build a request to create the provided new SCIM resource at the service provider.
- CreateRequestBuilder<T extends ScimResource> - Class in com.unboundid.scim2.client.requests
-
A builder for SCIM create requests.
- CreateRequestBuilder(WebTarget, T) - Constructor for class com.unboundid.scim2.client.requests.CreateRequestBuilder
-
Create a new SCIM create request builder that will POST the given resource to the given web target.
D
- delete(String, String) - Method in interface com.unboundid.scim2.client.ScimInterface
-
Delete a SCIM resource at the service provider.
- delete(String, String) - Method in class com.unboundid.scim2.client.ScimService
-
Delete a SCIM resource at the service provider.
- delete(URI) - Method in class com.unboundid.scim2.client.ScimService
-
Delete a SCIM resource at the service provider.
- delete(T) - Method in interface com.unboundid.scim2.client.ScimInterface
-
Delete a SCIM resource at the service provider.
- delete(T) - Method in class com.unboundid.scim2.client.ScimService
-
Delete a SCIM resource at the service provider.
- deleteRequest(String, String) - Method in class com.unboundid.scim2.client.ScimService
-
Build a request to delete a SCIM resource at the service provider.
- deleteRequest(URI) - Method in class com.unboundid.scim2.client.ScimService
-
Build a request to delete a SCIM resource at the service provider.
- deleteRequest(T) - Method in class com.unboundid.scim2.client.ScimService
-
Build a request to delete a SCIM resource at the service provider.
- DeleteRequestBuilder - Class in com.unboundid.scim2.client.requests
-
A builder for SCIM delete requests.
- DeleteRequestBuilder(WebTarget) - Constructor for class com.unboundid.scim2.client.requests.DeleteRequestBuilder
-
Create a new DeleteRequestBuilder.
E
- excluded - Variable in class com.unboundid.scim2.client.requests.ResourceReturningRequestBuilder
-
Whether the attribute list is for excluded attributes.
- excludedAttributes(String...) - Method in class com.unboundid.scim2.client.requests.ResourceReturningRequestBuilder
-
Specifies a multi-valued list of strings indicating the names of resource attributes to be removed from the default set of attributes to return.
- extension(String, ObjectNode) - Method in class com.unboundid.scim2.client.requests.ListResponseBuilder
-
Handle a schema extension in the search response.
- extension(String, ObjectNode) - Method in interface com.unboundid.scim2.client.SearchResultHandler
-
Handle a schema extension in the search response.
F
- filter(String) - Method in class com.unboundid.scim2.client.requests.SearchRequestBuilder
-
Request filtering of resources.
G
- 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.
H
- header(String, Object...) - Method in class com.unboundid.scim2.client.requests.RequestBuilder
-
Add an arbitrary HTTP header to the request.
- headers - Variable in class com.unboundid.scim2.client.requests.RequestBuilder
-
Arbitrary request headers.
I
- 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() - Method in class com.unboundid.scim2.client.requests.ReplaceRequestBuilder
-
Replace the resource only if the resource has not been modified from the resource provided.
- 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(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.
- 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() - 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() - Method in class com.unboundid.scim2.client.requests.ReplaceRequestBuilder
-
Invoke the SCIM replace request.
- invoke() - Method in class com.unboundid.scim2.client.requests.RetrieveRequestBuilder.Generic
-
Invoke the SCIM retrieve request.
- invoke(SearchResultHandler<T>, Class<T>) - Method in class com.unboundid.scim2.client.requests.SearchRequestBuilder
-
Invoke the SCIM retrieve request using GET.
- invoke(Class<C>) - 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.ModifyRequestBuilder.Generic
-
Invoke the SCIM modify request.
- invoke(Class<C>) - Method in class com.unboundid.scim2.client.requests.ReplaceRequestBuilder
-
Invoke the SCIM modify 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.ModifyRequestBuilder.Typed
-
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.
- invokePost(SearchResultHandler<T>, Class<T>) - Method in class com.unboundid.scim2.client.requests.SearchRequestBuilder
-
Invoke the SCIM retrieve request using POST.
- invokePost(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.
L
- ListResponseBuilder<T> - Class in com.unboundid.scim2.client.requests
-
A builder for ListResponses that is also a SearchResultHandler implementation.
- ListResponseBuilder() - Constructor for class com.unboundid.scim2.client.requests.ListResponseBuilder
M
- 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(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 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 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.
O
- operations - Variable in class com.unboundid.scim2.client.requests.ModifyRequestBuilder
-
The list of patch operations to include in the request.
P
- page(int, int) - Method in class com.unboundid.scim2.client.requests.SearchRequestBuilder
-
Request pagination of resources.
Q
- queryParam(String, Object...) - Method in class com.unboundid.scim2.client.requests.RequestBuilder
-
Add an arbitrary query parameter to the request.
- queryParams - Variable in class com.unboundid.scim2.client.requests.RequestBuilder
-
Arbitrary query parameters.
R
- removeValues(Path) - Method in class com.unboundid.scim2.client.requests.ModifyRequestBuilder
-
Remove all values of the attribute specified by the path.
- removeValues(String) - 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(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).
- 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).
- 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.
- 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(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.
- 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(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 interface com.unboundid.scim2.client.ScimInterface
-
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.
S
- 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.
T
- target() - Method in class com.unboundid.scim2.client.requests.RequestBuilder
-
Returns the unbuilt WebTarget for the request.
- totalResults(int) - Method in class com.unboundid.scim2.client.requests.ListResponseBuilder
-
Handle the totalResults in the search response.
- totalResults(int) - Method in interface com.unboundid.scim2.client.SearchResultHandler
-
Handle the totalResults in the search response.
- Typed(WebTarget) - Constructor for class com.unboundid.scim2.client.requests.ModifyRequestBuilder.Typed
-
Create a new generic modify request builder.
- Typed(WebTarget) - Constructor for class com.unboundid.scim2.client.requests.RetrieveRequestBuilder.Typed
-
Create a new generic retrieve request builder.
V
- version - Variable in class com.unboundid.scim2.client.requests.ModifyRequestBuilder
-
The version to match.
- version - Variable in class com.unboundid.scim2.client.requests.RetrieveRequestBuilder
-
The version to match.
All Classes All Packages