Uses of Class
de.captaingoldfish.scim.sdk.common.resources.ResourceNode
-
Packages that use ResourceNode Package Description de.captaingoldfish.scim.sdk.common.resources de.captaingoldfish.scim.sdk.common.schemas -
-
Uses of ResourceNode in de.captaingoldfish.scim.sdk.common.resources
Subclasses of ResourceNode in de.captaingoldfish.scim.sdk.common.resources Modifier and Type Class Description 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".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 ResourceNode in de.captaingoldfish.scim.sdk.common.schemas
Subclasses of ResourceNode 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 definition
-