Class GroupResponseContextImpl
java.lang.Object
com.pingidentity.sdk.provision.groups.response.GroupResponseContextImpl
- All Implemented Interfaces:
GroupResponseContext
Default implementation for
GroupResponseContext interface.- Since:
- 7.3
-
Constructor Summary
ConstructorsConstructorDescriptionGroupResponseContextImpl(AttributeMap attributes) Construct a UserResponseContextImpl with a map of user attributes. -
Method Summary
Modifier and TypeMethodDescriptionGet the group attributes generated for an Identity Store Provisioner operation.
-
Constructor Details
-
GroupResponseContextImpl
Construct a UserResponseContextImpl with a map of user attributes.- Parameters:
attributes- A map of attributes generated during an Identity Store Provisioner operation
-
-
Method Details
-
getGroupAttributes
Description copied from interface:GroupResponseContextGet the group attributes generated for an Identity Store Provisioner operation. At a minimum, the returned map must contain the following attributes:- Specified by:
getGroupAttributesin interfaceGroupResponseContext- Returns:
- A map of group attributes generated during an Identity Store Provisioner operation.
-