Package | Description |
---|---|
io.vertx.rxjava.ext.web.handler |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<FormLoginHandler> |
FormLoginHandler.__TYPE_ARG |
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
|
static FormLoginHandler |
FormLoginHandler.newInstance(FormLoginHandler arg) |
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
|
Copyright © 2021 Eclipse. All rights reserved.