Package | Description |
---|---|
io.vertx.ext.web.handler | |
io.vertx.reactivex.ext.web.handler | |
io.vertx.rxjava.ext.web.handler | |
io.vertx.rxjava3.ext.web.handler |
Modifier and Type | Method and Description |
---|---|
static FormLoginHandler |
FormLoginHandler.create(AuthenticationProvider authProvider)
Create a handler
|
static FormLoginHandler |
FormLoginHandler.create(AuthenticationProvider authProvider,
String usernameParam,
String passwordParam,
String returnURLParam,
String directLoggedInOKURL)
Create a handler
|
FormLoginHandler |
FormLoginHandler.setDirectLoggedInOKURL(String directLoggedInOKURL)
Set the url to redirect to if the user logs in directly at the url of the form login handler
without being redirected here first
|
FormLoginHandler |
FormLoginHandler.setPasswordParam(String passwordParam)
Set the name of the form param used to submit the password
|
FormLoginHandler |
FormLoginHandler.setReturnURLParam(String returnURLParam)
Set the name of the session attrioute used to specify the return url
|
FormLoginHandler |
FormLoginHandler.setUsernameParam(String usernameParam)
Set the name of the form param used to submit the username
|
Modifier and Type | Method and Description |
---|---|
FormLoginHandler |
FormLoginHandler.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static FormLoginHandler |
FormLoginHandler.newInstance(FormLoginHandler arg) |
Constructor and Description |
---|
FormLoginHandler(FormLoginHandler delegate) |
Modifier and Type | Method and Description |
---|---|
FormLoginHandler |
FormLoginHandler.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static FormLoginHandler |
FormLoginHandler.newInstance(FormLoginHandler arg) |
Constructor and Description |
---|
FormLoginHandler(FormLoginHandler delegate) |
Modifier and Type | Method and Description |
---|---|
FormLoginHandler |
FormLoginHandler.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static FormLoginHandler |
FormLoginHandler.newInstance(FormLoginHandler arg) |
Constructor and Description |
---|
FormLoginHandler(FormLoginHandler delegate) |
Copyright © 2021 Eclipse. All rights reserved.