Package | Description |
---|---|
io.vertx.serviceproxy |
= Vert.x Service Proxy
:toc: left
When you compose a Vert.x application, you may want to isolate a functionality somewhere and make it available to
the rest of your application.
|
Modifier and Type | Method and Description |
---|---|
ServiceJWTInterceptor |
ServiceJWTInterceptor.addAuthority(String authority)
Add a single authority to the authorities set.
|
ServiceJWTInterceptor |
ServiceJWTInterceptor.clearAuthorities()
Clear the current set of authorities.
|
ServiceJWTInterceptor |
ServiceJWTInterceptor.setAuthorities(Set<String> authorities)
Set the required authorities for the service, once a JWT is validated it will be
queried for these authorities.
|
ServiceJWTInterceptor |
ServiceJWTInterceptor.setJwtAuth(io.vertx.ext.auth.jwt.JWTAuth jwtAuth)
Set a JWT auth that will verify all requests before the service is invoked.
|
Copyright © 2019 Eclipse. All rights reserved.