Uses of Class
io.vertx.ext.consul.token.AclToken
Packages that use AclToken
Package
Description
-
Uses of AclToken in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return types with arguments of type AclTokenModifier and TypeMethodDescriptionConsulClient.cloneAclToken(String accessorId, CloneAclTokenOptions cloneAclTokenOptions) Clones an existing ACL tokenConsulClient.createAclToken(AclToken token) Create an Acl tokenConsulClient.getAclTokens()Get list of Acl tokenConsulClient.readAclToken(String accessorId) Reads an ACL token with the given Accessor IDConsulClient.updateAclToken(String accessorId, AclToken token) Update an existing Acl tokenMethods in io.vertx.ext.consul with parameters of type AclTokenModifier and TypeMethodDescriptionConsulClient.createAclToken(AclToken token) Create an Acl tokenConsulClient.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 AclTokenModifier and TypeMethodDescriptionAclToken.addPolicy(PolicyLink policyLink) Adds a policy.AclToken.local()Indicates that it is a local tokenAclToken.setDescription(String description) Sets an optional free-form description that is human-readableAclToken.setExpirationTime(String expirationTime) Sets the expiration time.AclToken.setNamespace(String namespace) Sets an optional namespace.AclToken.setNodeIdentities(List<NodeTokenApplyingOptions> nodeIdentities) Sets a list of nodesAclToken.setPolicies(List<PolicyLink> policies) Sets policiesAclToken.setServiceIdentities(List<ServiceTokenApplyingOptions> serviceIdentities) Sets a list of services -
Uses of AclToken in io.vertx.reactivex.ext.consul
Methods in io.vertx.reactivex.ext.consul that return types with arguments of type AclTokenModifier and TypeMethodDescriptionConsulClient.cloneAclToken(String accessorId, CloneAclTokenOptions cloneAclTokenOptions) Clones an existing ACL tokenConsulClient.createAclToken(AclToken token) Create an Acl tokenConsulClient.getAclTokens()Get list of Acl tokenConsulClient.readAclToken(String accessorId) Reads an ACL token with the given Accessor IDConsulClient.rxCloneAclToken(String accessorId, CloneAclTokenOptions cloneAclTokenOptions) Clones an existing ACL tokenConsulClient.rxCreateAclToken(AclToken token) Create an Acl tokenConsulClient.rxGetAclTokens()Get list of Acl tokenConsulClient.rxReadAclToken(String accessorId) Reads an ACL token with the given Accessor IDConsulClient.rxUpdateAclToken(String accessorId, AclToken token) Update an existing Acl tokenConsulClient.updateAclToken(String accessorId, AclToken token) Update an existing Acl tokenMethods in io.vertx.reactivex.ext.consul with parameters of type AclTokenModifier and TypeMethodDescriptionConsulClient.createAclToken(AclToken token) Create an Acl tokenConsulClient.rxCreateAclToken(AclToken token) Create an Acl tokenConsulClient.rxUpdateAclToken(String accessorId, AclToken token) Update an existing Acl tokenConsulClient.updateAclToken(String accessorId, AclToken token) Update an existing Acl token -
Uses of AclToken in io.vertx.rxjava3.ext.consul
Methods in io.vertx.rxjava3.ext.consul that return types with arguments of type AclTokenModifier and TypeMethodDescriptionConsulClient.cloneAclToken(String accessorId, CloneAclTokenOptions cloneAclTokenOptions) Clones an existing ACL tokenConsulClient.createAclToken(AclToken token) Create an Acl tokenConsulClient.getAclTokens()Get list of Acl tokenConsulClient.readAclToken(String accessorId) Reads an ACL token with the given Accessor IDConsulClient.rxCloneAclToken(String accessorId, CloneAclTokenOptions cloneAclTokenOptions) Clones an existing ACL tokenConsulClient.rxCreateAclToken(AclToken token) Create an Acl tokenConsulClient.rxGetAclTokens()Get list of Acl tokenConsulClient.rxReadAclToken(String accessorId) Reads an ACL token with the given Accessor IDConsulClient.rxUpdateAclToken(String accessorId, AclToken token) Update an existing Acl tokenConsulClient.updateAclToken(String accessorId, AclToken token) Update an existing Acl tokenMethods in io.vertx.rxjava3.ext.consul with parameters of type AclTokenModifier and TypeMethodDescriptionConsulClient.createAclToken(AclToken token) Create an Acl tokenConsulClient.rxCreateAclToken(AclToken token) Create an Acl tokenConsulClient.rxUpdateAclToken(String accessorId, AclToken token) Update an existing Acl tokenConsulClient.updateAclToken(String accessorId, AclToken token) Update an existing Acl token