Uses of Interface
de.captaingoldfish.scim.sdk.common.resources.base.ScimNode
-
-
Uses of ScimNode in de.captaingoldfish.scim.sdk.common.etag
Classes in de.captaingoldfish.scim.sdk.common.etag that implement ScimNode Modifier and Type Class Description classETagauthor Pascal Knueppel
created at: 19.11.2019 - 20:03
this class is used as etag representation -
Uses of ScimNode in de.captaingoldfish.scim.sdk.common.request
Classes in de.captaingoldfish.scim.sdk.common.request that implement ScimNode Modifier and Type Class Description classBulkRequestauthor Pascal Knueppel
created at: 25.10.2019 - 20:34
represents a simple bulk requestclassBulkRequestOperationauthor Pascal Knueppel
created at: 25.10.2019 - 21:12
Defines operations within a bulk job.classPatchOpRequestauthor 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 configurationclassPatchRequestOperationauthor Pascal Knueppel
created at: 29.10.2019 - 08:32
represents a single operation within a patch requestclassSearchRequestauthor Pascal Knueppel
created at: 18.10.2019 - 18:39
represents a search request that is used on .search requests -
Uses of ScimNode in de.captaingoldfish.scim.sdk.common.resources
Classes in de.captaingoldfish.scim.sdk.common.resources that implement ScimNode Modifier and Type Class Description classAbstractSchemasHolderauthor Pascal Knueppel
created at: 18.10.2019 - 18:52
an abstract implementation that simply adds methods for adding and getting the "schemas"-attributeclassEnterpriseUserauthor 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.classGroupauthor 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".classResourceNodeauthor Pascal Knueppel
created at: 11.10.2019 - 11:23
Each SCIM resource (Users, Groups, etc.) includes the following common attributes.classServiceProviderauthor 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".classUserauthor Pascal Knueppel
created at: 07.10.2019 - 23:22
SCIM provides a resource type for "User" resources. -
Uses of ScimNode in de.captaingoldfish.scim.sdk.common.resources.base
Classes in de.captaingoldfish.scim.sdk.common.resources.base that implement ScimNode Modifier and Type Class Description classScimArrayNodeauthor Pascal Knueppel
created at: 05.10.2019 - 20:11
classScimBooleanNodeauthor Pascal Knueppel
created at: 05.10.2019 - 20:19
classScimDoubleNodeauthor Pascal Knueppel
created at: 05.10.2019 - 20:19
classScimIntNodeauthor Pascal Knueppel
created at: 05.10.2019 - 20:19
classScimLongNodeauthor Pascal Knueppel
created at: 05.10.2019 - 20:19
classScimObjectNodeauthor Pascal Knueppel
created at: 05.10.2019 - 20:10
classScimTextNodeauthor Pascal Knueppel
created at: 05.10.2019 - 20:19
-
Uses of ScimNode in de.captaingoldfish.scim.sdk.common.resources.complex
Classes in de.captaingoldfish.scim.sdk.common.resources.complex that implement ScimNode Modifier and Type Class Description classBulkConfigauthor Pascal Knueppel
created at: 18.10.2019 - 10:06
represents the bulk configuration for aServiceProviderobject
A complex type that specifies bulk configuration options.classChangePasswordConfigauthor Pascal Knueppel
created at: 18.10.2019 - 11:12
A complex type that specifies configuration options related to changing a password.classETagConfigauthor Pascal Knueppel
created at: 18.10.2019 - 11:12
A complex type that specifies ETag configuration options.classFilterConfigauthor Pascal Knueppel
created at: 18.10.2019 - 10:56
A complex type that specifies FILTER options.classManagerauthor Pascal Knueppel
created at: 11.10.2019 - 12:36
The user's manager.classMetaauthor Pascal Knueppel
created at: 11.10.2019 - 10:19
A complex attribute containing resource metadata.classNameauthor Pascal Knueppel
created at: 11.10.2019 - 10:19
The components of the user's name.classPatchConfigauthor Pascal Knueppel
created at: 18.10.2019 - 11:12
A complex type that specifies PATCH configuration options.classSortConfigauthor Pascal Knueppel
created at: 18.10.2019 - 11:12
A complex type that specifies Sort configuration options. -
Uses of ScimNode in de.captaingoldfish.scim.sdk.common.resources.multicomplex
Classes in de.captaingoldfish.scim.sdk.common.resources.multicomplex that implement ScimNode Modifier and Type Class Description classAddressauthor Pascal Knueppel
created at: 11.10.2019 - 12:36
A physical mailing address for this user.classAuthenticationSchemeauthor Pascal Knueppel
created at: 18.10.2019 - 10:41
A multi-valued complex type that specifies supported authentication scheme properties.classEmailauthor Pascal Knueppel
created at: 11.10.2019 - 13:13
Email addresses for the User.classEntitlementauthor Pascal Knueppel
created at: 11.10.2019 - 13:15
A list of entitlements for the user that represent a thing the user has.classGroupNodeauthor 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.classImsauthor Pascal Knueppel
created at: 11.10.2019 - 13:13
Instant messaging address for the user.classMemberauthor Pascal Knueppel
created at: 11.10.2019 - 13:42
A list of members of the Group.classMultiComplexNodeauthor 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].classPersonRoleauthor 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".classPhoneNumberauthor Pascal Knueppel
created at: 11.10.2019 - 13:13
Phone numbers for the user.classPhotoauthor 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.classScimX509Certificateauthor Pascal Knueppel
created at: 11.10.2019 - 13:16
A list of certificates associated with the resource (e.g., a User). -
Uses of ScimNode in de.captaingoldfish.scim.sdk.common.response
Classes in de.captaingoldfish.scim.sdk.common.response that implement ScimNode Modifier and Type Class Description classBulkResponseauthor Pascal Knueppel
created at: 25.10.2019 - 20:34
represents a simple bulk responseclassBulkResponseOperationauthor Pascal Knueppel
created at: 25.10.2019 - 21:12
Defines operations within a bulk job.classCreateResponseauthor Pascal Knueppel
created at: 14.10.2019 - 14:49
represents a creation responseclassDeleteResponseauthor Pascal Knueppel
created at: 14.10.2019 - 20:09
represents an update response objectclassErrorResponseauthor Pascal Knueppel
created at: 14.10.2019 - 20:58
represents a SCIM error responseclassGetResponseauthor Pascal Knueppel
created at: 14.10.2019 - 20:09
represents a get response objectclassListResponse<T extends ScimObjectNode>author Pascal Knueppel
created at: 17.10.2019 - 22:04
represents a list responseclassScimResponseauthor Pascal Knueppel
created at: 03.10.2019 - 19:29
The abstract implementation for all responses created by this frameworkclassUpdateResponseauthor Pascal Knueppel
created at: 14.10.2019 - 20:09
represents an update response object -
Uses of ScimNode in de.captaingoldfish.scim.sdk.common.schemas
Classes in de.captaingoldfish.scim.sdk.common.schemas that implement ScimNode Modifier and Type Class Description classSchemaauthor Pascal Knueppel
created at: 03.10.2019 - 13:24
this class will represent a SCIM schema definitionclassSchemaAttributeholds the data of an attribute definition from a schema type document
-