| Modifier and Type | Class and Description |
|---|---|
class |
BulkRequest
author Pascal Knueppel
created at: 25.10.2019 - 20:34 represents a simple bulk request |
class |
PatchOpRequest
author Pascal Knueppel
created at: 29.10.2019 - 08:31 HTTP PATCH is an OPTIONAL server function that enables clients to update one or more attributes of a SCIM resource using a sequence of operations to "add", "remove", or "replace" values.Clients may discover service provider support for PATCH by querying the service provider configuration |
class |
SearchRequest
author Pascal Knueppel
created at: 18.10.2019 - 18:39 represents a search request that is used on .search requests |
| Modifier and Type | Class and Description |
|---|---|
class |
Group
author Pascal Knueppel
created at: 07.10.2019 - 23:22 SCIM provides a schema for representing groups, identified using the following schema URI: "urn:ietf:params:scim:schemas:core:2.0:Group". |
class |
ResourceNode
author Pascal Knueppel
created at: 11.10.2019 - 11:23 Each SCIM resource (Users, Groups, etc.) includes the following common attributes. |
class |
ServiceProvider
author Pascal Knueppel
created at: 18.10.2019 - 09:39 SCIM provides a schema for representing the service provider's configuration, identified using the following schema URI: "urn:ietf:params:scim:schemas:core:2.0:ServiceProviderConfig". |
class |
User
author Pascal Knueppel
created at: 07.10.2019 - 23:22 SCIM provides a resource type for "User" resources. |
| Modifier and Type | Class and Description |
|---|---|
class |
BulkResponse
author Pascal Knueppel
created at: 25.10.2019 - 20:34 represents a simple bulk response |
class |
CreateResponse
author Pascal Knueppel
created at: 14.10.2019 - 14:49 represents a creation response |
class |
DeleteResponse
author Pascal Knueppel
created at: 14.10.2019 - 20:09 represents an update response object |
class |
ErrorResponse
author Pascal Knueppel
created at: 14.10.2019 - 20:58 represents a SCIM error response |
class |
GetResponse
author Pascal Knueppel
created at: 14.10.2019 - 20:09 represents a get response object |
class |
ListResponse<T extends ScimObjectNode>
author Pascal Knueppel
created at: 17.10.2019 - 22:04 represents a list response |
class |
ScimResponse
author Pascal Knueppel
created at: 03.10.2019 - 19:29 The abstract implementation for all responses created by this framework |
class |
UpdateResponse
author Pascal Knueppel
created at: 14.10.2019 - 20:09 represents an update response object |
| Modifier and Type | Class and Description |
|---|---|
class |
Schema
author Pascal Knueppel
created at: 03.10.2019 - 13:24 this class will represent a SCIM schema definition |
Copyright © 2020. All rights reserved.