Interface Bolt


  • public interface Bolt
    Author:
    Lang
    • Method Summary

      All Methods Static Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      io.vertx.ext.web.handler.AuthenticationHandler authenticate​(io.vertx.core.Vertx vertx, io.vertx.up.atom.secure.Aegis config)  
      io.vertx.ext.web.handler.AuthorizationHandler authorization​(io.vertx.core.Vertx vertx, io.vertx.up.atom.secure.Aegis config)  
      static Bolt get()  
    • Method Detail

      • get

        static Bolt get()
      • authenticate

        io.vertx.ext.web.handler.AuthenticationHandler authenticate​(io.vertx.core.Vertx vertx,
                                                                    io.vertx.up.atom.secure.Aegis config)
      • authorization

        io.vertx.ext.web.handler.AuthorizationHandler authorization​(io.vertx.core.Vertx vertx,
                                                                    io.vertx.up.atom.secure.Aegis config)