| Modifier and Type | Interface and Description |
|---|---|
interface |
AuthProvider
User-facing interface for authenticating users.
|
interface |
ChainAuth
Chain several auth providers as if they were one.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
HtdigestAuth
An extension of AuthProvider which is using .htdigest file as store
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
HtpasswdAuth
An extension of AuthProvider which is using htpasswd file as store
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
JDBCAuth
Deprecated.
This class has been replaced by the class
JDBCAuthentication for authentication and JDBCAuthorization for authorization |
interface |
JDBCAuthentication
Factory interface for creating
AuthProvider instances that use the Vert.x JDBC client. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JWTAuth
Factory interface for creating JWT based
AuthProvider instances. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MongoAuth
An extension of AuthProvider which is using
MongoClient as store |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OAuth2Auth
Factory interface for creating OAuth2 based
AuthProvider instances. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ShiroAuth
Deprecated.
ShiroAuth has been replaced by
io.vertx.ext.auth.properties.PropertyFileAuthentication and io.vertx.ext.auth.ldap.LdapAuthentication |
| Modifier and Type | Method and Description |
|---|---|
static AuthHandler |
BasicAuthHandler.create(AuthenticationProvider authProvider)
Create a basic auth handler
|
static AuthHandler |
RedirectAuthHandler.create(AuthenticationProvider authProvider)
Create a handler
|
static FormLoginHandler |
FormLoginHandler.create(AuthenticationProvider authProvider)
Create a handler
|
static AuthHandler |
BasicAuthHandler.create(AuthenticationProvider authProvider,
String realm)
Create a basic auth handler, specifying realm
|
static AuthHandler |
RedirectAuthHandler.create(AuthenticationProvider authProvider,
String loginRedirectURL)
Create a handler
|
static AuthHandler |
RedirectAuthHandler.create(AuthenticationProvider authProvider,
String loginRedirectURL,
String returnURLParam)
Create a handler
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticationProvider |
AuthenticationProvider.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationProvider |
AuthenticationProvider.newInstance(AuthenticationProvider arg) |
| Constructor and Description |
|---|
AuthenticationProvider(AuthenticationProvider delegate) |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationProvider |
AuthenticationProvider.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationProvider |
AuthenticationProvider.newInstance(AuthenticationProvider arg) |
| Constructor and Description |
|---|
AuthenticationProvider(AuthenticationProvider delegate) |
Copyright © 2019 Eclipse. All rights reserved.