Uses of Class
io.vertx.reactivex.ext.auth.abac.Attribute
-
Packages that use Attribute Package Description io.vertx.reactivex.ext.auth.abac -
-
Uses of Attribute in io.vertx.reactivex.ext.auth.abac
Fields in io.vertx.reactivex.ext.auth.abac with type parameters of type Attribute Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<Attribute>
Attribute. __TYPE_ARG
Methods in io.vertx.reactivex.ext.auth.abac that return Attribute Modifier and Type Method Description static Attribute
Attribute. create(Function<User,Boolean> function)
A custom function to be used during matching.static Attribute
Attribute. eq(String pointer, Object value)
Verifies whether the attribute matches the specified.static Attribute
Attribute. has(String pointer, Object value)
Verifies whether the attribute matches the specified.static Attribute
Attribute. ne(String pointer, Object value)
Verifies whether the attribute matches the specified.static Attribute
Attribute. newInstance(Attribute arg)
-