Package | Description |
---|---|
io.vertx.rxjava.ext.web.handler |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<JWTAuthHandler> |
JWTAuthHandler.__TYPE_ARG |
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
|
static JWTAuthHandler |
JWTAuthHandler.newInstance(JWTAuthHandler arg) |
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
|
Copyright © 2023 Eclipse. All rights reserved.