Uses of Class
io.vertx.reactivex.ext.web.handler.JWTAuthHandler
-
Packages that use JWTAuthHandler Package Description io.vertx.reactivex.ext.web.handler -
-
Uses of JWTAuthHandler in io.vertx.reactivex.ext.web.handler
Fields in io.vertx.reactivex.ext.web.handler with type parameters of type JWTAuthHandler Modifier and Type Field Description static TypeArg<JWTAuthHandler>JWTAuthHandler. __TYPE_ARGMethods in io.vertx.reactivex.ext.web.handler that return JWTAuthHandler Modifier and Type Method Description static JWTAuthHandlerJWTAuthHandler. create(JWTAuth authProvider)Create a JWT auth handlerstatic JWTAuthHandlerJWTAuthHandler. create(JWTAuth authProvider, String realm)Create a JWT auth handlerstatic JWTAuthHandlerJWTAuthHandler. newInstance(JWTAuthHandler arg)JWTAuthHandlerJWTAuthHandler. scopeDelimiter(String delimiter)Return a new instance with the internal state copied from the caller but the scopes delimiter set to be unique to the instance.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.
-