Interface GroupResponseContext

All Known Implementing Classes:
GroupResponseContextImpl

public interface GroupResponseContext
An interface that represents the results of an Identity Store Provisioner operation. For example, when creating a group, the GroupResponseContext contains a map of all the attributes provisioned for that group.
Since:
7.3
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the group attributes generated for an Identity Store Provisioner operation.
  • Method Details

    • 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.