Package | Description |
---|---|
io.vertx.serviceproxy |
Modifier and Type | Method and 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.
|
Copyright © 2023 Eclipse. All rights reserved.