Package | Description |
---|---|
org.apache.paimon.rest.auth |
Modifier and Type | Class and Description |
---|---|
class |
DLFLocalFileTokenLoader
DLF Token Loader for local file.
|
Modifier and Type | Method and Description |
---|---|
DLFTokenLoader |
DLFLocalFileTokenLoaderFactory.create(Options options) |
DLFTokenLoader |
DLFTokenLoaderFactory.create(Options options) |
static DLFTokenLoader |
DLFTokenLoaderFactory.createDLFTokenLoader(String name,
Options options) |
Modifier and Type | Method and Description |
---|---|
static DLFAuthProvider |
DLFAuthProvider.buildRefreshToken(DLFTokenLoader tokenLoader,
Long tokenRefreshInMills,
String region) |
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.