PingFederate Server

Developing identity store provisioners

You can create an identity store provisioner by implementing either the IdentityStoreProvisionerWithFiltering or IdentityStoreProvisioner interface.

Both interfaces support provisioning and deprovisioning users and groups to an external user store. The IdentityStoreProvisionerWithFiltering interface supports list/query and filtering; the IdentityStoreProvisioner interface does not. For more information about list/query and filtering, see .simplecloud.info/specs/draft-scim-api-01.html//[3.2.2. List/Query Resources and 3.2.2.1. Filtering] in the SCIM specification.

The IdentityStoreUserProvisioner interface is deprecated. Developers should implement either the IdentityStoreProvisionerWithFiltering or IdentityStoreProvisioner interfaces.