Uses of Class
io.vertx.ext.consul.token.AclToken
-
Packages that use AclToken Package Description io.vertx.ext.consul io.vertx.ext.consul.token -
-
Uses of AclToken in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return types with arguments of type AclToken Modifier and Type Method Description io.vertx.core.Future<AclToken>ConsulClient. cloneAclToken(String accessorId, CloneAclTokenOptions cloneAclTokenOptions)Clones an existing ACL tokenio.vertx.core.Future<AclToken>ConsulClient. createAclToken(AclToken token)Create an Acl tokenio.vertx.core.Future<List<AclToken>>ConsulClient. getAclTokens()Get list of Acl tokenio.vertx.core.Future<AclToken>ConsulClient. readAclToken(String accessorId)Reads an ACL token with the given Accessor IDio.vertx.core.Future<AclToken>ConsulClient. updateAclToken(String accessorId, AclToken token)Update an existing Acl tokenMethods in io.vertx.ext.consul with parameters of type AclToken Modifier and Type Method Description io.vertx.core.Future<AclToken>ConsulClient. createAclToken(AclToken token)Create an Acl tokenio.vertx.core.Future<AclToken>ConsulClient. updateAclToken(String accessorId, AclToken token)Update an existing Acl token -
Uses of AclToken in io.vertx.ext.consul.token
Methods in io.vertx.ext.consul.token that return AclToken Modifier and Type Method Description AclTokenAclToken. addPolicy(PolicyLink policyLink)Adds a policy.AclTokenAclToken. local()Indicates that it is a local tokenAclTokenAclToken. setDescription(String description)Sets an optional free-form description that is human-readableAclTokenAclToken. setExpirationTime(String expirationTime)Sets the expiration time.AclTokenAclToken. setNamespace(String namespace)Sets an optional namespace.AclTokenAclToken. setNodeIdentities(List<NodeTokenApplyingOptions> nodeIdentities)Sets a list of nodesAclTokenAclToken. setPolicies(List<PolicyLink> policies)Sets policiesAclTokenAclToken. setServiceIdentities(List<ServiceTokenApplyingOptions> serviceIdentities)Sets a list of services
-