Modifier and Type | Method and Description |
---|---|
AuthenticationOptions |
VertxHawkularOptions.getAuthenticationOptions() |
AuthenticationOptions |
AuthenticationOptions.setEnabled(boolean enabled)
Set whether authentication is enabled.
|
AuthenticationOptions |
AuthenticationOptions.setId(String id)
Set the identifier used for authentication.
|
AuthenticationOptions |
AuthenticationOptions.setSecret(String secret)
Set the secret used for authentication.
|
Modifier and Type | Method and Description |
---|---|
static void |
AuthenticationOptionsConverter.fromJson(io.vertx.core.json.JsonObject json,
AuthenticationOptions obj) |
VertxHawkularOptions |
VertxHawkularOptions.setAuthenticationOptions(AuthenticationOptions authenticationOptions)
Set the options for authentication.
|
static void |
AuthenticationOptionsConverter.toJson(AuthenticationOptions obj,
io.vertx.core.json.JsonObject json) |
Constructor and Description |
---|
AuthenticationOptions(AuthenticationOptions other) |
Copyright © 2018. All rights reserved.