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 AclTokenTypeAclToken. getType()Deprecated.Get type of tokenstatic AclTokenTypeAclTokenType. of(String name)static AclTokenTypeAclTokenType. 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 AclTokenAclToken. setType(AclTokenType type)Deprecated.Set type of token
-