Uses of Interface
io.vertx.ext.web.handler.FormLoginHandler
Packages that use FormLoginHandler
Package
Description
-
Uses of FormLoginHandler in io.vertx.ext.web.handler
Methods in io.vertx.ext.web.handler that return FormLoginHandlerModifier and TypeMethodDescriptionstatic FormLoginHandlerFormLoginHandler.create(AuthenticationProvider authProvider) Create a handlerstatic FormLoginHandlerFormLoginHandler.create(AuthenticationProvider authProvider, String usernameParam, String passwordParam, String returnURLParam, String directLoggedInOKURL) Create a handlerFormLoginHandler.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.setPasswordParam(String passwordParam) Set the name of the form param used to submit the passwordFormLoginHandler.setReturnURLParam(String returnURLParam) Set the name of the session attrioute used to specify the return urlFormLoginHandler.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 FormLoginHandlerMethods in io.vertx.reactivex.ext.web.handler with parameters of type FormLoginHandlerModifier and TypeMethodDescriptionstatic FormLoginHandlerFormLoginHandler.newInstance(FormLoginHandler arg) Constructors in io.vertx.reactivex.ext.web.handler with parameters of type FormLoginHandler -
Uses of FormLoginHandler in io.vertx.rxjava3.ext.web.handler
Methods in io.vertx.rxjava3.ext.web.handler that return FormLoginHandlerMethods in io.vertx.rxjava3.ext.web.handler with parameters of type FormLoginHandlerModifier and TypeMethodDescriptionstatic FormLoginHandlerFormLoginHandler.newInstance(FormLoginHandler arg) Constructors in io.vertx.rxjava3.ext.web.handler with parameters of type FormLoginHandler