Uses of Class
io.vertx.serviceproxy.ServiceAuthInterceptor
-
Packages that use ServiceAuthInterceptor Package Description io.vertx.serviceproxy -
-
Uses of ServiceAuthInterceptor in io.vertx.serviceproxy
Methods in io.vertx.serviceproxy that return ServiceAuthInterceptor Modifier and Type Method Description ServiceAuthInterceptorServiceAuthInterceptor. addAuthorization(Authorization authorization)Deprecated.Add a single authority to the authorities set.ServiceAuthInterceptorServiceAuthInterceptor. setAuthenticationProvider(AuthenticationProvider provider)Deprecated.Set an authentication provider that will verify all requests before the service is invoked.ServiceAuthInterceptorServiceAuthInterceptor. setAuthorizationProvider(AuthorizationProvider provider)Deprecated.ServiceAuthInterceptorServiceAuthInterceptor. setAuthorizations(Set<Authorization> authorizations)Deprecated.Set the required authorities for the service, once a JWT is validated it will be queried for these authorities.
-