Uses of Class
io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
-
-
Uses of AuthenticationProvider in io.vertx.mutiny.ext.auth
Subclasses of AuthenticationProvider in io.vertx.mutiny.ext.auth Modifier and Type Class Description class
AuthProvider
User-facing interface for authenticating users.class
ChainAuth
Chain 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 ChainAuth
ChainAuth. 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 TypeArg<AuthenticationProvider>
AuthenticationProvider. __TYPE_ARG
Methods in io.vertx.mutiny.ext.auth.authentication that return AuthenticationProvider Modifier and Type Method Description static AuthenticationProvider
AuthenticationProvider. newInstance(io.vertx.ext.auth.authentication.AuthenticationProvider arg)
-
Uses of AuthenticationProvider in io.vertx.mutiny.ext.auth.htdigest
Subclasses of AuthenticationProvider in io.vertx.mutiny.ext.auth.htdigest Modifier and Type Class Description class
HtdigestAuth
An extension of AuthProvider which is using .htdigest file as store -
Uses of AuthenticationProvider in io.vertx.mutiny.ext.auth.htpasswd
Subclasses of AuthenticationProvider in io.vertx.mutiny.ext.auth.htpasswd Modifier and Type Class Description class
HtpasswdAuth
An extension of AuthProvider which is using htpasswd file as store -
Uses of AuthenticationProvider in io.vertx.mutiny.ext.auth.jdbc
Subclasses of AuthenticationProvider in io.vertx.mutiny.ext.auth.jdbc Modifier and Type Class Description class
JDBCAuth
Factory interface for creatingAuthenticationProvider
instances that use the Vert.x JDBC client.class
JDBCAuthentication
Factory interface for creatingAuthenticationProvider
instances that use the Vert.x JDBC client. -
Uses of AuthenticationProvider in io.vertx.mutiny.ext.auth.jwt
Subclasses of AuthenticationProvider in io.vertx.mutiny.ext.auth.jwt Modifier and Type Class Description class
JWTAuth
Factory interface for creating JWT basedAuthenticationProvider
instances. -
Uses of AuthenticationProvider in io.vertx.mutiny.ext.auth.ldap
Subclasses of AuthenticationProvider in io.vertx.mutiny.ext.auth.ldap Modifier and Type Class Description class
LdapAuthentication
Factory interface for creating a LDAPAuthenticationProvider
. -
Uses of AuthenticationProvider in io.vertx.mutiny.ext.auth.mongo
Subclasses of AuthenticationProvider in io.vertx.mutiny.ext.auth.mongo Modifier and Type Class Description class
MongoAuth
An extension of AuthProvider which is using as storeclass
MongoAuthentication
An extension of AuthProvider which is using as store -
Uses of AuthenticationProvider in io.vertx.mutiny.ext.auth.oauth2
Subclasses of AuthenticationProvider in io.vertx.mutiny.ext.auth.oauth2 Modifier and Type Class Description class
OAuth2Auth
Factory interface for creating OAuth2 basedAuthenticationProvider
instances. -
Uses of AuthenticationProvider in io.vertx.mutiny.ext.auth.properties
Subclasses of AuthenticationProvider in io.vertx.mutiny.ext.auth.properties Modifier and Type Class Description class
PropertyFileAuthentication
Factory interface for creating property file basedAuthenticationProvider
instances. -
Uses of AuthenticationProvider in io.vertx.mutiny.ext.auth.shiro
Subclasses of AuthenticationProvider in io.vertx.mutiny.ext.auth.shiro Modifier and Type Class Description class
ShiroAuth
Factory interface for creating Apache Shiro basedAuthenticationProvider
instances. -
Uses of AuthenticationProvider in io.vertx.mutiny.ext.auth.sqlclient
Subclasses of AuthenticationProvider in io.vertx.mutiny.ext.auth.sqlclient Modifier and Type Class Description class
SqlAuthentication
Factory interface for creatingAuthenticationProvider
instances that use the Vert.x SQL client. -
Uses of AuthenticationProvider in io.vertx.mutiny.ext.auth.webauthn
Subclasses of AuthenticationProvider in io.vertx.mutiny.ext.auth.webauthn Modifier and Type Class Description class
WebAuthn
Factory interface for creating WebAuthN basedAuthenticationProvider
instances. -
Uses of AuthenticationProvider in io.vertx.mutiny.ext.healthchecks
Methods in io.vertx.mutiny.ext.healthchecks with parameters of type AuthenticationProvider Modifier and Type Method Description static HealthCheckHandler
HealthCheckHandler. create(Vertx vertx, AuthenticationProvider provider)
static HealthCheckHandler
HealthCheckHandler. createWithHealthChecks(HealthChecks hc, AuthenticationProvider provider)
-
Uses of AuthenticationProvider in io.vertx.mutiny.ext.stomp
Methods in io.vertx.mutiny.ext.stomp with parameters of type AuthenticationProvider Modifier and Type Method Description StompServerHandler
StompServerHandler. authProvider(AuthenticationProvider handler)
-
Uses of AuthenticationProvider in io.vertx.mutiny.ext.web.handler
Methods in io.vertx.mutiny.ext.web.handler with parameters of type AuthenticationProvider Modifier and Type Method Description static APIKeyHandler
APIKeyHandler. create(AuthenticationProvider authProvider)
static BasicAuthHandler
BasicAuthHandler. create(AuthenticationProvider authProvider)
static BasicAuthHandler
BasicAuthHandler. create(AuthenticationProvider authProvider, String realm)
static FormLoginHandler
FormLoginHandler. create(AuthenticationProvider authProvider)
static FormLoginHandler
FormLoginHandler. create(AuthenticationProvider authProvider, String usernameParam, String passwordParam, String returnURLParam, String directLoggedInOKURL)
static RedirectAuthHandler
RedirectAuthHandler. create(AuthenticationProvider authProvider)
static RedirectAuthHandler
RedirectAuthHandler. create(AuthenticationProvider authProvider, String loginRedirectURL)
static RedirectAuthHandler
RedirectAuthHandler. create(AuthenticationProvider authProvider, String loginRedirectURL, String returnURLParam)
-