Home
last modified time | relevance | path

Searched defs:profileFile (Results 1 – 25 of 63) sorted by relevance

123

/external/aws-sdk-java-v2/core/auth/src/main/java/software/amazon/awssdk/auth/credentials/
DProfileCredentialsProvider.java54 private final Supplier<ProfileFile> profileFile; field in ProfileCredentialsProvider
134 private void handleProfileFileReload(ProfileFile profileFile) { in handleProfileFileReload()
142 private boolean shouldUpdateCredentialsProvider(ProfileFile profileFile) { in shouldUpdateCredentialsProvider()
166 …private AwsCredentialsProvider createCredentialsProvider(ProfileFile profileFile, String profileNa… in createCredentialsProvider()
187 Builder profileFile(ProfileFile profileFile); in profileFile() method
193 Builder profileFile(Consumer<ProfileFile.Builder> profileFile); in profileFile() argument
201 Builder profileFile(Supplier<ProfileFile> profileFileSupplier); in profileFile() method
217 private Supplier<ProfileFile> profileFile; field in BuilderImpl
231 public Builder profileFile(ProfileFile profileFile) { in profileFile() argument
237 public void setProfileFile(ProfileFile profileFile) { in setProfileFile()
[all …]
DProfileProviderCredentialsContext.java31 private final ProfileFile profileFile; field in ProfileProviderCredentialsContext
33 private ProfileProviderCredentialsContext(Profile profile, ProfileFile profileFile) { in ProfileProviderCredentialsContext()
54 public ProfileFile profileFile() { in profileFile() method in ProfileProviderCredentialsContext
80 private ProfileFile profileFile; field in ProfileProviderCredentialsContext.Builder
101 public Builder profileFile(ProfileFile profileFile) { in profileFile() argument
DDefaultCredentialsProvider.java57 private final Supplier<ProfileFile> profileFile; field in DefaultCredentialsProvider
152 private Supplier<ProfileFile> profileFile; field in Builder
170 public Builder profileFile(ProfileFile profileFile) { in profileFile() argument
176 public Builder profileFile(Supplier<ProfileFile> profileFileSupplier) { in profileFile() method in Builder
DInstanceProfileCredentialsProvider.java89 private final Supplier<ProfileFile> profileFile; field in InstanceProfileCredentialsProvider
317 Builder profileFile(ProfileFile profileFile); in profileFile() method
325 Builder profileFile(Supplier<ProfileFile> profileFileSupplier); in profileFile() method
347 private Supplier<ProfileFile> profileFile; field in InstanceProfileCredentialsProvider.BuilderImpl
399 public Builder profileFile(ProfileFile profileFile) { in profileFile() method in InstanceProfileCredentialsProvider.BuilderImpl
405 public void setProfileFile(ProfileFile profileFile) { in setProfileFile()
410 public Builder profileFile(Supplier<ProfileFile> profileFileSupplier) { in profileFile() method in InstanceProfileCredentialsProvider.BuilderImpl
/external/aws-sdk-java-v2/services/s3control/src/main/java/software/amazon/awssdk/services/s3control/
DS3ControlConfiguration.java54 private final Supplier<ProfileFile> profileFile; field in S3ControlConfiguration
173 ProfileFile profileFile(); in profileFile() method
179 Builder profileFile(ProfileFile profileFile); in profileFile() method
186 Builder profileFile(Supplier<ProfileFile> profileFile); in profileFile() argument
201 private Supplier<ProfileFile> profileFile; field in S3ControlConfiguration.DefaultS3ServiceConfigurationBuilder
251 public ProfileFile profileFile() { in profileFile() method in S3ControlConfiguration.DefaultS3ServiceConfigurationBuilder
258 public Builder profileFile(ProfileFile profileFile) { in profileFile() method in S3ControlConfiguration.DefaultS3ServiceConfigurationBuilder
270 public Builder profileFile(Supplier<ProfileFile> profileFile) { in profileFile() argument
/external/aws-sdk-java-v2/core/profiles/src/main/java/software/amazon/awssdk/profiles/internal/
DProfileFileRefresher.java44 private final Supplier<ProfileFile> profileFile; field in ProfileFileRefresher
119 private boolean isNewProfileFile(ProfileFile profileFile) { in isNewProfileFile()
143 private Supplier<ProfileFile> profileFile; field in ProfileFileRefresher.Builder
151 public Builder profileFile(Supplier<ProfileFile> profileFile) { in profileFile() method in ProfileFileRefresher.Builder
191 private final ProfileFile profileFile; field in ProfileFileRefresher.ProfileFileRefreshRecord
201 public ProfileFile profileFile() { in profileFile() method in ProfileFileRefresher.ProfileFileRefreshRecord
218 private ProfileFile profileFile; field in ProfileFileRefresher.ProfileFileRefreshRecord.Builder
225 Builder profileFile(ProfileFile profileFile) { in profileFile() method in ProfileFileRefresher.ProfileFileRefreshRecord.Builder
/external/aws-sdk-java-v2/core/auth/src/main/java/software/amazon/awssdk/auth/token/credentials/
DProfileTokenProvider.java127 …private SdkTokenProvider createTokenProvider(Supplier<ProfileFile> profileFile, String profileName… in createTokenProvider()
146 Builder profileFile(Supplier<ProfileFile> profileFile); in profileFile() method
161 private Supplier<ProfileFile> profileFile; field in BuilderImpl
170 public Builder profileFile(Supplier<ProfileFile> profileFile) { in profileFile() method in BuilderImpl
175 public void setProfileFile(Supplier<ProfileFile> profileFile) { in setProfileFile()
/external/aws-sdk-java-v2/core/aws-core/src/main/java/software/amazon/awssdk/awscore/endpoint/
DDualstackEnabledProvider.java34 private final Supplier<ProfileFile> profileFile; field in DualstackEnabledProvider
56 ProfileFile profileFile = this.profileFile.get(); in isDualstackEnabled() local
68 private Supplier<ProfileFile> profileFile = ProfileFile::defaultProfileFile; field in DualstackEnabledProvider.Builder
74 public Builder profileFile(Supplier<ProfileFile> profileFile) { in profileFile() method in DualstackEnabledProvider.Builder
DFipsEnabledProvider.java33 private final Supplier<ProfileFile> profileFile; field in FipsEnabledProvider
65 private Supplier<ProfileFile> profileFile = ProfileFile::defaultProfileFile; field in FipsEnabledProvider.Builder
71 public Builder profileFile(Supplier<ProfileFile> profileFile) { in profileFile() method in FipsEnabledProvider.Builder
/external/aws-sdk-java-v2/services/ssooidc/src/main/java/software/amazon/awssdk/services/ssooidc/
DSsoOidcProfileTokenProviderFactory.java44 public SdkTokenProvider create(ProfileFile profileFile, Profile profile) { in create()
48 public SdkTokenProvider create(Supplier<ProfileFile> profileFile, String profileName) { in create()
54 private final Supplier<ProfileFile> profileFile; field in SsoOidcProfileTokenProviderFactory.SsoOidcSuppliedProfileTokenProvider
59 …private SsoOidcSuppliedProfileTokenProvider(Supplier<ProfileFile> profileFile, String profileName)… in SsoOidcSuppliedProfileTokenProvider()
84 private Profile resolveProfile(ProfileFile profileFile, String profileName) { in resolveProfile()
108 private SsoOidcProfileTokenProvider(ProfileFile profileFile, Profile profile) { in SsoOidcProfileTokenProvider()
/external/aws-sdk-java-v2/services/s3/src/main/java/software/amazon/awssdk/services/s3/
DS3Configuration.java78 private final FieldWithDefault<Supplier<ProfileFile>> profileFile; field in S3Configuration
365 ProfileFile profileFile(); in profileFile() method
376 Builder profileFile(ProfileFile profileFile); in profileFile() argument
389 Builder profileFile(Supplier<ProfileFile> profileFile); in profileFile() method
413 private Supplier<ProfileFile> profileFile; field in S3Configuration.DefaultS3ServiceConfigurationBuilder
514 public ProfileFile profileFile() { in profileFile() method in S3Configuration.DefaultS3ServiceConfigurationBuilder
521 public Builder profileFile(ProfileFile profileFile) { in profileFile() method in S3Configuration.DefaultS3ServiceConfigurationBuilder
533 public Builder profileFile(Supplier<ProfileFile> profileFile) { in profileFile() method in S3Configuration.DefaultS3ServiceConfigurationBuilder
/external/aws-sdk-java-v2/core/regions/src/main/java/software/amazon/awssdk/regions/
DServiceMetadataConfiguration.java34 private final Supplier<ProfileFile> profileFile; field in ServiceMetadataConfiguration
54 public Supplier<ProfileFile> profileFile() { in profileFile() method in ServiceMetadataConfiguration
75 private Supplier<ProfileFile> profileFile; field in ServiceMetadataConfiguration.Builder
88 public Builder profileFile(Supplier<ProfileFile> profileFile) { in profileFile() method in ServiceMetadataConfiguration.Builder
/external/aws-sdk-java-v2/services/s3/src/main/java/software/amazon/awssdk/services/s3/internal/settingproviders/
DProfileDisableMultiRegionProvider.java35 private final Supplier<ProfileFile> profileFile; field in ProfileDisableMultiRegionProvider
38 … private ProfileDisableMultiRegionProvider(Supplier<ProfileFile> profileFile, String profileName) { in ProfileDisableMultiRegionProvider()
48 …public static ProfileDisableMultiRegionProvider create(ProfileFile profileFile, String profileName… in create()
52 …public static ProfileDisableMultiRegionProvider create(Supplier<ProfileFile> profileFile, String p… in create()
DProfileUseArnRegionProvider.java35 private final Supplier<ProfileFile> profileFile; field in ProfileUseArnRegionProvider
38 private ProfileUseArnRegionProvider(Supplier<ProfileFile> profileFile, String profileName) { in ProfileUseArnRegionProvider()
48 public static ProfileUseArnRegionProvider create(ProfileFile profileFile, String profileName) { in create()
52 …public static ProfileUseArnRegionProvider create(Supplier<ProfileFile> profileFile, String profile… in create()
/external/aws-sdk-java-v2/core/auth/src/main/java/software/amazon/awssdk/auth/credentials/internal/
DEc2MetadataDisableV1Resolver.java29 private final Supplier<ProfileFile> profileFile; field in Ec2MetadataDisableV1Resolver
33 private Ec2MetadataDisableV1Resolver(Supplier<ProfileFile> profileFile, String profileName) { in Ec2MetadataDisableV1Resolver()
39 …public static Ec2MetadataDisableV1Resolver create(Supplier<ProfileFile> profileFile, String profil… in create()
57 …private static Optional<Boolean> fromProfileFile(Supplier<ProfileFile> profileFile, String profile… in fromProfileFile()
DEc2MetadataConfigProvider.java41 private final Supplier<ProfileFile> profileFile; field in Ec2MetadataConfigProvider
144 private Supplier<ProfileFile> profileFile; field in Ec2MetadataConfigProvider.Builder
147 public Builder profileFile(Supplier<ProfileFile> profileFile) { in profileFile() argument
/external/aws-sdk-java-v2/core/aws-core/src/main/java/software/amazon/awssdk/awscore/internal/defaultsmode/
DDefaultsModeResolver.java37 private Supplier<ProfileFile> profileFile; field in DefaultsModeResolver
52 public DefaultsModeResolver profileFile(Supplier<ProfileFile> profileFile) { in profileFile() method in DefaultsModeResolver
87 …private static Optional<DefaultsMode> fromProfileFile(Supplier<ProfileFile> profileFile, String pr… in fromProfileFile()
/external/aws-sdk-java-v2/core/auth/src/test/java/software/amazon/awssdk/auth/credentials/internal/
DProfileCredentialsUtilsTest.java86 ProfileFile profileFile = configFile("[profile test]\n" + in roleProfileWithMissingSourceThrowsException() local
117 ProfileFile profileFile = allTypesProfile(); in profileFileWithStaticCredentialsLoadsCorrectly() local
134 ProfileFile profileFile = allTypesProfile(); in profileFileWithSessionCredentialsLoadsCorrectly() local
150 ProfileFile profileFile = allTypesProfile(); in profileFileWithProcessCredentialsLoadsCorrectly() local
165 ProfileFile profileFile = allTypesProfile(); in profileFileWithAssumeRoleThrowsExceptionWhenRetrievingCredentialsProvider() local
176 ProfileFile profileFile = allTypesProfile(); in profileFileWithCredentialSourceThrowsExceptionWhenRetrievingCredentialsProvider() local
/external/aws-sdk-java-v2/core/auth/src/main/java/software/amazon/awssdk/auth/token/internal/
DProfileTokenProviderLoader.java50 public ProfileTokenProviderLoader(Supplier<ProfileFile> profileFile, String profileName) { in ProfileTokenProviderLoader()
70 … private SdkTokenProvider ssoProfileCredentialsProvider(ProfileFile profileFile, Profile profile) { in ssoProfileCredentialsProvider()
79 …private SdkTokenProvider ssoProfileCredentialsProvider(Supplier<ProfileFile> profileFile, String p… in ssoProfileCredentialsProvider()
94 private Profile resolveProfile(ProfileFile profileFile, String profileName) { in resolveProfile()
110 private Profile ssoProfile(ProfileFile profileFile, String profileSsoSectionName) { in ssoProfile()
/external/aws-sdk-java-v2/services/sso/src/main/java/software/amazon/awssdk/services/sso/auth/
DSsoProfileCredentialsProviderFactory.java77 public AwsCredentialsProvider create(Profile profile, ProfileFile profileFile, in create()
92 private SsoProfileCredentialsProvider(Profile profile, ProfileFile profileFile, in SsoProfileCredentialsProvider()
131 private static String regionFromProfileOrSession(Profile profile, ProfileFile profileFile) { in regionFromProfileOrSession()
139 …private static String propertyFromSsoSession(String sessionName, ProfileFile profileFile, String p… in propertyFromSsoSession()
151 private static Profile ssoSessionInProfile(String sessionName, ProfileFile profileFile) { in ssoSessionInProfile()
160 private static SdkTokenProvider sdkTokenProvider(Profile profile, ProfileFile profileFile) { in sdkTokenProvider()
/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/retry/
DRetryMode.java113 private Supplier<ProfileFile> profileFile; field in RetryMode.Resolver
124 public Resolver profileFile(Supplier<ProfileFile> profileFile) { in profileFile() method in RetryMode.Resolver
158 …private static Optional<RetryMode> fromProfileFile(Supplier<ProfileFile> profileFile, String profi… in fromProfileFile()
/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/endpointdiscovery/providers/
DProfileEndpointDiscoveryProvider.java28 private final Supplier<ProfileFile> profileFile; field in ProfileEndpointDiscoveryProvider
31 … private ProfileEndpointDiscoveryProvider(Supplier<ProfileFile> profileFile, String profileName) { in ProfileEndpointDiscoveryProvider()
41 …public static ProfileEndpointDiscoveryProvider create(Supplier<ProfileFile> profileFile, String pr… in create()
/external/aws-sdk-java-v2/core/regions/src/main/java/software/amazon/awssdk/regions/providers/
DDefaultAwsRegionProviderChain.java50 private Supplier<ProfileFile> profileFile; field in DefaultAwsRegionProviderChain.Builder
56 public Builder profileFile(Supplier<ProfileFile> profileFile) { in profileFile() argument
/external/aws-sdk-java-v2/core/regions/src/main/java/software/amazon/awssdk/regions/internal/util/
DEc2MetadataConfigProvider.java41 private final Supplier<ProfileFile> profileFile; field in Ec2MetadataConfigProvider
144 private Supplier<ProfileFile> profileFile; field in Ec2MetadataConfigProvider.Builder
147 public Builder profileFile(Supplier<ProfileFile> profileFile) { in profileFile() argument
/external/aws-sdk-java-v2/core/imds/src/main/java/software/amazon/awssdk/imds/internal/
DEc2MetadataEndpointProvider.java49 private final Supplier<ProfileFile> profileFile; field in Ec2MetadataEndpointProvider
127 private Supplier<ProfileFile> profileFile; field in Ec2MetadataEndpointProvider.Builder
134 public Builder profileFile(Supplier<ProfileFile> profileFile) { in profileFile() argument

123