Package | Description |
---|---|
io.vertx.ext.auth.jwt | |
io.vertx.ext.web.handler | |
io.vertx.groovy.ext.auth.jwt | |
io.vertx.rxjava.ext.auth.jwt |
Modifier and Type | Method and Description |
---|---|
static JWTAuth |
JWTAuth.create(Vertx vertx,
JsonObject 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 |
---|---|
static JWTAuth |
JWTAuth_GroovyStaticExtension.create(JWTAuth j_receiver,
Vertx vertx,
Map<String,Object> config) |
Modifier and Type | Method and Description |
---|---|
static JWTAuth |
JWTAuth_GroovyStaticExtension.create(JWTAuth j_receiver,
Vertx vertx,
Map<String,Object> config) |
static String |
JWTAuth_GroovyExtension.generateToken(JWTAuth j_receiver,
Map<String,Object> claims,
Map<String,Object> options) |
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) |
Copyright © 2017. All rights reserved.