Uses of Class
io.vertx.ext.auth.abac.Policy
Packages that use Policy
Package
Description
-
Uses of Policy in io.vertx.ext.auth.abac
Methods in io.vertx.ext.auth.abac that return PolicyModifier and TypeMethodDescriptionPolicy.addAttribute(Attribute attribute) Add an attribute to the policy.Policy.addAuthorization(Authorization authorization) Add an authorization to the policy.Policy.addSubject(String subject) Add a subject to the current policy.Policy.setAttributes(Set<Attribute> attributes) Set the attributes of the policy.Policy.setAuthorizations(Set<Authorization> authorizations) Set the authorizations of the policy.Set the policy name.Policy.setSubjects(Set<String> subjects) Replaces all active subjects with the given set.Methods in io.vertx.ext.auth.abac with parameters of type PolicyModifier and TypeMethodDescriptionMethod parameters in io.vertx.ext.auth.abac with type arguments of type PolicyModifier and TypeMethodDescriptionPolicyBasedAuthorizationProvider.setPolicies(List<Policy> policies) -
Uses of Policy in io.vertx.reactivex.ext.auth.abac
Methods in io.vertx.reactivex.ext.auth.abac with parameters of type PolicyModifier and TypeMethodDescriptionMethod parameters in io.vertx.reactivex.ext.auth.abac with type arguments of type PolicyModifier and TypeMethodDescriptionPolicyBasedAuthorizationProvider.setPolicies(List<Policy> policies) -
Uses of Policy in io.vertx.rxjava3.ext.auth.abac
Methods in io.vertx.rxjava3.ext.auth.abac with parameters of type PolicyModifier and TypeMethodDescriptionMethod parameters in io.vertx.rxjava3.ext.auth.abac with type arguments of type PolicyModifier and TypeMethodDescriptionPolicyBasedAuthorizationProvider.setPolicies(List<Policy> policies)