Interface SsoUserProfileDetails.Builder

  • Method Details

    • firstName

      SsoUserProfileDetails.Builder firstName(String firstName)

      The first name included in the single sign-on details of the user profile.

      Parameters:
      firstName - The first name included in the single sign-on details of the user profile.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastName

      The last name included in the single sign-on details of the user profile.

      Parameters:
      lastName - The last name included in the single sign-on details of the user profile.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • username

      The username included in the single sign-on details of the user profile.

      Parameters:
      username - The username included in the single sign-on details of the user profile.
      Returns:
      Returns a reference to this object so that method calls can be chained together.