| Modifier and Type | Field and Description |
|---|---|
static SdkClientOption<IdentityProviders> |
SdkClientOption.IDENTITY_PROVIDERS
The IdentityProviders configured on the client.
|
| Modifier and Type | Field and Description |
|---|---|
static ExecutionAttribute<IdentityProviders> |
SdkInternalExecutionAttribute.IDENTITY_PROVIDERS
The
IdentityProviders for a request. |
| Modifier and Type | Method and Description |
|---|---|
IdentityProvider<AwsCredentialsIdentity> |
DefaultAwsV4AuthScheme.identityProvider(IdentityProviders providers) |
| Modifier and Type | Method and Description |
|---|---|
IdentityProvider<AwsCredentialsIdentity> |
AwsV4AuthScheme.identityProvider(IdentityProviders providers)
Retrieve the
AwsCredentialsIdentity based IdentityProvider associated with this authentication scheme. |
| Modifier and Type | Method and Description |
|---|---|
IdentityProvider<NoAuthAuthScheme.AnonymousIdentity> |
DefaultNoAuthAuthScheme.identityProvider(IdentityProviders providers) |
IdentityProvider<TokenIdentity> |
DefaultBearerAuthScheme.identityProvider(IdentityProviders providers) |
| Modifier and Type | Method and Description |
|---|---|
IdentityProvider<NoAuthAuthScheme.AnonymousIdentity> |
NoAuthAuthScheme.identityProvider(IdentityProviders providers)
Retrieve the
NoAuthAuthScheme.AnonymousIdentity based IdentityProvider associated with this authentication scheme. |
IdentityProvider<TokenIdentity> |
BearerAuthScheme.identityProvider(IdentityProviders providers)
Retrieve the
TokenIdentity based IdentityProvider associated with this authentication scheme. |
| Modifier and Type | Method and Description |
|---|---|
IdentityProvider<T> |
AuthScheme.identityProvider(IdentityProviders providers)
Retrieve the identity provider associated with this authentication scheme.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultIdentityProviders
A default implementation of
IdentityProviders. |
| Modifier and Type | Method and Description |
|---|---|
IdentityProvider<S3ExpressSessionCredentials> |
DefaultS3ExpressAuthScheme.identityProvider(IdentityProviders providers) |
| Modifier and Type | Method and Description |
|---|---|
IdentityProvider<S3ExpressSessionCredentials> |
S3ExpressAuthScheme.identityProvider(IdentityProviders providers)
Retrieve the
AwsCredentialsIdentity based IdentityProvider associated with this authentication scheme. |
Copyright © 2026. All rights reserved.