Uses of Class
io.vertx.rxjava3.ext.web.handler.JWTAuthHandler
-
Packages that use JWTAuthHandler Package Description io.vertx.rxjava3.ext.web.handler io.vertx.rxjava3.ext.web.openapi.router -
-
Uses of JWTAuthHandler in io.vertx.rxjava3.ext.web.handler
Fields in io.vertx.rxjava3.ext.web.handler with type parameters of type JWTAuthHandler Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<JWTAuthHandler>
JWTAuthHandler. __TYPE_ARG
Methods in io.vertx.rxjava3.ext.web.handler that return JWTAuthHandler Modifier and Type Method Description static JWTAuthHandler
JWTAuthHandler. create(JWTAuth authProvider)
Create a JWT auth handler.static JWTAuthHandler
JWTAuthHandler. create(JWTAuth authProvider, String realm)
Create a JWT auth handler.static JWTAuthHandler
JWTAuthHandler. newInstance(JWTAuthHandler arg)
JWTAuthHandler
JWTAuthHandler. scopeDelimiter(String delimiter)
Set the scope delimiter.JWTAuthHandler
JWTAuthHandler. withScope(String scope)
Return a new instance with the internal state copied from the caller but the scopes to be requested during a token request are unique to the instance.JWTAuthHandler
JWTAuthHandler. withScopes(List<String> scopes)
Return a new instance with the internal state copied from the caller but the scopes to be requested during a token request are unique to the instance. -
Uses of JWTAuthHandler in io.vertx.rxjava3.ext.web.openapi.router
Methods in io.vertx.rxjava3.ext.web.openapi.router with parameters of type JWTAuthHandler Modifier and Type Method Description RouterBuilder
Security. httpHandler(JWTAuthHandler handler)
Configure the to be used when creating the router.
-