public interface JWTClaimsVerifier
JWT processing
(after the JWT is successfully verified (for JWS) or decrypted (for JWE)).| Modifier and Type | Method and Description |
|---|---|
void |
verify(ReadOnlyJWTClaimsSet claimsSet)
Performs verification of selected or all claims in the specified JWT
claims set.
|
void verify(ReadOnlyJWTClaimsSet claimsSet) throws BadJWTException
claimsSet - The JWT claims set. Not null.BadJWTException - If the JWT claims set is rejected.Copyright © 2015 Connect2id Ltd.. All Rights Reserved.