Uses of Interface
io.vertx.ext.web.handler.RedirectAuthHandler
Packages that use RedirectAuthHandler
Package
Description
-
Uses of RedirectAuthHandler in io.vertx.ext.web.handler
Methods in io.vertx.ext.web.handler that return RedirectAuthHandlerModifier and TypeMethodDescriptionstatic RedirectAuthHandlerRedirectAuthHandler.create(AuthenticationProvider authProvider) Create a handlerstatic RedirectAuthHandlerRedirectAuthHandler.create(AuthenticationProvider authProvider, String loginRedirectURL) Create a handlerstatic RedirectAuthHandlerRedirectAuthHandler.create(AuthenticationProvider authProvider, String loginRedirectURL, String returnURLParam) Create a handler -
Uses of RedirectAuthHandler in io.vertx.reactivex.ext.web.handler
Methods in io.vertx.reactivex.ext.web.handler that return RedirectAuthHandlerMethods in io.vertx.reactivex.ext.web.handler with parameters of type RedirectAuthHandlerModifier and TypeMethodDescriptionstatic RedirectAuthHandlerRedirectAuthHandler.newInstance(RedirectAuthHandler arg) Constructors in io.vertx.reactivex.ext.web.handler with parameters of type RedirectAuthHandler -
Uses of RedirectAuthHandler in io.vertx.rxjava3.ext.web.handler
Methods in io.vertx.rxjava3.ext.web.handler that return RedirectAuthHandlerMethods in io.vertx.rxjava3.ext.web.handler with parameters of type RedirectAuthHandlerModifier and TypeMethodDescriptionstatic RedirectAuthHandlerRedirectAuthHandler.newInstance(RedirectAuthHandler arg) Constructors in io.vertx.rxjava3.ext.web.handler with parameters of type RedirectAuthHandler