Class SelfAuthenticationTokenGenerator


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

      • 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:
        Constant Field Values
    • Constructor Detail

      • SelfAuthenticationTokenGenerator

        public SelfAuthenticationTokenGenerator()