public class JsonWebTokenValidator extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
JsonWebTokenValidator.Builder |
| Constructor and Description |
|---|
JsonWebTokenValidator(Predicate<org.eclipse.microprofile.jwt.JsonWebToken> validation,
Key verificationKey,
String issuer,
Map<String,Key> verificationKeys,
boolean allowNoExpiryClaim) |
| Modifier and Type | Method and Description |
|---|---|
static JsonWebTokenValidator.Builder |
builder() |
org.eclipse.microprofile.jwt.JsonWebToken |
validate(String token) |
public org.eclipse.microprofile.jwt.JsonWebToken validate(String token) throws ParseException
ParseExceptionpublic static JsonWebTokenValidator.Builder builder()
Copyright © 1999–2020 The Apache Software Foundation. All rights reserved.