| Package | Description |
|---|---|
| io.vertx.ext.apex | |
| io.vertx.ext.apex.handler | |
| io.vertx.ext.auth | |
| io.vertx.ext.auth.shiro | |
| io.vertx.rxjava.ext.auth |
| Modifier and Type | Method and Description |
|---|---|
void |
Session.setAuthProvider(AuthProvider authProvider)
Set the auth provider
|
| Modifier and Type | Method and Description |
|---|---|
static AuthHandler |
BasicAuthHandler.create(AuthProvider authProvider)
Create a basic auth handler
|
static FormLoginHandler |
FormLoginHandler.create(AuthProvider authProvider)
Create a handler
|
static AuthHandler |
RedirectAuthHandler.create(AuthProvider authProvider)
Create a handler
|
static AuthHandler |
BasicAuthHandler.create(AuthProvider authProvider,
String realm)
Create a basic auth handler, specifying realm
|
static AuthHandler |
RedirectAuthHandler.create(AuthProvider authProvider,
String loginRedirectURL)
Create a handler
|
static AuthHandler |
RedirectAuthHandler.create(AuthProvider authProvider,
String loginRedirectURL,
String returnURLParam)
Create a handler
|
static FormLoginHandler |
FormLoginHandler.create(AuthProvider authProvider,
String usernameParam,
String passwordParam,
String returnURLParam)
Create a handler
|
| Modifier and Type | Method and Description |
|---|---|
static AuthService |
AuthService.create(Vertx vertx,
AuthProvider provider)
Create an auth service instance using the specified auth provider instance.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ShiroAuthProvider |
| Modifier and Type | Method and Description |
|---|---|
static AuthProvider |
AuthProvider.newInstance(AuthProvider arg) |
| Constructor and Description |
|---|
AuthProvider(AuthProvider delegate) |
Copyright © 2015. All Rights Reserved.