Uses of Class
de.captaingoldfish.scim.sdk.common.resources.base.ScimObjectNode
-
-
Uses of ScimObjectNode in de.captaingoldfish.scim.sdk.common.request
Subclasses of ScimObjectNode in de.captaingoldfish.scim.sdk.common.request 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 ScimObjectNode in de.captaingoldfish.scim.sdk.common.resources
Subclasses of ScimObjectNode in de.captaingoldfish.scim.sdk.common.resources 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 ScimObjectNode in de.captaingoldfish.scim.sdk.common.resources.complex
Subclasses of ScimObjectNode in de.captaingoldfish.scim.sdk.common.resources.complex 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 ScimObjectNode in de.captaingoldfish.scim.sdk.common.resources.multicomplex
Subclasses of ScimObjectNode in de.captaingoldfish.scim.sdk.common.resources.multicomplex 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 ScimObjectNode in de.captaingoldfish.scim.sdk.common.response
Classes in de.captaingoldfish.scim.sdk.common.response with type parameters of type ScimObjectNode Modifier and Type Class Description classListResponse<T extends ScimObjectNode>author Pascal Knueppel
created at: 17.10.2019 - 22:04
represents a list responseSubclasses of ScimObjectNode in de.captaingoldfish.scim.sdk.common.response Modifier and Type Class Description classBulkResponseauthor Pascal Knueppel
created at: 25.10.2019 - 20:34
represents a simple bulk responseclassBulkResponseGetOperationthis class will represent a bulk-get response node that contains the data of a specific resource together with its children.classBulkResponseOperationauthor 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 objectMethods in de.captaingoldfish.scim.sdk.common.response with type parameters of type ScimObjectNode Modifier and Type Method Description <T extends ScimObjectNode>
Optional<T>BulkResponseOperation. getResponse(Class<T> type)The HTTP response body for the specified request operation.Methods in de.captaingoldfish.scim.sdk.common.response that return types with arguments of type ScimObjectNode Modifier and Type Method Description Optional<ScimObjectNode>BulkResponseOperation. getResponse()The HTTP response body for the specified request operation.Methods in de.captaingoldfish.scim.sdk.common.response with parameters of type ScimObjectNode Modifier and Type Method Description BulkResponseOperation.BulkResponseOperationBuilderBulkResponseOperation.BulkResponseOperationBuilder. response(ScimObjectNode response)voidBulkResponseOperation. setResponse(ScimObjectNode response)The HTTP response body for the specified request operation.Constructors in de.captaingoldfish.scim.sdk.common.response with parameters of type ScimObjectNode Constructor Description BulkResponseOperation(HttpMethod method, String bulkId, String resourceId, ETag version, String location, Integer status, ScimObjectNode response) -
Uses of ScimObjectNode in de.captaingoldfish.scim.sdk.common.schemas
Subclasses of ScimObjectNode in de.captaingoldfish.scim.sdk.common.schemas 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 -
Uses of ScimObjectNode in de.captaingoldfish.scim.sdk.common.utils
Methods in de.captaingoldfish.scim.sdk.common.utils with type parameters of type ScimObjectNode Modifier and Type Method Description static <T extends ScimObjectNode>
TJsonHelper. getNewInstance(Class<T> type)builds a new instance of the given resource node type
-