Uses of Class
com.pingidentity.sdk.provision.exception.IdentityStoreException
-
Packages that use IdentityStoreException Package Description com.pingidentity.sdk.provision The root package for the Identity Store Provisioner interfaces.com.pingidentity.sdk.provision.exception Exception classes related to Identity Store Provisioner plugins. -
-
Uses of IdentityStoreException in com.pingidentity.sdk.provision
Methods in com.pingidentity.sdk.provision that throw IdentityStoreException Modifier and Type Method Description GroupResponseContextIdentityStoreProvisioner. createGroup(CreateGroupRequestContext createRequestCtx)Create a group.UserResponseContextIdentityStoreProvisioner. createUser(CreateUserRequestContext createRequestCtx)Create a user.UserResponseContextIdentityStoreUserProvisioner. 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.GroupResponseContextIdentityStoreProvisioner. readGroup(ReadGroupRequestContext readRequestCtx)Read a group.GroupsResponseContextIdentityStoreProvisionerWithFiltering. readGroups(ReadGroupsRequestContext readRequestCtx)Read a list of groups.UserResponseContextIdentityStoreProvisioner. readUser(ReadUserRequestContext readRequestCtx)Read a user.UserResponseContextIdentityStoreUserProvisioner. readUser(ReadUserRequestContext readRequestCtx)Deprecated.Read a user.UsersResponseContextIdentityStoreProvisionerWithFiltering. readUsers(ReadUsersRequestContext readRequestCtx)Read a list of users based on the SCIM filter criteria.GroupResponseContextIdentityStoreProvisioner. updateGroup(UpdateGroupRequestContext updateRequestCtx)Update a group.UserResponseContextIdentityStoreProvisioner. updateUser(UpdateUserRequestContext updateRequestCtx)Update a user.UserResponseContextIdentityStoreUserProvisioner. updateUser(UpdateUserRequestContext updateRequestCtx)Deprecated.Update a user. -
Uses of IdentityStoreException in com.pingidentity.sdk.provision.exception
Subclasses of IdentityStoreException in com.pingidentity.sdk.provision.exception Modifier and Type Class Description classBadRequestExceptionAnIdentityStoreExceptionthat should be thrown when an Identity Store Provisioner operation cannot be completed with the information provided.classConflictExceptionAnIdentityStoreExceptionthat should be thrown when an Identity Store Provisioner operation cannot be completed because an identical resource already exists.classFilterExceptionAnIdentityStoreExceptionthat should be thrown when a filter operation cannot be completed.classNotFoundExceptionAnIdentityStoreExceptionthat should be thrown when an Identity Store Provisioner operation cannot be completed because the resource cannot being found.classNotImplementedExceptionAnIdentityStoreExceptionthat should be thrown when an Identity Store Provisioner operation cannot be completed because the operation has not been implemented.classUnauthorizedExceptionAnIdentityStoreExceptionthat should be thrown when an Identity Store Provisioner operation cannot be completed because the caller is not authorized to perform the operation.
-