| Modifier and Type | Interface and Description |
|---|---|
interface |
ChainAuth
Chain several auth providers as if they were one.
|
| Modifier and Type | Method and Description |
|---|---|
AuthProvider |
AuthOptions.createProvider(Vertx vertx)
Deprecated.
Create the suitable provider for this option.
|
| Modifier and Type | Method and Description |
|---|---|
ChainAuth |
ChainAuth.append(AuthProvider other)
Appends a auth provider to the chain.
|
boolean |
ChainAuth.remove(AuthProvider other)
Removes a provider from the chain.
|
void |
User.setAuthProvider(AuthProvider authProvider)
Deprecated.
|
| 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 |
|---|---|
AuthProvider |
ShiroAuthOptions.createProvider(Vertx vertx)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static HealthCheckHandler |
HealthCheckHandler.create(Vertx vertx,
AuthProvider provider)
Creates an instance of the default implementation of the
HealthCheckHandler. |
static HealthCheckHandler |
HealthCheckHandler.createWithHealthChecks(HealthChecks hc,
AuthProvider provider)
Creates an instance of the default implementation of the
HealthCheckHandler. |
| Modifier and Type | Method and Description |
|---|---|
TermServer |
TermServer.authProvider(AuthProvider provider)
Set an auth provider to use, any provider configured in options will override this provider.
|
| Modifier and Type | Method and Description |
|---|---|
StompServerHandler |
StompServerHandler.authProvider(AuthProvider handler)
Configures the
AuthProvider to be used to authenticate the user. |
| Modifier and Type | Method and Description |
|---|---|
static UserSessionHandler |
UserSessionHandler.create(AuthProvider authProvider)
Deprecated.
Create a new handler
|
static FormLoginHandler |
FormLoginHandler.create(AuthProvider authProvider,
String usernameParam,
String passwordParam,
String returnURLParam,
String directLoggedInOKURL)
Create a handler
|
SessionHandler |
SessionHandler.setAuthProvider(AuthProvider authProvider)
Set an auth provider that will allow retrieving the User object from the session to the current routing context.
|
| Modifier and Type | Method and Description |
|---|---|
AuthProvider |
AuthProvider.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static AuthProvider |
AuthProvider.newInstance(AuthProvider arg) |
| Constructor and Description |
|---|
AuthProvider(AuthProvider delegate) |
| Modifier and Type | Method and Description |
|---|---|
AuthProvider |
AuthProvider.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static AuthProvider |
AuthProvider.newInstance(AuthProvider arg) |
| Constructor and Description |
|---|
AuthProvider(AuthProvider delegate) |
Copyright © 2019 Eclipse. All rights reserved.