Uses of Class
io.vertx.ext.auth.audit.Marker
-
Packages that use Marker Package Description io.vertx.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 MarkerMarker. 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 voidSecurityAudit. audit(Marker marker, boolean success)default <T> Handler<AsyncResult<T>>SecurityAudit. auditHandlerFor(Marker marker)
-