@Deprecated 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)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
verify(Map<String,Object> claims)
Deprecated.
Verify the claim(s) in the JWT Claims Set.
|
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 © 2021. All rights reserved.