| Package | Description |
|---|---|
| de.captaingoldfish.scim.sdk.server.endpoints.base | |
| de.captaingoldfish.scim.sdk.server.schemas | |
| de.captaingoldfish.scim.sdk.server.utils |
| Constructor and Description |
|---|
ResourceTypeEndpointDefinition(ResourceTypeFactory resourceTypeFactory) |
SchemaEndpointDefinition(ResourceTypeFactory resourceTypeFactory) |
| Modifier and Type | Method and Description |
|---|---|
static com.fasterxml.jackson.databind.JsonNode |
SchemaValidator.validateDocumentForResponse(ResourceTypeFactory resourceTypeFactory,
ResourceType resourceType,
com.fasterxml.jackson.databind.JsonNode document,
com.fasterxml.jackson.databind.JsonNode validatedRequest,
String attributes,
String excludedAttributes)
will validate an outgoing document against its main schema and all its extensions.
|
| Constructor and Description |
|---|
SchemaFactory(ResourceTypeFactory resourceTypeFactory)
this constructor will register the default schemas defined by RFC7643
|
| Modifier and Type | Method and Description |
|---|---|
static UriInfos |
UriInfos.getRequestUrlInfos(ResourceTypeFactory resourceTypeFactory,
String requestUrl,
HttpMethod httpMethod,
Map<String,String> httpHeaders)
resolves the request uri to individual information's that are necessary to resolve the request
|
Copyright © 2019. All rights reserved.