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.HashingAlgorithm.id()
io.vertx.mutiny.ext.auth.HashingAlgorithm.needsSeparator()
io.vertx.mutiny.ext.auth.HashingAlgorithm.params()
io.vertx.mutiny.ext.auth.HashingStrategy.get(String)
io.vertx.mutiny.ext.auth.HashingStrategy.hash(String, Map<String, String>, String, String)
io.vertx.mutiny.ext.auth.HashingStrategy.load()
io.vertx.mutiny.ext.auth.HashingStrategy.put(String, HashingAlgorithm)
io.vertx.mutiny.ext.auth.HashingStrategy.verify(String, String)
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)
io.vertx.mutiny.ext.auth.VertxContextPRNG.current()