Package | Description |
---|---|
io.vertx.ext.web.handler | |
io.vertx.reactivex.ext.web.handler | |
io.vertx.rxjava.ext.web.handler |
Modifier and Type | Method and Description |
---|---|
static JWTAuthHandler |
JWTAuthHandler.create(JWTAuth authProvider)
Create a JWT auth handler
|
static JWTAuthHandler |
JWTAuthHandler.create(JWTAuth authProvider,
String skip)
Create a JWT auth handler
|
JWTAuthHandler |
JWTAuthHandler.setAudience(List<String> audience)
Set the audience list
|
JWTAuthHandler |
JWTAuthHandler.setIgnoreExpiration(boolean ignoreExpiration)
Set whether expiration is ignored
|
JWTAuthHandler |
JWTAuthHandler.setIssuer(String issuer)
Set the issuer
|
Modifier and Type | Method and Description |
---|---|
JWTAuthHandler |
JWTAuthHandler.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static JWTAuthHandler |
JWTAuthHandler.newInstance(JWTAuthHandler arg) |
Constructor and Description |
---|
JWTAuthHandler(JWTAuthHandler delegate) |
Modifier and Type | Method and Description |
---|---|
JWTAuthHandler |
JWTAuthHandler.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static JWTAuthHandler |
JWTAuthHandler.newInstance(JWTAuthHandler arg) |
Constructor and Description |
---|
JWTAuthHandler(JWTAuthHandler delegate) |
Copyright © 2023 Eclipse. All rights reserved.