Package | Description |
---|---|
org.apache.paimon.rest.auth |
Modifier and Type | Class and Description |
---|---|
class |
BearTokenAuthProvider
Auth provider for bear token.
|
class |
DLFAuthProvider
Auth provider for Ali CLoud DLF.
|
Modifier and Type | Method and Description |
---|---|
AuthProvider |
AuthProviderFactory.create(Options options) |
AuthProvider |
DLFAuthProviderFactory.create(Options options) |
AuthProvider |
BearTokenAuthProviderFactory.create(Options options) |
static AuthProvider |
AuthProviderFactory.createAuthProvider(String name,
Options options) |
AuthProvider |
AuthSession.getAuthProvider() |
Modifier and Type | Method and Description |
---|---|
static AuthSession |
AuthSession.fromRefreshAuthProvider(ScheduledExecutorService executor,
AuthProvider authProvider) |
Constructor and Description |
---|
AuthSession(AuthProvider authProvider) |
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.