Class GroupsResponseContextImpl
java.lang.Object
com.pingidentity.sdk.provision.groups.response.GroupsResponseContextImpl
- All Implemented Interfaces:
GroupsResponseContext
Default implementation for
GroupsResponseContext interface.- Since:
- 8.0
-
Constructor Summary
ConstructorsConstructorDescriptionGroupsResponseContextImpl(List<AttributeMap> attributes) Construct a GroupsResponseContextImpl with a list of maps of user attributes. -
Method Summary
Modifier and TypeMethodDescriptionGet the list of group attributes generated for an Identity Store Provisioner operation.
-
Constructor Details
-
GroupsResponseContextImpl
Construct a GroupsResponseContextImpl with a list of maps of user attributes.- Parameters:
attributes- A list of maps of attributes generated during an Identity Store Provisioner operation
-
-
Method Details
-
getGroupAttributes
Description copied from interface:GroupsResponseContextGet the list of group attributes generated for an Identity Store Provisioner operation. At a minimum, each map in the returned list must contain the following attributes:- Specified by:
getGroupAttributesin interfaceGroupsResponseContext- Returns:
- A list of maps of group attributes generated during an Identity Store Provisioner operation.
-