@Deprecated public class IssuerClaimVerifier extends Object implements JwtClaimsSetVerifier
JwtClaimsSetVerifier that verifies the Issuer (iss) claim contained in the
JWT Claims Set against the issuer supplied to the constructor.
JwtClaimsSetVerifier| Constructor and Description |
|---|
IssuerClaimVerifier(URL issuer)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
verify(Map<String,Object> claims)
Deprecated.
Verify the claim(s) in the JWT Claims Set.
|
public IssuerClaimVerifier(URL issuer)
public void verify(Map<String,Object> claims) throws InvalidTokenException
JwtClaimsSetVerifierverify in interface JwtClaimsSetVerifierclaims - the JWT Claims SetInvalidTokenException - if at least one claim failed verificationCopyright © 2020. All rights reserved.