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