| Package | Description |
|---|---|
| io.vertx.ext.auth.jwt | |
| io.vertx.reactivex.ext.auth.jwt | |
| io.vertx.rxjava.ext.auth.jwt |
| Modifier and Type | Method and Description |
|---|---|
JWTAuthOptions |
JWTAuthOptions.addAudience(String audience)
Set the audience list
|
JWTAuthOptions |
JWTAuthOptions.addPubSecKey(PubSecKeyOptions pubSecKey) |
JWTAuthOptions |
JWTAuthOptions.addSecret(SecretOptions secret) |
JWTAuthOptions |
JWTAuthOptions.setAudience(List<String> audience)
Set the audience list
|
JWTAuthOptions |
JWTAuthOptions.setIgnoreExpiration(boolean ignoreExpiration)
Set whether expiration is ignored
|
JWTAuthOptions |
JWTAuthOptions.setIssuer(String issuer)
Set the issuer
|
JWTAuthOptions |
JWTAuthOptions.setKeyStore(KeyStoreOptions keyStore) |
JWTAuthOptions |
JWTAuthOptions.setPermissionsClaimKey(String permissionsClaimKey) |
JWTAuthOptions |
JWTAuthOptions.setPubSecKeys(List<PubSecKeyOptions> pubSecKeys) |
| Modifier and Type | Method and Description |
|---|---|
static JWTAuth |
JWTAuth.create(Vertx vertx,
JWTAuthOptions config)
Create a JWT auth provider
|
static void |
JWTAuthOptionsConverter.fromJson(JsonObject json,
JWTAuthOptions obj) |
static void |
JWTAuthOptionsConverter.toJson(JWTAuthOptions obj,
JsonObject json) |
| Constructor and Description |
|---|
JWTAuthOptions(JWTAuthOptions other)
Copy constructor
|
| Modifier and Type | Method and Description |
|---|---|
static JWTAuth |
JWTAuth.create(Vertx vertx,
JWTAuthOptions config)
Create a JWT auth provider
|
| Modifier and Type | Method and Description |
|---|---|
static JWTAuth |
JWTAuth.create(Vertx vertx,
JWTAuthOptions config)
Create a JWT auth provider
|
Copyright © 2017. All rights reserved.