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 |
---|---|
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 |
Modifier and Type | Interface and Description |
---|---|
interface |
MongoAuth
Deprecated.
This class has been replaced by the class
MongoAuthentication for authentication and MongoAuthorization for authorization |
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 |
---|---|
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 |
---|---|
SessionHandler |
SessionHandler.setAuthProvider(AuthProvider authProvider)
Deprecated.
this method has no effect
|
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 © 2021 Eclipse. All rights reserved.