Package | Description |
---|---|
io.vertx.rxjava.ext.apex | |
io.vertx.rxjava.ext.apex.handler | |
io.vertx.rxjava.ext.auth | |
io.vertx.rxjava.ext.auth.shiro |
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 AuthProvider |
AuthProvider.newInstance(AuthProvider arg) |
Modifier and Type | Class and Description |
---|---|
class |
ShiroAuthProvider |
Copyright © 2015. All Rights Reserved.