Package org.silverpeas.core.webapi.admin.scim
Implementation of a SCIM server which is using the work of https://github .com/PennState/SCIMple-Identity.
All SCIM WEB services have been again defined in order to get a right URI base
.../service/domains/X/scim
.
- Author:
- silveryocha
-
Interface Summary Interface Description ScimProtectedWebResource All WEB services handling the SCIM client requests in front must implement this interface. -
Class Summary Class Description PatchOperationApplier This tool is able to update anScimUser
from aPatchOperation
.ScimConfigurator Some initializations that have to be done just after the server has started.ScimGroupAdminService The service in charge of handling the Silverpeas's groups against those sent by SCIM client.
It is finally kind of CRUD service.ScimSelfIdResolver ScimServerFilter ScimUserAdminService The service in charge of handling the Silverpeas's users against those sent by SCIM client.
It is finally kind of CRUD service.ScimV2BulkResource References : https://tools.ietf.org/html/rfc7643 https://tools.ietf.org/html/rfc7644 Implementation of a Client using SCIM 2.0 protocol.ScimV2GroupResource References : https://tools.ietf.org/html/rfc7643 https://tools.ietf.org/html/rfc7644 Implementation of a Client using SCIM 2.0 protocol.ScimV2ResourceTypeResource References : https://tools.ietf.org/html/rfc7643 https://tools.ietf.org/html/rfc7644 Implementation of a Client using SCIM 2.0 protocol.ScimV2SchemaResource References : https://tools.ietf.org/html/rfc7643 https://tools.ietf.org/html/rfc7644 Implementation of a Client using SCIM 2.0 protocol.ScimV2SearchResource References : https://tools.ietf.org/html/rfc7643 https://tools.ietf.org/html/rfc7644 Implementation of a Client using SCIM 2.0 protocol.ScimV2SelfResource References : https://tools.ietf.org/html/rfc7643 https://tools.ietf.org/html/rfc7644 Implementation of a Client using SCIM 2.0 protocol.ScimV2ServiceProviderConfigResource References : https://tools.ietf.org/html/rfc7643 https://tools.ietf.org/html/rfc7644 Implementation of a Client using SCIM 2.0 protocol.ScimV2UserResource References : https://tools.ietf.org/html/rfc7643 https://tools.ietf.org/html/rfc7644 Implementation of a user provisioning server using SCIM 2.0 protocol.