Class AdmitValve

java.lang.Object
io.aeon.experiment.specification.secure.AbstractValve
io.vertx.tp.rbac.ruler.AdmitValve
All Implemented Interfaces:
io.horizon.cloud.secure.HValve, io.horizon.specification.action.HCommand<io.vertx.core.json.JsonObject,io.vertx.core.Future<io.vertx.core.json.JsonObject>>, io.horizon.specification.action.HEvent<io.vertx.core.json.JsonObject,io.vertx.core.json.JsonObject>

public class AdmitValve extends io.aeon.experiment.specification.secure.AbstractValve
Dim = FLAT Ui = DAO
Author:
Lang
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected io.vertx.core.Future<io.vertx.core.json.JsonObject>
    response(io.aeon.atom.secure.HPermit permit, io.aeon.atom.secure.HCatena catena)
     

    Methods inherited from class io.aeon.experiment.specification.secure.AbstractValve

    configure, uiSmart

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.horizon.specification.action.HEvent

    bind, compile, synchro
  • Constructor Details

    • AdmitValve

      public AdmitValve()
  • Method Details

    • response

      protected io.vertx.core.Future<io.vertx.core.json.JsonObject> response(io.aeon.atom.secure.HPermit permit, io.aeon.atom.secure.HCatena catena)
      Specified by:
      response in class io.aeon.experiment.specification.secure.AbstractValve