| Modifier and Type | Class and Description |
|---|---|
class |
ETag
author Pascal Knueppel
created at: 19.11.2019 - 20:03 this class is used as etag representation |
| Modifier and Type | Class and Description |
|---|---|
class |
BulkRequest
author Pascal Knueppel
created at: 25.10.2019 - 20:34 represents a simple bulk request |
class |
BulkRequestOperation
author Pascal Knueppel
created at: 25.10.2019 - 21:12 Defines operations within a bulk job. |
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 |
PatchRequestOperation
author Pascal Knueppel
created at: 29.10.2019 - 08:32 represents a single operation within a patch request |
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 |
AbstractSchemasHolder
author Pascal Knueppel
created at: 18.10.2019 - 18:52 an abstract implementation that simply adds methods for adding and getting the "schemas"-attribute |
class |
EnterpriseUser
author Pascal Knueppel
created at: 11.10.2019 - 22:54 The following SCIM extension defines attributes commonly used in representing users that belong to, or act on behalf of, a business or enterprise. |
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 |
ScimArrayNode
author Pascal Knueppel
created at: 05.10.2019 - 20:11 |
class |
ScimBooleanNode
author Pascal Knueppel
created at: 05.10.2019 - 20:19 |
class |
ScimDoubleNode
author Pascal Knueppel
created at: 05.10.2019 - 20:19 |
class |
ScimIntNode
author Pascal Knueppel
created at: 05.10.2019 - 20:19 |
class |
ScimLongNode
author Pascal Knueppel
created at: 05.10.2019 - 20:19 |
class |
ScimObjectNode
author Pascal Knueppel
created at: 05.10.2019 - 20:10 |
class |
ScimTextNode
author Pascal Knueppel
created at: 05.10.2019 - 20:19 |
| Modifier and Type | Class and Description |
|---|---|
class |
BulkConfig
author Pascal Knueppel
created at: 18.10.2019 - 10:06 represents the bulk configuration for a ServiceProvider objectA complex type that specifies bulk configuration options. |
class |
ChangePasswordConfig
author Pascal Knueppel
created at: 18.10.2019 - 11:12 A complex type that specifies configuration options related to changing a password. |
class |
ETagConfig
author Pascal Knueppel
created at: 18.10.2019 - 11:12 A complex type that specifies ETag configuration options. |
class |
FilterConfig
author Pascal Knueppel
created at: 18.10.2019 - 10:56 A complex type that specifies FILTER options. |
class |
Manager
author Pascal Knueppel
created at: 11.10.2019 - 12:36 The user's manager. |
class |
Meta
author Pascal Knueppel
created at: 11.10.2019 - 10:19 A complex attribute containing resource metadata. |
class |
Name
author Pascal Knueppel
created at: 11.10.2019 - 10:19 The components of the user's name. |
class |
PatchConfig
author Pascal Knueppel
created at: 18.10.2019 - 11:12 A complex type that specifies PATCH configuration options. |
class |
SortConfig
author Pascal Knueppel
created at: 18.10.2019 - 11:12 A complex type that specifies Sort configuration options. |
| Modifier and Type | Class and Description |
|---|---|
class |
Address
author Pascal Knueppel
created at: 11.10.2019 - 12:36 A physical mailing address for this user. |
class |
AuthenticationScheme
author Pascal Knueppel
created at: 18.10.2019 - 10:41 A multi-valued complex type that specifies supported authentication scheme properties. |
class |
Email
author Pascal Knueppel
created at: 11.10.2019 - 13:13 Email addresses for the User. |
class |
Entitlement
author Pascal Knueppel
created at: 11.10.2019 - 13:15 A list of entitlements for the user that represent a thing the user has. |
class |
GroupNode
author Pascal Knueppel
created at: 11.10.2019 - 13:15 A list of groups to which the user belongs, either through direct membership, through nested groups, or dynamically calculated. |
class |
Ims
author Pascal Knueppel
created at: 11.10.2019 - 13:13 Instant messaging address for the user. |
class |
Member
author Pascal Knueppel
created at: 11.10.2019 - 13:42 A list of members of the Group. |
class |
MultiComplexNode
author Pascal Knueppel
created at: 11.10.2019 - 13:01 Multi-valued attributes contain a list of elements using the JSON array format defined in Section 5 of [RFC7159]. |
class |
PersonRole
author Pascal Knueppel
created at: 11.10.2019 - 13:15 A list of roles for the user that collectively represent who the user is, e.g., "Student", "Faculty". |
class |
PhoneNumber
author Pascal Knueppel
created at: 11.10.2019 - 13:13 Phone numbers for the user. |
class |
Photo
author Pascal Knueppel
created at: 11.10.2019 - 13:14 A URI that is a uniform resource locator (as defined in Section 1.1.3 of [RFC3986]) that points to a resource location representing the user's image. |
class |
ScimX509Certificate
author Pascal Knueppel
created at: 11.10.2019 - 13:16 A list of certificates associated with the resource (e.g., a User). |
| Modifier and Type | Class and Description |
|---|---|
class |
BulkResponse
author Pascal Knueppel
created at: 25.10.2019 - 20:34 represents a simple bulk response |
class |
BulkResponseOperation
author Pascal Knueppel
created at: 25.10.2019 - 21:12 Defines operations within a bulk job. |
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 |
class |
SchemaAttribute
holds the data of an attribute definition from a schema type document
|
Copyright © 2020. All rights reserved.