Uses of Interface
io.vertx.ext.auth.abac.Attribute
Packages that use Attribute
Package
Description
-
Uses of Attribute in io.vertx.ext.auth.abac
Methods in io.vertx.ext.auth.abac that return AttributeModifier and TypeMethodDescriptionstatic AttributeA custom function to be used during matching.static AttributeVerifies whether the attribute matches the specified.static AttributeVerifies whether the attribute matches the specified.static AttributeVerifies whether the attribute matches the specified.Methods in io.vertx.ext.auth.abac that return types with arguments of type AttributeMethods in io.vertx.ext.auth.abac with parameters of type AttributeModifier and TypeMethodDescriptionPolicy.addAttribute(Attribute attribute) Add an attribute to the policy.Method parameters in io.vertx.ext.auth.abac with type arguments of type AttributeModifier and TypeMethodDescriptionPolicy.setAttributes(Set<Attribute> attributes) Set the attributes of the policy. -
Uses of Attribute in io.vertx.reactivex.ext.auth.abac
Methods in io.vertx.reactivex.ext.auth.abac that return AttributeMethods in io.vertx.reactivex.ext.auth.abac with parameters of type AttributeConstructors in io.vertx.reactivex.ext.auth.abac with parameters of type Attribute -
Uses of Attribute in io.vertx.rxjava3.ext.auth.abac
Methods in io.vertx.rxjava3.ext.auth.abac that return AttributeMethods in io.vertx.rxjava3.ext.auth.abac with parameters of type AttributeConstructors in io.vertx.rxjava3.ext.auth.abac with parameters of type Attribute