Uses of Interface
io.vertx.ext.web.handler.RedirectAuthHandler
-
Packages that use RedirectAuthHandler Package Description io.vertx.ext.web.handler io.vertx.reactivex.ext.web.handler io.vertx.rxjava3.ext.web.handler -
-
Uses of RedirectAuthHandler in io.vertx.ext.web.handler
Methods in io.vertx.ext.web.handler that return RedirectAuthHandler Modifier and Type Method Description static RedirectAuthHandler
RedirectAuthHandler. create(AuthenticationProvider authProvider)
Create a handlerstatic RedirectAuthHandler
RedirectAuthHandler. create(AuthenticationProvider authProvider, String loginRedirectURL)
Create a handlerstatic RedirectAuthHandler
RedirectAuthHandler. 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 RedirectAuthHandler Modifier and Type Method Description RedirectAuthHandler
RedirectAuthHandler. getDelegate()
Methods in io.vertx.reactivex.ext.web.handler with parameters of type RedirectAuthHandler Modifier and Type Method Description static RedirectAuthHandler
RedirectAuthHandler. newInstance(RedirectAuthHandler arg)
Constructors in io.vertx.reactivex.ext.web.handler with parameters of type RedirectAuthHandler Constructor Description RedirectAuthHandler(RedirectAuthHandler delegate)
-
Uses of RedirectAuthHandler in io.vertx.rxjava3.ext.web.handler
Methods in io.vertx.rxjava3.ext.web.handler that return RedirectAuthHandler Modifier and Type Method Description RedirectAuthHandler
RedirectAuthHandler. getDelegate()
Methods in io.vertx.rxjava3.ext.web.handler with parameters of type RedirectAuthHandler Modifier and Type Method Description static RedirectAuthHandler
RedirectAuthHandler. newInstance(RedirectAuthHandler arg)
Constructors in io.vertx.rxjava3.ext.web.handler with parameters of type RedirectAuthHandler Constructor Description RedirectAuthHandler(RedirectAuthHandler delegate)
-