Class UserResponseContextImpl

java.lang.Object
com.pingidentity.sdk.provision.users.response.UserResponseContextImpl
All Implemented Interfaces:
UserResponseContext

public class UserResponseContextImpl extends Object implements UserResponseContext
Default implementation for UserResponseContext interface.
Since:
7.1
  • Constructor Details

    • UserResponseContextImpl

      public UserResponseContextImpl(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