Class SelfAuthenticationTokenGenerator

java.lang.Object
com.atlassian.connect.spring.internal.request.jwt.SelfAuthenticationTokenGenerator

@Component public class SelfAuthenticationTokenGenerator extends Object
A generator of JSON Web Tokens for authenticating requests from the add-on to itself.
  • Field Details

    • HOST_CLIENT_KEY_CLAIM

      public static final String HOST_CLIENT_KEY_CLAIM
      The name of the JWT claim used for the client key of the Atlassian host in self-authentication tokens
      See Also:
  • Constructor Details

  • Method Details