Class AuthenticateGateway

java.lang.Object
io.vertx.up.secure.authenticate.AuthenticateGateway

public class AuthenticateGateway extends Object
Author:
Lang
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    userCached(io.vertx.core.json.JsonObject credentials, io.horizon.fn.Actuator actuator)
     
    static void
    userCached(io.vertx.core.json.JsonObject credentials, io.horizon.fn.Actuator actuator, io.horizon.fn.Actuator fnCache)
     
    static void
    userVerified(io.vertx.core.json.JsonObject credentials, io.vertx.up.atom.secure.Aegis aegis, io.vertx.core.Handler<io.vertx.core.AsyncResult<Boolean>> handler)
     

    Methods inherited from class java.lang.Object

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

    • AuthenticateGateway

      public AuthenticateGateway()
  • Method Details

    • userCached

      public static void userCached(io.vertx.core.json.JsonObject credentials, io.horizon.fn.Actuator actuator, io.horizon.fn.Actuator fnCache)
    • userCached

      public static void userCached(io.vertx.core.json.JsonObject credentials, io.horizon.fn.Actuator actuator)
    • userVerified

      public static void userVerified(io.vertx.core.json.JsonObject credentials, io.vertx.up.atom.secure.Aegis aegis, io.vertx.core.Handler<io.vertx.core.AsyncResult<Boolean>> handler)