Uses of Class
com.pingidentity.sdk.provision.exception.IdentityStoreException
Packages that use IdentityStoreException
Package
Description
The root package for the Identity Store Provisioner interfaces.
Exception classes related to Identity Store Provisioner plugins.
-
Uses of IdentityStoreException in com.pingidentity.sdk.provision
Methods in com.pingidentity.sdk.provision that throw IdentityStoreExceptionModifier and TypeMethodDescriptionIdentityStoreProvisioner.createGroup(CreateGroupRequestContext createRequestCtx) Create a group.IdentityStoreProvisioner.createUser(CreateUserRequestContext createRequestCtx) Create a user.IdentityStoreUserProvisioner.createUser(CreateUserRequestContext createRequestCtx) Deprecated.Create a user.voidIdentityStoreProvisioner.deleteGroup(DeleteGroupRequestContext deleteRequestCtx) Delete a group.voidIdentityStoreProvisioner.deleteUser(DeleteUserRequestContext deleteRequestCtx) Delete a user.voidIdentityStoreUserProvisioner.deleteUser(DeleteUserRequestContext deleteRequestCtx) Deprecated.Delete a user.IdentityStoreProvisioner.readGroup(ReadGroupRequestContext readRequestCtx) Read a group.IdentityStoreProvisionerWithFiltering.readGroups(ReadGroupsRequestContext readRequestCtx) Read a list of groups.IdentityStoreProvisioner.readUser(ReadUserRequestContext readRequestCtx) Read a user.IdentityStoreUserProvisioner.readUser(ReadUserRequestContext readRequestCtx) Deprecated.Read a user.IdentityStoreProvisionerWithFiltering.readUsers(ReadUsersRequestContext readRequestCtx) Read a list of users based on the SCIM filter criteria.IdentityStoreProvisioner.updateGroup(UpdateGroupRequestContext updateRequestCtx) Update a group.IdentityStoreProvisioner.updateUser(UpdateUserRequestContext updateRequestCtx) Update a user.IdentityStoreUserProvisioner.updateUser(UpdateUserRequestContext updateRequestCtx) Deprecated.Update a user. -
Uses of IdentityStoreException in com.pingidentity.sdk.provision.exception
Subclasses of IdentityStoreException in com.pingidentity.sdk.provision.exceptionModifier and TypeClassDescriptionclassAnIdentityStoreExceptionthat should be thrown when an Identity Store Provisioner operation cannot be completed with the information provided.classAnIdentityStoreExceptionthat should be thrown when an Identity Store Provisioner operation cannot be completed because an identical resource already exists.classAnIdentityStoreExceptionthat should be thrown when a filter operation cannot be completed.classAnIdentityStoreExceptionthat should be thrown when an Identity Store Provisioner operation cannot be completed because the resource cannot being found.classAnIdentityStoreExceptionthat should be thrown when an Identity Store Provisioner operation cannot be completed because the operation has not been implemented.classAnIdentityStoreExceptionthat should be thrown when an Identity Store Provisioner operation cannot be completed because the caller is not authorized to perform the operation.