Uses of Interface
io.vertx.ext.web.handler.JWTAuthHandler
-
Packages that use JWTAuthHandler Package Description io.vertx.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 JWTAuthHandlerJWTAuthHandler. create(JWTAuth authProvider)Create a JWT auth handler.static JWTAuthHandlerJWTAuthHandler. create(JWTAuth authProvider, String realm)Create a JWT auth handler.JWTAuthHandlerJWTAuthHandler. scopeDelimiter(String delimiter)Set the scope delimiter.JWTAuthHandlerJWTAuthHandler. 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.JWTAuthHandlerJWTAuthHandler. 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.
-