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 ServiceAuthInterceptor
ServiceAuthInterceptor. addAuthorization(Authorization authorization)
Deprecated.Add a single authority to the authorities set.ServiceAuthInterceptor
ServiceAuthInterceptor. setAuthenticationProvider(AuthenticationProvider provider)
Deprecated.Set an authentication provider that will verify all requests before the service is invoked.ServiceAuthInterceptor
ServiceAuthInterceptor. setAuthorizationProvider(AuthorizationProvider provider)
Deprecated.ServiceAuthInterceptor
ServiceAuthInterceptor. setAuthorizations(Set<Authorization> authorizations)
Deprecated.Set the required authorities for the service, once a JWT is validated it will be queried for these authorities.
-