Class AuthenticateBuiltInProvider

  • All Implemented Interfaces:
    io.vertx.ext.auth.authentication.AuthenticationProvider

    public class AuthenticateBuiltInProvider
    extends Object
    implements io.vertx.ext.auth.authentication.AuthenticationProvider
    Author:
    Lang
    • Method Detail

      • authenticate

        public void authenticate​(io.vertx.core.json.JsonObject credentials,
                                 io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.auth.User>> handler)
        Specified by:
        authenticate in interface io.vertx.ext.auth.authentication.AuthenticationProvider