Class JwtSecretCreds
- java.lang.Object
-
- org.apache.tika.pipes.fetcher.http.jwt.JwtCreds
-
- org.apache.tika.pipes.fetcher.http.jwt.JwtSecretCreds
-
public class JwtSecretCreds extends JwtCreds
-
-
Constructor Summary
Constructors Constructor Description JwtSecretCreds(byte[] secret, String issuer, String subject, int expiresInSeconds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getSecret()
-
Methods inherited from class org.apache.tika.pipes.fetcher.http.jwt.JwtCreds
getExpiresInSeconds, getIssuer, getSubject
-
-