@Provider
@Priority(value=1010)
public class JwtAuthFilter
extends java.lang.Object
implements javax.ws.rs.container.ContainerRequestFilter
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONFIG_AUTH_ADMIN_USERS
The configuration key controlling the list of of admin WebID values.
|
| Constructor and Description |
|---|
JwtAuthFilter()
Create an auth filter that augments Microprofile-JWT authentication with WebID support.
|
| Modifier and Type | Method and Description |
|---|---|
void |
filter(javax.ws.rs.container.ContainerRequestContext ctx) |
public static final java.lang.String CONFIG_AUTH_ADMIN_USERS