Uses of Interface
software.amazon.awssdk.services.ssoadmin.auth.scheme.SsoAdminAuthSchemeProvider
-
Packages that use SsoAdminAuthSchemeProvider Package Description software.amazon.awssdk.services.ssoadmin IAM Identity Center (successor to Single Sign-On) helps you securely create, or connect, your workforce identities and manage their access centrally across Amazon Web Services accounts and applications.software.amazon.awssdk.services.ssoadmin.auth.scheme software.amazon.awssdk.services.ssoadmin.auth.scheme.internal software.amazon.awssdk.services.ssoadmin.internal -
-
Uses of SsoAdminAuthSchemeProvider in software.amazon.awssdk.services.ssoadmin
Methods in software.amazon.awssdk.services.ssoadmin that return SsoAdminAuthSchemeProvider Modifier and Type Method Description SsoAdminAuthSchemeProviderSsoAdminServiceClientConfiguration. authSchemeProvider()Gets the value for auth scheme providerSsoAdminAuthSchemeProviderSsoAdminServiceClientConfiguration.Builder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.ssoadmin with parameters of type SsoAdminAuthSchemeProvider Modifier and Type Method Description default BSsoAdminBaseClientBuilder. authSchemeProvider(SsoAdminAuthSchemeProvider authSchemeProvider)Set theSsoAdminAuthSchemeProviderimplementation that will be used by the client to resolve the auth scheme for each request.SsoAdminServiceClientConfiguration.BuilderSsoAdminServiceClientConfiguration.Builder. authSchemeProvider(SsoAdminAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider -
Uses of SsoAdminAuthSchemeProvider in software.amazon.awssdk.services.ssoadmin.auth.scheme
Methods in software.amazon.awssdk.services.ssoadmin.auth.scheme that return SsoAdminAuthSchemeProvider Modifier and Type Method Description static SsoAdminAuthSchemeProviderSsoAdminAuthSchemeProvider. defaultProvider()Get the default auth scheme provider. -
Uses of SsoAdminAuthSchemeProvider in software.amazon.awssdk.services.ssoadmin.auth.scheme.internal
Classes in software.amazon.awssdk.services.ssoadmin.auth.scheme.internal that implement SsoAdminAuthSchemeProvider Modifier and Type Class Description classDefaultSsoAdminAuthSchemeProvider -
Uses of SsoAdminAuthSchemeProvider in software.amazon.awssdk.services.ssoadmin.internal
Methods in software.amazon.awssdk.services.ssoadmin.internal that return SsoAdminAuthSchemeProvider Modifier and Type Method Description SsoAdminAuthSchemeProviderSsoAdminServiceClientConfigurationBuilder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.ssoadmin.internal with parameters of type SsoAdminAuthSchemeProvider Modifier and Type Method Description SsoAdminServiceClientConfiguration.BuilderSsoAdminServiceClientConfigurationBuilder. authSchemeProvider(SsoAdminAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider
-