| Package | Description |
|---|---|
| com.unboundid.scim2.server.utils |
SCIM 2 service provider utility classes, including classes that enforce
schema, classes for manipulating search results, and classes for processing
resources.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceTypeDefinition |
ResourceTypeDefinition.Builder.build()
Build the ResourceTypeDefinition.
|
static ResourceTypeDefinition |
ResourceTypeDefinition.fromJaxRsResource(Class<?> resource)
Create a new instance representing the resource type implemented by a
root JAX-RS resource class.
|
| Constructor and Description |
|---|
ResourceComparator(com.unboundid.scim2.common.Path sortBy,
ResourceTypeDefinition resourceType)
Create a new ScimComparator that will sort in ascending order.
|
ResourceComparator(com.unboundid.scim2.common.Path sortBy,
com.unboundid.scim2.common.messages.SortOrder sortOrder,
ResourceTypeDefinition resourceType)
Create a new ScimComparator.
|
ResourceDiff(ResourceTypeDefinition resourceTypeDefinition)
Construct a ResourceDiff instance.
|
ResourcePreparer(ResourceTypeDefinition resourceType,
javax.ws.rs.core.UriInfo requestUriInfo)
Create a new ResourcePreparer for preparing returned resources for a
SCIM operation.
|
SchemaAwareFilterEvaluator(ResourceTypeDefinition resourceType)
Create a new schema aware filter evaluator.
|
SchemaChecker(ResourceTypeDefinition resourceType)
Create a new instance that may be used to validate and enforce schema
constraints for a resource type.
|
ScimResourceTrimmer(ResourceTypeDefinition resourceType,
Set<com.unboundid.scim2.common.Path> requestAttributes,
Set<com.unboundid.scim2.common.Path> queryAttributes,
boolean excluded)
Create a new SCIMResourceTrimmer.
|
SimpleSearchResults(ResourceTypeDefinition resourceType,
javax.ws.rs.core.UriInfo uriInfo)
Create a new SimpleSearchResults for results from a search operation.
|
Copyright © 2015–2018 Ping Identity Corporation. All rights reserved.