Uses of Interface
com.pingidentity.sdk.provision.groups.response.GroupResponseContext
-
Packages that use GroupResponseContext Package Description com.pingidentity.sdk.provision The root package for the Identity Store Provisioner interfaces.com.pingidentity.sdk.provision.groups.response Response contexts related to Identity Store Provisioner group operations. -
-
Uses of GroupResponseContext in com.pingidentity.sdk.provision
Methods in com.pingidentity.sdk.provision that return GroupResponseContext Modifier and Type Method Description GroupResponseContextIdentityStoreProvisioner. createGroup(CreateGroupRequestContext createRequestCtx)Create a group.GroupResponseContextIdentityStoreProvisioner. readGroup(ReadGroupRequestContext readRequestCtx)Read a group.GroupResponseContextIdentityStoreProvisioner. updateGroup(UpdateGroupRequestContext updateRequestCtx)Update a group. -
Uses of GroupResponseContext in com.pingidentity.sdk.provision.groups.response
Classes in com.pingidentity.sdk.provision.groups.response that implement GroupResponseContext Modifier and Type Class Description classGroupResponseContextImplDefault implementation forGroupResponseContextinterface.
-