Package | Description |
---|---|
org.apache.paimon.rest.auth |
Modifier and Type | Field and Description |
---|---|
protected DLFToken |
DLFAuthProvider.token |
Modifier and Type | Method and Description |
---|---|
DLFToken |
DLFLocalFileTokenLoader.loadToken() |
DLFToken |
DLFTokenLoader.loadToken() |
DLFToken |
DLFECSTokenLoader.loadToken() |
protected static DLFToken |
DLFLocalFileTokenLoader.readToken(String tokenFilePath,
int retryTimes) |
Modifier and Type | Method and Description |
---|---|
static String |
DLFAuthSignature.getAuthorization(RESTAuthParameter restAuthParameter,
DLFToken dlfToken,
String region,
Map<String,String> headers,
String dateTime,
String date) |
Constructor and Description |
---|
DLFAuthProvider(DLFTokenLoader tokenLoader,
DLFToken token,
boolean keepRefreshed,
Long expiresAtMillis,
Long tokenRefreshInMills,
String region) |
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.