Uses of Interface
software.amazon.awssdk.services.pcaconnectorad.auth.scheme.PcaConnectorAdAuthSchemeProvider
-
Packages that use PcaConnectorAdAuthSchemeProvider Package Description software.amazon.awssdk.services.pcaconnectorad Amazon Web Services Private CA Connector for Active Directory creates a connector between Amazon Web Services Private CA and Active Directory (AD) that enables you to provision security certificates for AD signed by a private CA that you own.software.amazon.awssdk.services.pcaconnectorad.auth.scheme software.amazon.awssdk.services.pcaconnectorad.auth.scheme.internal software.amazon.awssdk.services.pcaconnectorad.internal -
-
Uses of PcaConnectorAdAuthSchemeProvider in software.amazon.awssdk.services.pcaconnectorad
Methods in software.amazon.awssdk.services.pcaconnectorad that return PcaConnectorAdAuthSchemeProvider Modifier and Type Method Description PcaConnectorAdAuthSchemeProviderPcaConnectorAdServiceClientConfiguration. authSchemeProvider()Gets the value for auth scheme providerPcaConnectorAdAuthSchemeProviderPcaConnectorAdServiceClientConfiguration.Builder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.pcaconnectorad with parameters of type PcaConnectorAdAuthSchemeProvider Modifier and Type Method Description default BPcaConnectorAdBaseClientBuilder. authSchemeProvider(PcaConnectorAdAuthSchemeProvider authSchemeProvider)Set thePcaConnectorAdAuthSchemeProviderimplementation that will be used by the client to resolve the auth scheme for each request.PcaConnectorAdServiceClientConfiguration.BuilderPcaConnectorAdServiceClientConfiguration.Builder. authSchemeProvider(PcaConnectorAdAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider -
Uses of PcaConnectorAdAuthSchemeProvider in software.amazon.awssdk.services.pcaconnectorad.auth.scheme
Methods in software.amazon.awssdk.services.pcaconnectorad.auth.scheme that return PcaConnectorAdAuthSchemeProvider Modifier and Type Method Description static PcaConnectorAdAuthSchemeProviderPcaConnectorAdAuthSchemeProvider. defaultProvider()Get the default auth scheme provider. -
Uses of PcaConnectorAdAuthSchemeProvider in software.amazon.awssdk.services.pcaconnectorad.auth.scheme.internal
Classes in software.amazon.awssdk.services.pcaconnectorad.auth.scheme.internal that implement PcaConnectorAdAuthSchemeProvider Modifier and Type Class Description classDefaultPcaConnectorAdAuthSchemeProvider -
Uses of PcaConnectorAdAuthSchemeProvider in software.amazon.awssdk.services.pcaconnectorad.internal
Methods in software.amazon.awssdk.services.pcaconnectorad.internal that return PcaConnectorAdAuthSchemeProvider Modifier and Type Method Description PcaConnectorAdAuthSchemeProviderPcaConnectorAdServiceClientConfigurationBuilder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.pcaconnectorad.internal with parameters of type PcaConnectorAdAuthSchemeProvider Modifier and Type Method Description PcaConnectorAdServiceClientConfiguration.BuilderPcaConnectorAdServiceClientConfigurationBuilder. authSchemeProvider(PcaConnectorAdAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider
-