Class UsersResponseContextImpl

java.lang.Object
com.pingidentity.sdk.provision.users.response.UsersResponseContextImpl
All Implemented Interfaces:
UsersResponseContext

public class UsersResponseContextImpl extends Object implements UsersResponseContext
Default implementation for UserResponseContext interface.
Since:
8.0
  • Constructor Details

    • UsersResponseContextImpl

      public UsersResponseContextImpl(List<AttributeMap> attributes)
      Construct a UserResponseContextImpl with a map of user attributes.
      Parameters:
      attributes - A map of attributes generated during an Identity Store Provisioner operation
  • Method Details