Interface Bolt


public interface Bolt
Author:
Lang
  • Method Summary

    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.auth.authentication.AuthenticationProvider
    authenticateProvider(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()
     
    static Lee
    reference(io.horizon.eon.em.secure.AuthWall wall)
     
  • Method Details

    • get

      static Bolt get()
    • reference

      static Lee reference(io.horizon.eon.em.secure.AuthWall wall)
    • 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)
    • authenticateProvider

      io.vertx.ext.auth.authentication.AuthenticationProvider authenticateProvider(io.vertx.core.Vertx vertx, io.vertx.up.atom.secure.Aegis config)