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() |
int |
getConnectTimeout() |
int |
getReadTimeout() |
String |
getURL() |
RefreshResult<CredentialModel> |
refreshCredentials() |
void |
setConnectTimeout(int connectTimeout) |
void |
setReadTimeout(int readTimeout) |
close, 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)
Copyright © 2024. All rights reserved.