Interface UserResponseContext

  • All Known Implementing Classes:
    UserResponseContextImpl

    public interface UserResponseContext
    An interface that represents the results of an Identity Store Provisioner operation. For example, when creating a user, the UserResponseContext contains a map of all the attributes provisioned for that user.
    Since:
    7.1
    • Method Detail

      • getUserAttributes

        AttributeMap getUserAttributes()
        Get the user attributes generated for an Identity Store Provisioner operation.

        At a minimum, the returned map must contain the following attributes:

        Returns:
        A map of user attributes generated during an Identity Store Provisioner operation.