Class GroupsResponseContextImpl
- java.lang.Object
-
- com.pingidentity.sdk.provision.groups.response.GroupsResponseContextImpl
-
- All Implemented Interfaces:
GroupsResponseContext
public class GroupsResponseContextImpl extends Object implements GroupsResponseContext
Default implementation forGroupsResponseContextinterface.- Since:
- 8.0
-
-
Constructor Summary
Constructors Constructor Description GroupsResponseContextImpl(List<AttributeMap> attributes)Construct a GroupsResponseContextImpl with a list of maps of user attributes.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AttributeMap>getGroupAttributes()Get the list of group attributes generated for an Identity Store Provisioner operation.
-
-
-
Constructor Detail
-
GroupsResponseContextImpl
public GroupsResponseContextImpl(List<AttributeMap> attributes)
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 Detail
-
getGroupAttributes
public List<AttributeMap> 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.
-
-