Package io.vertx.up.secure.authenticate
Class AuthenticateBuiltInProvider
- java.lang.Object
-
- io.vertx.up.secure.authenticate.AuthenticateBuiltInProvider
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidauthenticate(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)
-
-
-
Method Detail
-
provider
public static AuthenticateBuiltInProvider provider(io.vertx.up.atom.secure.Aegis aegis)
-
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
-
-