Skip to content

Commit dd18fef

Browse files
committed
javadoc
1 parent c93d2b3 commit dd18fef

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

polaris-core/src/main/java/org/apache/polaris/core/storage/PolarisCredentialVendor.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ public interface PolarisCredentialVendor {
3838
* allowedWriteLocations
3939
* @param allowedReadLocations a set of allowed to read locations
4040
* @param allowedWriteLocations a set of allowed to write locations
41+
* @param refreshCredentialsEndpoint an optional endpoint to use for refreshing credentials. If
42+
* supported by the storage type it will be returned to the client in the appropriate
43+
* properties. The endpoint may be relative to the base URI and the client is responsible for
44+
* handling the relative path
4145
* @return an enum map containing the scoped credentials
4246
*/
4347
@Nonnull

polaris-core/src/main/java/org/apache/polaris/core/storage/PolarisStorageIntegration.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ public String getStorageIdentifierOrId() {
5656
* locations
5757
* @param allowedReadLocations a set of allowed to read locations
5858
* @param allowedWriteLocations a set of allowed to write locations
59+
* @param refreshCredentialsEndpoint an optional endpoint to use for refreshing credentials. If
60+
* supported by the storage type it will be returned to the client in the appropriate
61+
* properties. The endpoint may be relative to the base URI and the client is responsible for
62+
* handling the relative path
5963
* @return An enum map including the scoped credentials
6064
*/
6165
public abstract AccessConfig getSubscopedCreds(

0 commit comments

Comments
 (0)