Class AuditorPin

java.lang.Object
io.vertx.tp.rbac.extension.AuditorPin
All Implemented Interfaces:
io.vertx.up.extension.PlugAuditor

public class AuditorPin extends Object implements io.vertx.up.extension.PlugAuditor
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.vertx.core.Future<io.vertx.up.commune.Envelop>
    audit(io.vertx.ext.web.RoutingContext context, io.vertx.up.commune.Envelop envelop)
     
    io.vertx.up.extension.PlugAuditor
    bind(io.vertx.core.json.JsonObject config)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AuditorPin

      public AuditorPin()
  • Method Details

    • bind

      public io.vertx.up.extension.PlugAuditor bind(io.vertx.core.json.JsonObject config)
      Specified by:
      bind in interface io.vertx.up.extension.PlugAuditor
    • audit

      public io.vertx.core.Future<io.vertx.up.commune.Envelop> audit(io.vertx.ext.web.RoutingContext context, io.vertx.up.commune.Envelop envelop)
      Specified by:
      audit in interface io.vertx.up.extension.PlugAuditor