Uses of Class
io.vertx.ext.consul.AclToken
-
Packages that use AclToken Package Description io.vertx.ext.consul 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 AclToken Modifier and Type Method Description AclToken
AclToken. setId(String id)
Deprecated.Set ID of tokenAclToken
AclToken. setName(String name)
Deprecated.Set name of tokenAclToken
AclToken. setRules(String rules)
Deprecated.Set rules for tokenAclToken
AclToken. setType(AclTokenType type)
Deprecated.Set type of tokenMethods in io.vertx.ext.consul that return types with arguments of type AclToken Modifier and Type Method Description Future<AclToken>
ConsulClient. infoAclToken(String id)
Deprecated.UseConsulClient.readAclToken(String)
insteadFuture<List<AclToken>>
ConsulClient. listAclTokens()
Deprecated.UseConsulClient.getAclTokens()
insteadMethods in io.vertx.ext.consul with parameters of type AclToken Modifier and Type Method Description Future<String>
ConsulClient. createAclToken(AclToken token)
Deprecated.Future<String>
ConsulClient. updateAclToken(AclToken token)
Deprecated.Constructors in io.vertx.ext.consul with parameters of type AclToken Constructor Description AclToken(AclToken token)
Deprecated.Copy constructor -
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. infoAclToken(String id)
Deprecated.Future<List<AclToken>>
ConsulClient. listAclTokens()
Deprecated.Single<AclToken>
ConsulClient. rxInfoAclToken(String id)
Deprecated.Single<List<AclToken>>
ConsulClient. rxListAclTokens()
Deprecated.Methods in io.vertx.reactivex.ext.consul with parameters of type AclToken Modifier and Type Method Description Future<String>
ConsulClient. createAclToken(AclToken token)
Deprecated.Single<String>
ConsulClient. rxCreateAclToken(AclToken token)
Deprecated.Single<String>
ConsulClient. rxUpdateAclToken(AclToken token)
Deprecated.Future<String>
ConsulClient. updateAclToken(AclToken token)
Deprecated. -
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. infoAclToken(String id)
Deprecated.Single<List<AclToken>>
ConsulClient. listAclTokens()
Deprecated.Single<AclToken>
ConsulClient. rxInfoAclToken(String id)
Deprecated.Single<List<AclToken>>
ConsulClient. rxListAclTokens()
Deprecated.Methods in io.vertx.rxjava3.ext.consul with parameters of type AclToken Modifier and Type Method Description Single<String>
ConsulClient. createAclToken(AclToken token)
Deprecated.Single<String>
ConsulClient. rxCreateAclToken(AclToken token)
Deprecated.Single<String>
ConsulClient. rxUpdateAclToken(AclToken token)
Deprecated.Single<String>
ConsulClient. updateAclToken(AclToken token)
Deprecated.
-