| Package | Description | 
|---|---|
| io.vertx.ext.auth.jwt | |
| io.vertx.ext.web.handler | |
| io.vertx.reactivex.ext.auth.jwt | |
| io.vertx.rxjava.ext.auth.jwt | |
| io.vertx.serviceproxy | 
| Modifier and Type | Method and Description | 
|---|---|
static JWTAuth | 
JWTAuth.create(Vertx vertx,
      JsonObject config)
Deprecated.  
 | 
static JWTAuth | 
JWTAuth.create(Vertx vertx,
      JWTAuthOptions config)
Create a JWT auth provider 
 | 
| 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 
 | 
| Modifier and Type | Method and Description | 
|---|---|
JWTAuth | 
JWTAuth.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static JWTAuth | 
JWTAuth.newInstance(JWTAuth arg)  | 
| Constructor and Description | 
|---|
JWTAuth(JWTAuth delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
JWTAuth | 
JWTAuth.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static JWTAuth | 
JWTAuth.newInstance(JWTAuth arg)  | 
| Constructor and Description | 
|---|
JWTAuth(JWTAuth delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
ServiceJWTInterceptor | 
ServiceJWTInterceptor.setJwtAuth(JWTAuth jwtAuth)
Set a JWT auth that will verify all requests before the service is invoked. 
 | 
Copyright © 2020 Eclipse. All rights reserved.