Uses of Interface
com.pingidentity.sdk.provision.users.request.ProvisioningRequestContext
-
Packages that use ProvisioningRequestContext Package Description com.pingidentity.sdk.provision.groups.request Request contexts related to Identity Store Provisioner group operations.com.pingidentity.sdk.provision.users.request Request contexts related to Identity Store Provisioner user operations. -
-
Uses of ProvisioningRequestContext in com.pingidentity.sdk.provision.groups.request
Subinterfaces of ProvisioningRequestContext in com.pingidentity.sdk.provision.groups.request Modifier and Type Interface Description interfaceCreateGroupRequestContextAn interface that represents the request context for a create group operation.interfaceDeleteGroupRequestContextAn interface that represents the request context for a delete group operation.interfaceReadGroupRequestContextAn interface that represents the request context for a read group operation.interfaceReadGroupsRequestContextAn interface that represents the request context for a read groups operation.interfaceUpdateGroupRequestContextAn interface that represents the request context for a update group operation. -
Uses of ProvisioningRequestContext in com.pingidentity.sdk.provision.users.request
Subinterfaces of ProvisioningRequestContext in com.pingidentity.sdk.provision.users.request Modifier and Type Interface Description interfaceCreateUserRequestContextAn interface that represents the request context for a create user operation.interfaceDeleteUserRequestContextAn interface that represents the request context for a delete user operation.interfaceReadUserRequestContextAn interface that represents the request context for a read user operation.interfaceReadUsersRequestContextAn interface that represents the request context for a read users operation.interfaceUpdateUserRequestContextAn interface that represents the request context for a update user operation.
-