Uses of Class
io.vertx.ext.auth.audit.Marker
-
Packages that use Marker Package Description io.vertx.ext.auth.audit io.vertx.reactivex.ext.auth.audit io.vertx.rxjava3.ext.auth.audit -
-
Uses of Marker in io.vertx.ext.auth.audit
Methods in io.vertx.ext.auth.audit that return Marker Modifier and Type Method Description static Marker
Marker. valueOf(String name)
Returns the enum constant of this type with the specified name.static Marker[]
Marker. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.vertx.ext.auth.audit with parameters of type Marker Modifier and Type Method Description void
SecurityAudit. audit(Marker marker, boolean success)
default <T> Handler<AsyncResult<T>>
SecurityAudit. auditHandlerFor(Marker marker)
-
Uses of Marker in io.vertx.reactivex.ext.auth.audit
Methods in io.vertx.reactivex.ext.auth.audit with parameters of type Marker Modifier and Type Method Description void
SecurityAudit. audit(Marker marker, boolean success)
<T> Handler<AsyncResult<T>>
SecurityAudit. auditHandlerFor(Marker marker)
-
Uses of Marker in io.vertx.rxjava3.ext.auth.audit
Methods in io.vertx.rxjava3.ext.auth.audit with parameters of type Marker Modifier and Type Method Description void
SecurityAudit. audit(Marker marker, boolean success)
<T> Handler<AsyncResult<T>>
SecurityAudit. auditHandlerFor(Marker marker)
-