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 for GroupsResponseContext interface.
Since:
8.0
  • Constructor Details

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