Uses of Enum
io.vertx.ext.auth.audit.Marker
Packages that use Marker
Package
Description
-
Uses of Marker in io.vertx.ext.auth.audit
Subclasses with type arguments of type Marker in io.vertx.ext.auth.auditModifier and TypeClassDescriptionenumA marker will define the structured data id in the log and contains metadata on which fields should be masked.Methods in io.vertx.ext.auth.audit that return MarkerModifier and TypeMethodDescriptionstatic MarkerReturns 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 MarkerModifier and TypeMethodDescriptionvoiddefault <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 MarkerModifier and TypeMethodDescriptionvoid<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 MarkerModifier and TypeMethodDescriptionvoid<T> Handler<AsyncResult<T>> SecurityAudit.auditHandlerFor(Marker marker)