Modifier and Type | Method and Description |
---|---|
JWTAuthOptions |
JWTAuthOptions.addJwk(io.vertx.core.json.JsonObject jwk) |
JWTAuthOptions |
JWTAuthOptions.addPubSecKey(PubSecKeyOptions pubSecKey) |
JWTAuthOptions |
JWTAuthOptions.addSecret(SecretOptions secret)
Deprecated.
|
JWTAuthOptions |
JWTAuthOptions.setJwks(List<io.vertx.core.json.JsonObject> jwks) |
JWTAuthOptions |
JWTAuthOptions.setJWTOptions(JWTOptions jwtOptions) |
JWTAuthOptions |
JWTAuthOptions.setKeyStore(KeyStoreOptions keyStore) |
JWTAuthOptions |
JWTAuthOptions.setPermissionsClaimKey(String permissionsClaimKey) |
JWTAuthOptions |
JWTAuthOptions.setPubSecKeys(List<PubSecKeyOptions> pubSecKeys) |
JWTAuthOptions |
JWTAuthOptions.setSecrets(List<SecretOptions> secrets)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static JWTAuth |
JWTAuth.create(io.vertx.core.Vertx vertx,
JWTAuthOptions config)
Create a JWT auth provider
|
static void |
JWTAuthOptionsConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
JWTAuthOptions obj) |
static void |
JWTAuthOptionsConverter.toJson(JWTAuthOptions obj,
io.vertx.core.json.JsonObject json) |
static void |
JWTAuthOptionsConverter.toJson(JWTAuthOptions obj,
Map<String,Object> json) |
Constructor and Description |
---|
JWTAuthOptions(JWTAuthOptions other)
Copy constructor
|
Copyright © 2021 Eclipse. All rights reserved.