Interface AssertionAttributes.Builder

    • Method Detail

      • email

        AssertionAttributes.Builder email​(String 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

        AssertionAttributes.Builder groups​(String 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

        AssertionAttributes.Builder login​(String 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

        AssertionAttributes.Builder name​(String 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

        AssertionAttributes.Builder org​(String 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

        AssertionAttributes.Builder role​(String 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.