Interface GroupsResponseContext
-
- All Known Implementing Classes:
GroupsResponseContextImpl
public interface GroupsResponseContextAn interface that represents the results of an Identity Store Provisioner operation. For example, when reading all groups, theGroupsResponseContextcontains a list of maps of all the groups' attributes.- Since:
- 8.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<AttributeMap>getGroupAttributes()Get the list of group attributes generated for an Identity Store Provisioner operation.
-
-
-
Method Detail
-
getGroupAttributes
List<AttributeMap> getGroupAttributes()
Get 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:- Returns:
- A list of maps of group attributes generated during an Identity Store Provisioner operation.
-
-