Uses of Interface
io.vertx.ext.web.handler.FormLoginHandler
-
Packages that use FormLoginHandler Package Description io.vertx.ext.web.handler io.vertx.reactivex.ext.web.handler io.vertx.rxjava3.ext.web.handler -
-
Uses of FormLoginHandler in io.vertx.ext.web.handler
Methods in io.vertx.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 handlerFormLoginHandler
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 -
Uses of FormLoginHandler in io.vertx.reactivex.ext.web.handler
Methods in io.vertx.reactivex.ext.web.handler that return FormLoginHandler Modifier and Type Method Description FormLoginHandler
FormLoginHandler. getDelegate()
Methods in io.vertx.reactivex.ext.web.handler with parameters of type FormLoginHandler Modifier and Type Method Description static FormLoginHandler
FormLoginHandler. newInstance(FormLoginHandler arg)
Constructors in io.vertx.reactivex.ext.web.handler with parameters of type FormLoginHandler Constructor Description FormLoginHandler(FormLoginHandler delegate)
-
Uses of FormLoginHandler in io.vertx.rxjava3.ext.web.handler
Methods in io.vertx.rxjava3.ext.web.handler that return FormLoginHandler Modifier and Type Method Description FormLoginHandler
FormLoginHandler. getDelegate()
Methods in io.vertx.rxjava3.ext.web.handler with parameters of type FormLoginHandler Modifier and Type Method Description static FormLoginHandler
FormLoginHandler. newInstance(FormLoginHandler arg)
Constructors in io.vertx.rxjava3.ext.web.handler with parameters of type FormLoginHandler Constructor Description FormLoginHandler(FormLoginHandler delegate)
-