Uses of Class
io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
-
Packages that use AuthenticationProvider Package Description io.vertx.mutiny.ext.auth io.vertx.mutiny.ext.auth.authentication -
-
Uses of AuthenticationProvider in io.vertx.mutiny.ext.auth
Subclasses of AuthenticationProvider in io.vertx.mutiny.ext.auth Modifier and Type Class Description classAuthProviderUser-facing interface for authenticating users.classChainAuthChain several authentication providers as if they were one.Methods in io.vertx.mutiny.ext.auth with parameters of type AuthenticationProvider Modifier and Type Method Description ChainAuthChainAuth. add(AuthenticationProvider other) -
Uses of AuthenticationProvider in io.vertx.mutiny.ext.auth.authentication
Fields in io.vertx.mutiny.ext.auth.authentication with type parameters of type AuthenticationProvider Modifier and Type Field Description static io.smallrye.mutiny.vertx.TypeArg<AuthenticationProvider>AuthenticationProvider. __TYPE_ARGMethods in io.vertx.mutiny.ext.auth.authentication that return AuthenticationProvider Modifier and Type Method Description static AuthenticationProviderAuthenticationProvider. newInstance(io.vertx.ext.auth.authentication.AuthenticationProvider arg)
-