| Package | Description |
|---|---|
| org.apache.tomee.microprofile.jwt | |
| org.apache.tomee.microprofile.jwt.config |
| Modifier and Type | Method and Description |
|---|---|
static JWTCallerPrincipal |
MPJWTFilter.ValidateJSonWebToken.parse(String token,
JWTAuthConfiguration authContextInfo) |
| Constructor and Description |
|---|
MPJWTServletRequestWrapper(javax.servlet.http.HttpServletRequest request,
JWTAuthConfiguration authContextInfo)
Constructs a request object wrapping the given request.
|
ValidateJSonWebToken(javax.servlet.http.HttpServletRequest httpServletRequest,
JWTAuthConfiguration authContextInfo) |
| Modifier and Type | Method and Description |
|---|---|
static JWTAuthConfiguration |
JWTAuthConfiguration.authConfiguration(Key publicKey,
String issuer,
boolean allowNoExpiryClaim) |
static JWTAuthConfiguration |
JWTAuthConfiguration.authConfiguration(Map<String,Key> publicKeys,
String issuer,
boolean allowNoExpiryClaim) |
| Modifier and Type | Method and Description |
|---|---|
Optional<JWTAuthConfiguration> |
JWTAuthConfigurationProperties.getJWTAuthConfiguration() |
Copyright © 1999–2020 The Apache Software Foundation. All rights reserved.