Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<AuthProvider> |
AuthProvider.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static AuthProvider |
AuthProvider.newInstance(AuthProvider arg) |
Modifier and Type | Method and Description |
---|---|
void |
User.setAuthProvider(AuthProvider authProvider)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
JDBCAuth
Factory interface for creating
AuthenticationProvider instances that use the Vert.x JDBC client. |
Modifier and Type | Class and Description |
---|---|
class |
MongoAuth
An extension of AuthProvider which is using as store
NOTE: This class has been automatically generated from the
original non RX-ified interface using Vert.x codegen. |
Modifier and Type | Class and Description |
---|---|
class |
ShiroAuth
Factory interface for creating Apache Shiro based
AuthenticationProvider instances. |
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.
|
Copyright © 2021 Eclipse. All rights reserved.