Interface CreateGroupRequestContext
-
- All Superinterfaces:
ProvisioningRequestContext
public interface CreateGroupRequestContext extends ProvisioningRequestContext
An interface that represents the request context for a create group operation. It contains all the information needed to fulfill the request, e.g. group attributes.- Since:
- 7.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttributeMapgetGroupAttributes()Get group attributes.-
Methods inherited from interface com.pingidentity.sdk.provision.users.request.ProvisioningRequestContext
getEntityId
-
-
-
-
Method Detail
-
getGroupAttributes
AttributeMap getGroupAttributes()
Get group attributes.The members attribute (defined by
IdentityStoreProvisionerDescriptor.getGroupMembersAttributeName()) will contain anAttributeValuethat containsMemberAttributeobject values.- Returns:
- A map of group attributes evaluated by the PingFederate runtime.
-
-