Interface GroupsResponseContext
- All Known Implementing Classes:
GroupsResponseContextImpl
public interface GroupsResponseContext
An interface that represents the results of an Identity Store Provisioner operation. For example, when reading all
groups, the
GroupsResponseContext contains a list of maps of all the groups' attributes.- Since:
- 8.0
-
Method Summary
Modifier and TypeMethodDescriptionGet the list of group attributes generated for an Identity Store Provisioner operation.
-
Method Details
-
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.
-