Uses of Interface
software.amazon.awssdk.services.sso.auth.SsoCredentialsProvider.Builder
Packages that use SsoCredentialsProvider.Builder
-
Uses of SsoCredentialsProvider.Builder in software.amazon.awssdk.services.sso.auth
Classes in software.amazon.awssdk.services.sso.auth that implement SsoCredentialsProvider.BuilderMethods in software.amazon.awssdk.services.sso.auth that return SsoCredentialsProvider.BuilderModifier and TypeMethodDescriptionSsoCredentialsProvider.Builder.asyncCredentialUpdateEnabled(Boolean asyncCredentialUpdateEnabled) Configure whether the provider should fetch credentials asynchronously in the background.SsoCredentialsProvider.BuilderImpl.asyncCredentialUpdateEnabled(Boolean asyncCredentialUpdateEnabled) SsoCredentialsProvider.Builder.prefetchTime(Duration prefetchTime) Configure the amount of time, relative to SSO session token expiration, that the cached credentials are considered close to stale and should be updated.SsoCredentialsProvider.BuilderImpl.prefetchTime(Duration prefetchTime) SsoCredentialsProvider.Builder.refreshRequest(Supplier<GetRoleCredentialsRequest> getRoleCredentialsRequestSupplier) Similar torefreshRequest(GetRoleCredentialsRequest), but takes aSupplierto supply the request to SSO.SsoCredentialsProvider.Builder.refreshRequest(GetRoleCredentialsRequest getRoleCredentialsRequest) Configure theGetRoleCredentialsRequestthat should be periodically sent to the SSO service to update the credentials.SsoCredentialsProvider.BuilderImpl.refreshRequest(Supplier<GetRoleCredentialsRequest> getRoleCredentialsRequestSupplier) SsoCredentialsProvider.BuilderImpl.refreshRequest(GetRoleCredentialsRequest getRoleCredentialsRequest) SsoCredentialsProvider.Builder.sourceChain(String sourceChain) An optional string denoting previous credentials providers that are chained with this one.SsoCredentialsProvider.BuilderImpl.sourceChain(String sourceChain) Configure theSsoClientto use when calling SSO to update the session.Configure the amount of time, relative to SSO session token expiration, that the cached credentials are considered stale and should no longer be used.SsoCredentialsProvider.toBuilder()