See: Description
| Class | Description |
|---|---|
| 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.
|
| RuntimeExceptionMapper |
A JAX-RS ExceptionMapper for to convert standard WebApplicationExceptions to
SCIM ErrorResponses.
|
| ScimExceptionMapper |
A JAX-RS ExceptionMapper for ScimExceptions.
|
Copyright © 2015–2018 Ping Identity Corporation. All rights reserved.