Uses of Class
io.vertx.reactivex.ext.web.handler.FormLoginHandler
-
Packages that use FormLoginHandler Package Description io.vertx.reactivex.ext.web.handler -
-
Uses of FormLoginHandler in io.vertx.reactivex.ext.web.handler
Fields in io.vertx.reactivex.ext.web.handler with type parameters of type FormLoginHandler Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<FormLoginHandler>
FormLoginHandler. __TYPE_ARG
Methods in io.vertx.reactivex.ext.web.handler that return FormLoginHandler Modifier and Type Method Description static FormLoginHandler
FormLoginHandler. create(AuthenticationProvider authProvider)
Create a handlerstatic FormLoginHandler
FormLoginHandler. create(AuthenticationProvider authProvider, String usernameParam, String passwordParam, String returnURLParam, String directLoggedInOKURL)
Create a handlerstatic 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 firstFormLoginHandler
FormLoginHandler. setPasswordParam(String passwordParam)
Set the name of the form param used to submit the passwordFormLoginHandler
FormLoginHandler. setReturnURLParam(String returnURLParam)
Set the name of the session attrioute used to specify the return urlFormLoginHandler
FormLoginHandler. setUsernameParam(String usernameParam)
Set the name of the form param used to submit the username
-