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