| Package | Description |
|---|---|
| examples | |
| io.vertx.ext.auth |
= Vert.x Auth Service
This Vert.x service provides authentication and authorisation functionality and the concept of a login session
for use in your Vert.x applications
The auth service provides a common interface that can be backed by different auth providers.
|
| io.vertx.ext.auth.impl | |
| io.vertx.ext.auth.shiro | |
| io.vertx.ext.auth.shiro.impl | |
| io.vertx.rxjava.ext.auth |
| Modifier and Type | Method and Description |
|---|---|
void |
Examples.example0_5(Vertx vertx,
AuthProvider myAuthProvider) |
void |
Examples.example0_6(Vertx vertx,
AuthProvider myAuthProvider) |
| 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.
|
| Constructor and Description |
|---|
AuthServiceImpl(Vertx vertx,
AuthProvider provider) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ShiroAuthProvider |
| Modifier and Type | Class and Description |
|---|---|
class |
ShiroAuthProviderImpl
Shiro API is unfortunately inherently synchronous, so we need to execute everything on the worker pool
|
| Modifier and Type | Method and Description |
|---|---|
static AuthProvider |
AuthProvider.newInstance(AuthProvider arg) |
| Constructor and Description |
|---|
AuthProvider(AuthProvider delegate) |
Copyright © 2015. All Rights Reserved.