Package io.vertx.tp.rbac.extension
Class AuditorPin
- java.lang.Object
-
- io.vertx.tp.rbac.extension.AuditorPin
-
- All Implemented Interfaces:
PlugAuditor
public class AuditorPin extends Object implements PlugAuditor
-
-
Constructor Summary
Constructors Constructor Description AuditorPin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.vertx.core.Future<Envelop>audit(io.vertx.ext.web.RoutingContext context, Envelop envelop)PlugAuditorbind(io.vertx.core.json.JsonObject config)
-
-
-
Method Detail
-
bind
public PlugAuditor bind(io.vertx.core.json.JsonObject config)
- Specified by:
bindin interfacePlugAuditor
-
audit
public io.vertx.core.Future<Envelop> audit(io.vertx.ext.web.RoutingContext context, Envelop envelop)
- Specified by:
auditin interfacePlugAuditor
-
-