Class AbstractLee

    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractLee()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.vertx.ext.web.handler.AuthorizationHandler authorization​(io.vertx.core.Vertx vertx, io.vertx.up.atom.secure.Aegis config)  
      protected io.vertx.ext.web.handler.AuthenticationHandler buildHandler​(io.vertx.ext.auth.authentication.AuthenticationProvider standard, io.vertx.up.atom.secure.Aegis aegis, io.vertx.ext.web.handler.impl.HTTPAuthorizationHandler.Type type)  
      protected io.vertx.up.log.Annal logger()  
      protected <T> T option​(io.vertx.up.atom.secure.Aegis aegis, String key)  
      protected io.vertx.ext.web.handler.AuthenticationHandler wrapHandler​(io.vertx.ext.web.handler.AuthenticationHandler standard, io.vertx.up.atom.secure.Aegis aegis)  
    • Constructor Detail

      • AbstractLee

        public AbstractLee()
    • Method Detail

      • authorization

        public io.vertx.ext.web.handler.AuthorizationHandler authorization​(io.vertx.core.Vertx vertx,
                                                                           io.vertx.up.atom.secure.Aegis config)
        Specified by:
        authorization in interface Lee
      • wrapHandler

        protected io.vertx.ext.web.handler.AuthenticationHandler wrapHandler​(io.vertx.ext.web.handler.AuthenticationHandler standard,
                                                                             io.vertx.up.atom.secure.Aegis aegis)
      • buildHandler

        protected io.vertx.ext.web.handler.AuthenticationHandler buildHandler​(io.vertx.ext.auth.authentication.AuthenticationProvider standard,
                                                                              io.vertx.up.atom.secure.Aegis aegis,
                                                                              io.vertx.ext.web.handler.impl.HTTPAuthorizationHandler.Type type)
      • option

        protected <T> T option​(io.vertx.up.atom.secure.Aegis aegis,
                               String key)
      • logger

        protected io.vertx.up.log.Annal logger()