| Package | Description | 
|---|---|
| io.vertx.serviceproxy | 
| Modifier and Type | Method and Description | 
|---|---|
ServiceAuthInterceptor | 
ServiceAuthInterceptor.addAuthorization(Authorization authorization)
Add a single authority to the authorities set. 
 | 
ServiceAuthInterceptor | 
ServiceAuthInterceptor.setAuthenticationProvider(AuthenticationProvider provider)
Set an authentication provider that will verify all requests before the service is invoked. 
 | 
ServiceAuthInterceptor | 
ServiceAuthInterceptor.setAuthorizationProvider(AuthorizationProvider provider)  | 
ServiceAuthInterceptor | 
ServiceAuthInterceptor.setAuthorizations(Set<Authorization> authorizations)
Set the required authorities for the service, once a JWT is validated it will be
 queried for these authorities. 
 | 
Copyright © 2020 Eclipse. All rights reserved.