All Classes
-
All Classes Class Summary Enum Summary Annotation Types Summary Class Description AbstractServiceProviderConfigEndpoint An abstract JAX-RS resource class for servicing the Service Provider Config endpoint.AuthenticatedSubjectAliasFilter A ContainerRequestFilter implementation to resolve the /Me alias to the path of the resource that represents the authenticated subject.DefaultContentTypeFilter A ContainerRequestFilter implementation to set the content type header of POST, PUT, and PATCH requests to "application/scim+json" if the header is missing.DotSearchFilter A ContainerRequestFilter implementation to convert a search request using HTTP POST combine with the ".search" path extension to a regular search using HTTP GET.JsonProcessingExceptionMapper A JAX-RS ExceptionMapper for to convert Jackson JsonProcessingException to SCIM ErrorResponses.ListResponseStreamingOutput<T extends ScimResource> Interface for streaming list/query results using the ListResponse container.ListResponseWriter<T extends ScimResource> An interface for writing list/query results using the SCIM ListResponse container to an OutputStream.PATCH Indicates that the annotated method responds to HTTP PATCH requests.ResourceComparator<T extends ScimResource> A comparator implementation that could be used to compare POJOs representing SCIM resources using the SCIM sorting parameters.ResourceDiff This class can be used to calculate the diffs between two SCIM resources for the purpose of building a set of patch operations.ResourcePreparer<T extends ScimResource> Utility to prepare a resource to return to the client.ResourceTrimmer An abstract class which may be implemented to trim resources down to selected attributes.ResourceType Annotation for SCIM resource classes.ResourceTypeDefinition Declaration of a resource type including all schemas.ResourceTypeDefinition.Builder Builder for creating a ResourceTypeDefinition.ResourceTypesEndpoint An abstract JAX-RS resource class for servicing the Resource Types endpoint.RuntimeExceptionMapper A JAX-RS ExceptionMapper for to convert standard WebApplicationExceptions to SCIM ErrorResponses.SchemaAwareFilterEvaluator A schema aware filter evaluator that respects case sensitivity.SchemaChecker Utility class used to validate and enforce the schema constraints of a Resource Type on JSON objects representing SCIM resources.SchemaChecker.Option Enumeration that defines options affecting the way schema checking is performed.SchemaChecker.Results Schema checking results.SchemaCheckFilterVisitor Filter visitor to check attribute paths against the schema.SchemasEndpoint An abstract JAX-RS resource class for servicing the Schemas endpoint.ScimExceptionMapper A JAX-RS ExceptionMapper for ScimExceptions.ScimResourceTrimmer A resource trimmer implementing the SCIM standard for returning attributes.ServerUtils Utility methods for server side use.SimpleSearchResults<T extends ScimResource> A utility ListResponseStreamingOutput that will filter, sort, and paginate the search results for simple search implementations that always returns the entire result set.