public class DelegatingJwtClaimsSetVerifier extends Object implements JwtClaimsSetVerifier
JwtClaimsSetVerifier that delegates claims verification
to it's internal List of JwtClaimsSetVerifier's.JwtClaimsSetVerifier| Constructor and Description |
|---|
DelegatingJwtClaimsSetVerifier(List<JwtClaimsSetVerifier> jwtClaimsSetVerifiers) |
public DelegatingJwtClaimsSetVerifier(List<JwtClaimsSetVerifier> jwtClaimsSetVerifiers)
public void verify(Map<String,Object> claims) throws InvalidTokenException
JwtClaimsSetVerifierverify in interface JwtClaimsSetVerifierclaims - the JWT Claims SetInvalidTokenException - if at least one claim failed verificationCopyright © 2019. All rights reserved.