Uses of Class
io.vertx.reactivex.ext.web.handler.FormLoginHandler
Packages that use FormLoginHandler
-
Uses of FormLoginHandler in io.vertx.reactivex.ext.web.handler
Fields in io.vertx.reactivex.ext.web.handler with type parameters of type FormLoginHandlerModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<FormLoginHandler> FormLoginHandler.__TYPE_ARGMethods in io.vertx.reactivex.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 handlerstatic FormLoginHandlerFormLoginHandler.newInstance(FormLoginHandler arg) 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.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