Package io.vertx.up.secure.authenticate
Class AuthenticateBuiltInProvider
java.lang.Object
io.vertx.up.secure.authenticate.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 Summary
Modifier and TypeMethodDescriptionvoidauthenticate(io.vertx.core.json.JsonObject credentials, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.auth.User>> handler) static AuthenticateBuiltInProviderprovider(io.vertx.up.atom.secure.Aegis aegis) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.vertx.ext.auth.authentication.AuthenticationProvider
authenticate, authenticate, authenticate
-
Method Details
-
provider
-
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:
authenticatein interfaceio.vertx.ext.auth.authentication.AuthenticationProvider
-