Class IcebergTokenAccessManager
java.lang.Object
org.apache.polaris.service.it.env.IcebergTokenAccessManager
- All Implemented Interfaces:
PolarisAccessManager
This class obtains access tokens from the
v1/oauth/tokens endpoint defined by the Iceberg
REST Catalog spec.
Note: even though this endpoint is still part of the Iceberg REST Catalog spec it has been deprecated per Iceberg PR#10603.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionobtainAccessToken(PolarisApiEndpoints endpoints, ClientCredentials credentials)
-
Constructor Details
-
IcebergTokenAccessManager
public IcebergTokenAccessManager(jakarta.ws.rs.client.Client client)
-
-
Method Details
-
obtainAccessToken
- Specified by:
obtainAccessTokenin interfacePolarisAccessManager
-