Package | Description |
---|---|
io.vertx.serviceproxy |
Modifier and Type | Method and Description |
---|---|
ServiceJWTInterceptor |
ServiceJWTInterceptor.addAuthority(String authority)
Deprecated.
Add a single authority to the authorities set.
|
ServiceJWTInterceptor |
ServiceJWTInterceptor.clearAuthorities()
Deprecated.
Clear the current set of authorities.
|
ServiceJWTInterceptor |
ServiceJWTInterceptor.setAuthorities(Set<String> authorities)
Deprecated.
Set the required authorities for the service, once a JWT is validated it will be
queried for these authorities.
|
ServiceJWTInterceptor |
ServiceJWTInterceptor.setJwtAuth(JWTAuth jwtAuth)
Deprecated.
Set a JWT auth that will verify all requests before the service is invoked.
|
Copyright © 2021 Eclipse. All rights reserved.