open class FormLoginHandler : Handler<RoutingContext>
Handler that handles login from a form on a custom login page.
Used in conjunction with the io.vertx.reactivex.ext.web.handler.RedirectAuthHandler.
NOTE: This class has been automatically generated from the io.vertx.ext.web.handler.FormLoginHandler non RX-ified interface using Vert.x codegen.
FormLoginHandler(delegate: FormLoginHandler) |
static val __TYPE_ARG: TypeArg<FormLoginHandler> |
open static fun create(authProvider: AuthProvider): FormLoginHandleropen static fun create(authProvider: AuthProvider, usernameParam: String, passwordParam: String, returnURLParam: String, directLoggedInOKURL: String): FormLoginHandler
Create a handler |
|
open fun equals(other: Any?): Boolean |
|
open fun getDelegate(): FormLoginHandler |
|
open fun handle(arg0: RoutingContext): Unit |
|
open fun hashCode(): Int |
|
open static fun newInstance(arg: FormLoginHandler): FormLoginHandler |
|
open fun setDirectLoggedInOKURL(directLoggedInOKURL: String): FormLoginHandler
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 |
|
open fun setPasswordParam(passwordParam: String): FormLoginHandler
Set the name of the form param used to submit the password |
|
open fun setReturnURLParam(returnURLParam: String): FormLoginHandler
Set the name of the session attrioute used to specify the return url |
|
open fun setUsernameParam(usernameParam: String): FormLoginHandler
Set the name of the form param used to submit the username |
|
open fun toString(): String |