Interface AssertionAttributes.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AssertionAttributes.Builder,AssertionAttributes>, SdkBuilder<AssertionAttributes.Builder,AssertionAttributes>, SdkPojo
Enclosing class:
AssertionAttributes

public static interface AssertionAttributes.Builder extends SdkPojo, CopyableBuilder<AssertionAttributes.Builder,AssertionAttributes>
  • Method Details

    • email

      The name of the attribute within the SAML assertion to use as the email names for SAML users.

      Parameters:
      email - The name of the attribute within the SAML assertion to use as the email names for SAML users.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • groups

      The name of the attribute within the SAML assertion to use as the user full "friendly" names for user groups.

      Parameters:
      groups - The name of the attribute within the SAML assertion to use as the user full "friendly" names for user groups.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • login

      The name of the attribute within the SAML assertion to use as the login names for SAML users.

      Parameters:
      login - The name of the attribute within the SAML assertion to use as the login names for SAML users.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the attribute within the SAML assertion to use as the user full "friendly" names for SAML users.

      Parameters:
      name - The name of the attribute within the SAML assertion to use as the user full "friendly" names for SAML users.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • org

      The name of the attribute within the SAML assertion to use as the user full "friendly" names for the users' organizations.

      Parameters:
      org - The name of the attribute within the SAML assertion to use as the user full "friendly" names for the users' organizations.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • role

      The name of the attribute within the SAML assertion to use as the user roles.

      Parameters:
      role - The name of the attribute within the SAML assertion to use as the user roles.
      Returns:
      Returns a reference to this object so that method calls can be chained together.