Class BridgeLee

    • Constructor Detail

      • BridgeLee

        public BridgeLee()
    • Method Detail

      • authenticate

        public io.vertx.ext.web.handler.AuthenticationHandler authenticate​(io.vertx.core.Vertx vertx,
                                                                           io.vertx.up.atom.secure.Aegis config)
        Specified by:
        authenticate in interface Lee
      • 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
      • encode

        public String encode​(io.vertx.core.json.JsonObject data,
                             io.vertx.up.atom.secure.AegisItem config)
        Specified by:
        encode in interface Lee
      • decode

        public io.vertx.core.json.JsonObject decode​(String token,
                                                    io.vertx.up.atom.secure.AegisItem config)
        Specified by:
        decode in interface Lee