Uses of Interface
io.vertx.ext.auth.authentication.AuthenticationProvider
-
Packages that use AuthenticationProvider Package Description io.vertx.ext.auth -
-
Uses of AuthenticationProvider in io.vertx.ext.auth
Subinterfaces of AuthenticationProvider in io.vertx.ext.auth Modifier and Type Interface Description interface
ChainAuth
Chain several authentication providers as if they were one.Methods in io.vertx.ext.auth with parameters of type AuthenticationProvider Modifier and Type Method Description ChainAuth
ChainAuth. add(AuthenticationProvider other)
Appends a auth provider to the chain.
-