Interface UpdateUserRequestContext

All Superinterfaces:
ProvisioningRequestContext

public interface UpdateUserRequestContext extends ProvisioningRequestContext
An interface that represents the request context for a update user operation. It contains all the information needed to fulfill the request, e.g. user attributes.
Since:
7.1
  • Method Details

    • getUserId

      String getUserId()
      Get user id.
      Returns:
      The user id for the user to update.
    • getUserAttributes

      AttributeMap getUserAttributes()
      Get user attributes.
      Returns:
      A map of user attributes evaluated by the PingFederate runtime.