Package | Description |
---|---|
io.vertx.serviceproxy |
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(JWTAuth jwtAuth)
Set a JWT auth that will verify all requests before the service is invoked.
|
Copyright © 2023 Eclipse. All rights reserved.