Class JwtCreds
- java.lang.Object
-
- org.apache.tika.pipes.fetcher.http.jwt.JwtCreds
-
- Direct Known Subclasses:
JwtPrivateKeyCreds
,JwtSecretCreds
public abstract class JwtCreds extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getExpiresInSeconds()
String
getIssuer()
String
getSubject()
-