Uses of Interface
io.vertx.ext.web.handler.JWTAuthHandler
-
Packages that use JWTAuthHandler Package Description io.vertx.ext.web.handler io.vertx.ext.web.openapi.router io.vertx.reactivex.ext.web.handler io.vertx.rxjava3.ext.web.handler -
-
Uses of JWTAuthHandler in io.vertx.ext.web.handler
Methods in io.vertx.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.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.ext.web.openapi.router
Methods in io.vertx.ext.web.openapi.router with parameters of type JWTAuthHandler Modifier and Type Method Description RouterBuilder
Security. httpHandler(JWTAuthHandler handler)
Configure theJWTAuthHandler
to be used when creating the router. -
Uses of JWTAuthHandler in io.vertx.reactivex.ext.web.handler
Methods in io.vertx.reactivex.ext.web.handler that return JWTAuthHandler Modifier and Type Method Description JWTAuthHandler
JWTAuthHandler. getDelegate()
Methods in io.vertx.reactivex.ext.web.handler with parameters of type JWTAuthHandler Modifier and Type Method Description static JWTAuthHandler
JWTAuthHandler. newInstance(JWTAuthHandler arg)
Constructors in io.vertx.reactivex.ext.web.handler with parameters of type JWTAuthHandler Constructor Description JWTAuthHandler(JWTAuthHandler delegate)
-
Uses of JWTAuthHandler in io.vertx.rxjava3.ext.web.handler
Methods in io.vertx.rxjava3.ext.web.handler that return JWTAuthHandler Modifier and Type Method Description JWTAuthHandler
JWTAuthHandler. getDelegate()
Methods in io.vertx.rxjava3.ext.web.handler with parameters of type JWTAuthHandler Modifier and Type Method Description static JWTAuthHandler
JWTAuthHandler. newInstance(JWTAuthHandler arg)
Constructors in io.vertx.rxjava3.ext.web.handler with parameters of type JWTAuthHandler Constructor Description JWTAuthHandler(JWTAuthHandler delegate)
-