Uses of Class
io.vertx.ext.consul.policy.AclPolicy
Packages that use AclPolicy
Package
Description
-
Uses of AclPolicy in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return types with arguments of type AclPolicyModifier and TypeMethodDescriptionConsulClient.getAclPolicies()This endpoint lists all the ACL policies.ConsulClient.readPolicy(String id) This endpoint reads an ACL policy with the given IDConsulClient.readPolicyByName(String name) This endpoint reads an ACL policy with the given nameConsulClient.updatePolicy(String id, AclPolicy policy) This endpoint updates an existing ACL policyMethods in io.vertx.ext.consul with parameters of type AclPolicyModifier and TypeMethodDescriptionConsulClient.createAclPolicy(AclPolicy policy) Creates a new ACL policyConsulClient.updatePolicy(String id, AclPolicy policy) This endpoint updates an existing ACL policy -
Uses of AclPolicy in io.vertx.ext.consul.policy
Methods in io.vertx.ext.consul.policy that return AclPolicyModifier and TypeMethodDescriptionAclPolicy.addDatacenter(String datacenter) Adds a datacenter, likeAclPolicy.setDatacenters(List)AclPolicy.setDatacenters(List<String> datacenters) Sets an optional datacenters.AclPolicy.setDescription(String description) Sets an optional free-form description that is human-readable.Sets a name.AclPolicy.setNamespace(String namespace) Sets an optional namespace.Sets a rules. -
Uses of AclPolicy in io.vertx.reactivex.ext.consul
Methods in io.vertx.reactivex.ext.consul that return types with arguments of type AclPolicyModifier and TypeMethodDescriptionConsulClient.getAclPolicies()This endpoint lists all the ACL policies.ConsulClient.readPolicy(String id) This endpoint reads an ACL policy with the given IDConsulClient.readPolicyByName(String name) This endpoint reads an ACL policy with the given nameConsulClient.rxGetAclPolicies()This endpoint lists all the ACL policies.ConsulClient.rxReadPolicy(String id) This endpoint reads an ACL policy with the given IDConsulClient.rxReadPolicyByName(String name) This endpoint reads an ACL policy with the given nameConsulClient.rxUpdatePolicy(String id, AclPolicy policy) This endpoint updates an existing ACL policyConsulClient.updatePolicy(String id, AclPolicy policy) This endpoint updates an existing ACL policyMethods in io.vertx.reactivex.ext.consul with parameters of type AclPolicyModifier and TypeMethodDescriptionConsulClient.createAclPolicy(AclPolicy policy) Creates a new ACL policyConsulClient.rxCreateAclPolicy(AclPolicy policy) Creates a new ACL policyConsulClient.rxUpdatePolicy(String id, AclPolicy policy) This endpoint updates an existing ACL policyConsulClient.updatePolicy(String id, AclPolicy policy) This endpoint updates an existing ACL policy -
Uses of AclPolicy in io.vertx.rxjava3.ext.consul
Methods in io.vertx.rxjava3.ext.consul that return types with arguments of type AclPolicyModifier and TypeMethodDescriptionConsulClient.getAclPolicies()This endpoint lists all the ACL policies.ConsulClient.readPolicy(String id) This endpoint reads an ACL policy with the given IDConsulClient.readPolicyByName(String name) This endpoint reads an ACL policy with the given nameConsulClient.rxGetAclPolicies()This endpoint lists all the ACL policies.ConsulClient.rxReadPolicy(String id) This endpoint reads an ACL policy with the given IDConsulClient.rxReadPolicyByName(String name) This endpoint reads an ACL policy with the given nameConsulClient.rxUpdatePolicy(String id, AclPolicy policy) This endpoint updates an existing ACL policyConsulClient.updatePolicy(String id, AclPolicy policy) This endpoint updates an existing ACL policyMethods in io.vertx.rxjava3.ext.consul with parameters of type AclPolicyModifier and TypeMethodDescriptionConsulClient.createAclPolicy(AclPolicy policy) Creates a new ACL policyConsulClient.rxCreateAclPolicy(AclPolicy policy) Creates a new ACL policyConsulClient.rxUpdatePolicy(String id, AclPolicy policy) This endpoint updates an existing ACL policyConsulClient.updatePolicy(String id, AclPolicy policy) This endpoint updates an existing ACL policy