JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Deprecated API
Contents
Methods
Methods
Method
Description
io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider.authenticate(JsonObject)
For type safety this method should be avoided and
#authenticate(Credentials, Handler)
should be used instead.
io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider.authenticateAndAwait(JsonObject)
For type safety this method should be avoided and
#authenticate(Credentials, Handler)
should be used instead.
io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider.authenticateAndForget(JsonObject)
For type safety this method should be avoided and
#authenticate(Credentials, Handler)
should be used instead.
io.vertx.mutiny.ext.auth.ChainAuth.create()
io.vertx.mutiny.ext.auth.User.clearCache()
This method will be removed. Use
Authorizations#clear()
io.vertx.mutiny.ext.auth.User.isAuthorized(Authorization)
io.vertx.mutiny.ext.auth.User.isAuthorizedAndAwait(Authorization)
io.vertx.mutiny.ext.auth.User.isAuthorizedAndForget(Authorization)
io.vertx.mutiny.ext.auth.User.setAuthProvider(AuthProvider)