Class BridgeLee

java.lang.Object
io.vertx.up.secure.BridgeLee
All Implemented Interfaces:
Lee, LeeBuiltIn

public class BridgeLee extends Object implements LeeBuiltIn
Author:
Lang
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • 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.web.handler.AuthorizationHandler
    authorization(io.vertx.core.Vertx vertx, io.vertx.up.atom.secure.Aegis config)
     
    io.vertx.core.json.JsonObject
    decode(String token, io.vertx.up.atom.secure.AegisItem config)
     
    encode(io.vertx.core.json.JsonObject data, io.vertx.up.atom.secure.AegisItem config)
     
    io.vertx.ext.auth.authentication.AuthenticationProvider
    provider(io.vertx.core.Vertx vertx, io.vertx.up.atom.secure.Aegis config)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BridgeLee

      public BridgeLee()
  • Method Details

    • 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
    • provider

      public io.vertx.ext.auth.authentication.AuthenticationProvider provider(io.vertx.core.Vertx vertx, io.vertx.up.atom.secure.Aegis config)
      Specified by:
      provider 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