Package com.okta.jwt.impl.jjwt
Class JjwtAccessTokenVerifier
java.lang.Object
com.okta.jwt.impl.jjwt.JjwtAccessTokenVerifier
- All Implemented Interfaces:
com.okta.jwt.AccessTokenVerifier
Classes in this `impl` implementation package may change in NON backward compatible way, and should ONLY be used as
a "runtime" dependency.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.okta.jwt.AccessTokenVerifier
com.okta.jwt.AccessTokenVerifier.Builder -
Constructor Summary
ConstructorsConstructorDescriptionJjwtAccessTokenVerifier(String issuer, String audience, java.time.Duration leeway, io.jsonwebtoken.SigningKeyResolver signingKeyResolver) JjwtAccessTokenVerifier(String issuer, String audience, java.time.Duration leeway, io.jsonwebtoken.SigningKeyResolver signingKeyResolver, java.time.Clock clock) -
Method Summary
-
Constructor Details
-
JjwtAccessTokenVerifier
-
JjwtAccessTokenVerifier
-
-
Method Details
-
decode
- Specified by:
decodein interfacecom.okta.jwt.AccessTokenVerifier- Throws:
com.okta.jwt.JwtVerificationException
-
buildJwtParser
protected io.jsonwebtoken.JwtParser buildJwtParser() -
decode
protected com.okta.jwt.Jwt decode(String token, io.jsonwebtoken.JwtParser parser, com.okta.jwt.impl.jjwt.ClaimsValidator claimsValidator) throws com.okta.jwt.JwtVerificationException - Throws:
com.okta.jwt.JwtVerificationException
-