Uses of Class
io.vertx.reactivex.ext.web.handler.RedirectAuthHandler
-
Packages that use RedirectAuthHandler Package Description io.vertx.reactivex.ext.web.handler -
-
Uses of RedirectAuthHandler in io.vertx.reactivex.ext.web.handler
Fields in io.vertx.reactivex.ext.web.handler with type parameters of type RedirectAuthHandler Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<RedirectAuthHandler>
RedirectAuthHandler. __TYPE_ARG
Methods in io.vertx.reactivex.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 handlerstatic RedirectAuthHandler
RedirectAuthHandler. newInstance(RedirectAuthHandler arg)
-