Interface JWTOptionsOutput.Builder

  • Method Details

    • enabled

      True if JWT use is enabled.

      Parameters:
      enabled - True if JWT use is enabled.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subjectKey

      JWTOptionsOutput.Builder subjectKey(String subjectKey)

      The key used for matching the JWT subject attribute.

      Parameters:
      subjectKey - The key used for matching the JWT subject attribute.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • rolesKey

      JWTOptionsOutput.Builder rolesKey(String rolesKey)

      The key used for matching the JWT roles attribute.

      Parameters:
      rolesKey - The key used for matching the JWT roles attribute.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • publicKey

      JWTOptionsOutput.Builder publicKey(String publicKey)

      The key used to verify the signature of incoming JWT requests.

      Parameters:
      publicKey - The key used to verify the signature of incoming JWT requests.
      Returns:
      Returns a reference to this object so that method calls can be chained together.