public class URLCredentialProvider extends SessionCredentialsProvider
| Modifier and Type | Class and Description |
|---|---|
static interface |
URLCredentialProvider.Builder |
| Constructor and Description |
|---|
URLCredentialProvider()
Deprecated.
|
URLCredentialProvider(Config config)
Deprecated.
|
URLCredentialProvider(Configuration config)
Deprecated.
|
URLCredentialProvider(String credentialsURI)
Deprecated.
|
URLCredentialProvider(URL credentialsURI)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static URLCredentialProvider.Builder |
builder() |
void |
close() |
int |
getConnectTimeout() |
String |
getProviderName() |
int |
getReadTimeout() |
String |
getURL() |
RefreshResult<CredentialModel> |
refreshCredentials() |
void |
setConnectTimeout(int connectTimeout) |
void |
setReadTimeout(int readTimeout) |
getCredentials, getStaleTime, isAsyncCredentialUpdateEnabled@Deprecated public URLCredentialProvider()
@Deprecated public URLCredentialProvider(String credentialsURI)
@Deprecated public URLCredentialProvider(URL credentialsURI)
@Deprecated public URLCredentialProvider(Configuration config)
@Deprecated public URLCredentialProvider(Config config)
public static URLCredentialProvider.Builder builder()
public RefreshResult<CredentialModel> refreshCredentials()
refreshCredentials in class SessionCredentialsProviderpublic String getURL()
public int getConnectTimeout()
public void setConnectTimeout(int connectTimeout)
public int getReadTimeout()
public void setReadTimeout(int readTimeout)
public String getProviderName()
public void close()
close in interface AutoCloseableclose in class SessionCredentialsProviderCopyright © 2025. All rights reserved.