Class JwtSecretCreds
java.lang.Object
org.apache.tika.pipes.fetcher.http.jwt.JwtCreds
org.apache.tika.pipes.fetcher.http.jwt.JwtSecretCreds
-
Constructor Summary
ConstructorDescriptionJwtSecretCreds
(byte[] secret, String issuer, String subject, int expiresInSeconds) -
Method Summary
Methods inherited from class org.apache.tika.pipes.fetcher.http.jwt.JwtCreds
getExpiresInSeconds, getIssuer, getSubject
-
Constructor Details
-
JwtSecretCreds
-
-
Method Details
-
getSecret
public byte[] getSecret()
-