| Package | Description |
|---|---|
| de.captaingoldfish.scim.sdk.server.endpoints | |
| de.captaingoldfish.scim.sdk.server.endpoints.handler |
| Modifier and Type | Method and Description |
|---|---|
abstract PartialListResponse<T> |
ResourceHandler.listResources(long startIndex,
int count,
FilterNode filter,
SchemaAttribute sortBy,
SortOrder sortOrder,
List<SchemaAttribute> attributes,
List<SchemaAttribute> excludedAttributes,
Authorization authorization)
queries several resources based on the following values
|
| Modifier and Type | Method and Description |
|---|---|
PartialListResponse |
ResourceTypeHandler.listResources(long startIndex,
int count,
FilterNode filter,
SchemaAttribute sortBy,
SortOrder sortOrder,
List<SchemaAttribute> attributes,
List<SchemaAttribute> excludedAttributes,
Authorization authorization)
queries several resources based on the following values
|
PartialListResponse<Schema> |
SchemaHandler.listResources(long startIndex,
int count,
FilterNode filter,
SchemaAttribute sortBy,
SortOrder sortOrder,
List<SchemaAttribute> attributes,
List<SchemaAttribute> excludedAttributes,
Authorization authorization)
queries several resources based on the following values
|
PartialListResponse |
ServiceProviderHandler.listResources(long startIndex,
int count,
FilterNode filter,
SchemaAttribute sortBy,
SortOrder sortOrder,
List<SchemaAttribute> attributes,
List<SchemaAttribute> excludedAttributes,
Authorization authorization)
listing of service provider configurations not supported
|
Copyright © 2019. All rights reserved.