Class AtlassianJwtGenerator
java.lang.Object
org.apache.tika.pipes.fetcher.atlassianjwt.AtlassianJwtGenerator
-
Constructor Summary
ConstructorsConstructorDescriptionAtlassianJwtGenerator(String sharedSecret, String issuer, String subject, int expiresInSeconds) -
Method Summary
-
Constructor Details
-
AtlassianJwtGenerator
-
-
Method Details
-
generateJwt
public String generateJwt(String method, String url) throws com.nimbusds.jose.JOSEException, URISyntaxException, NoSuchAlgorithmException - Throws:
com.nimbusds.jose.JOSEExceptionURISyntaxExceptionNoSuchAlgorithmException
-