Interface GroupResponseContext
-
- All Known Implementing Classes:
GroupResponseContextImpl
public interface GroupResponseContextAn interface that represents the results of an Identity Store Provisioner operation. For example, when creating a group, theGroupResponseContextcontains a map of all the attributes provisioned for that group.- Since:
- 7.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttributeMapgetGroupAttributes()Get the group attributes generated for an Identity Store Provisioner operation.
-
-
-
Method Detail
-
getGroupAttributes
AttributeMap getGroupAttributes()
Get the group attributes generated for an Identity Store Provisioner operation. At a minimum, the returned map must contain the following attributes:- Returns:
- A map of group attributes generated during an Identity Store Provisioner operation.
-
-