Uses of Interface
io.vertx.ext.web.handler.JWTAuthHandler
Packages that use JWTAuthHandler
Package
Description
-
Uses of JWTAuthHandler in io.vertx.ext.web.handler
Methods in io.vertx.ext.web.handler that return JWTAuthHandlerModifier and TypeMethodDescriptionstatic JWTAuthHandlerCreate a JWT auth handler.static JWTAuthHandlerCreate a JWT auth handler.JWTAuthHandler.scopeDelimiter(String delimiter) Set the scope delimiter.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.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 JWTAuthHandlerModifier and TypeMethodDescriptionSecurity.httpHandler(JWTAuthHandler handler) Configure theJWTAuthHandlerto 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 JWTAuthHandlerMethods in io.vertx.reactivex.ext.web.handler with parameters of type JWTAuthHandlerModifier and TypeMethodDescriptionstatic JWTAuthHandlerJWTAuthHandler.newInstance(JWTAuthHandler arg) Constructors in io.vertx.reactivex.ext.web.handler with parameters of type JWTAuthHandler -
Uses of JWTAuthHandler in io.vertx.rxjava3.ext.web.handler
Methods in io.vertx.rxjava3.ext.web.handler that return JWTAuthHandlerMethods in io.vertx.rxjava3.ext.web.handler with parameters of type JWTAuthHandlerModifier and TypeMethodDescriptionstatic JWTAuthHandlerJWTAuthHandler.newInstance(JWTAuthHandler arg) Constructors in io.vertx.rxjava3.ext.web.handler with parameters of type JWTAuthHandler