Interface JwtTokenTypeConfiguration.Builder

    • Method Detail

      • url

        JwtTokenTypeConfiguration.Builder url​(String url)

        The signing key URL.

        Parameters:
        url - The signing key URL.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • secretManagerArn

        JwtTokenTypeConfiguration.Builder secretManagerArn​(String secretManagerArn)

        The Amazon Resource Name (arn) of the secret.

        Parameters:
        secretManagerArn - The Amazon Resource Name (arn) of the secret.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userNameAttributeField

        JwtTokenTypeConfiguration.Builder userNameAttributeField​(String userNameAttributeField)

        The user name attribute field.

        Parameters:
        userNameAttributeField - The user name attribute field.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • groupAttributeField

        JwtTokenTypeConfiguration.Builder groupAttributeField​(String groupAttributeField)

        The group attribute field.

        Parameters:
        groupAttributeField - The group attribute field.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • issuer

        JwtTokenTypeConfiguration.Builder issuer​(String issuer)

        The issuer of the token.

        Parameters:
        issuer - The issuer of the token.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • claimRegex

        JwtTokenTypeConfiguration.Builder claimRegex​(String claimRegex)

        The regular expression that identifies the claim.

        Parameters:
        claimRegex - The regular expression that identifies the claim.
        Returns:
        Returns a reference to this object so that method calls can be chained together.