Package | Description |
---|---|
io.vertx.ext.hawkular |
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(JsonObject json,
AuthenticationOptions obj) |
VertxHawkularOptions |
VertxHawkularOptions.setAuthenticationOptions(AuthenticationOptions authenticationOptions)
Set the options for authentication.
|
static void |
AuthenticationOptionsConverter.toJson(AuthenticationOptions obj,
JsonObject json) |
Constructor and Description |
---|
AuthenticationOptions(AuthenticationOptions other) |
Copyright © 2016. All rights reserved.