You create an Identity Store Provisioner by implementing the
IdentityStoreProvisionerWithFiltering
or
IdentityStoreProvisioner
interface.
Both interfaces support provisioning and deprovisioning users, and optionally groups, to an
external user store. The IdentityStoreProvisionerWithFiltering
supports
list/query and filtering, whereas the IdentityStoreProvisioner
does not. For
more information about list/query and filtering, see 3.2.2
List/Query Resources and 3.2.2.1 Filtering in
SCIM Specification (www.simplecloud.info/specs/draft-scim-api-01.html).
As of PingFederate 7.3, the IdentityStoreUserProvisioner
interface
has been deprecated. Developers are encouraged to implement either the
IdentityStoreProvisionerWithFiltering
or
IdentityStoreProvisioner
interface.