Uses of Enum
io.vertx.ext.consul.AclTokenType
Packages that use AclTokenType
-
Uses of AclTokenType in io.vertx.ext.consul
Subclasses with type arguments of type AclTokenType in io.vertx.ext.consulModifier and TypeClassDescriptionenumAcl token type is either "client" (meaning the token cannot modify ACL rules) or "management" (meaning the token is allowed to perform all actions).Methods in io.vertx.ext.consul that return AclTokenTypeModifier and TypeMethodDescriptionstatic AclTokenTypestatic AclTokenTypeReturns 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.