Uses of Class
io.vertx.ext.consul.AclTokenType
-
Packages that use AclTokenType Package Description io.vertx.ext.consul -
-
Uses of AclTokenType in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return AclTokenType Modifier and Type Method Description AclTokenType
AclToken. getType()
Deprecated.Get type of tokenstatic AclTokenType
AclTokenType. of(String name)
static AclTokenType
AclTokenType. valueOf(String name)
Returns the enum constant of this type with the specified name.static AclTokenType[]
AclTokenType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.vertx.ext.consul with parameters of type AclTokenType Modifier and Type Method Description AclToken
AclToken. setType(AclTokenType type)
Deprecated.Set type of token
-