Uses of Interface
software.amazon.awscdk.services.iam.ISamlProvider
Package
Description
Amazon Cognito Identity Pool Construct Library
Amazon EC2 Construct Library
AWS Identity and Access Management Construct Library
-
Uses of ISamlProvider in software.amazon.awscdk.services.cognito.identitypool.alpha
Modifier and TypeMethodDescriptiondefault List<ISamlProvider>
IdentityPoolAuthenticationProviders.getSamlProviders()
(experimental) The Security Assertion Markup Language provider associated with this Identity Pool.final List<ISamlProvider>
IdentityPoolAuthenticationProviders.Jsii$Proxy.getSamlProviders()
Modifier and TypeMethodDescriptionIdentityPoolAuthenticationProviders.Builder.samlProviders
(List<? extends ISamlProvider> samlProviders) Sets the value ofIdentityPoolAuthenticationProviders.getSamlProviders()
-
Uses of ISamlProvider in software.amazon.awscdk.services.ec2
Modifier and TypeMethodDescriptionClientVpnUserBasedAuthentication.federated
(ISamlProvider samlProvider) Federated authentication.ClientVpnUserBasedAuthentication.federated
(ISamlProvider samlProvider, ISamlProvider selfServiceSamlProvider) Federated authentication. -
Uses of ISamlProvider in software.amazon.awscdk.services.iam
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forISamlProvider
.Modifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.class
A SAML provider.Modifier and TypeMethodDescriptionstatic ISamlProvider
SamlProvider.fromSamlProviderArn
(software.constructs.Construct scope, String id, String samlProviderArn) Import an existing provider.ModifierConstructorDescriptionSamlConsolePrincipal
(ISamlProvider samlProvider) SamlConsolePrincipal
(ISamlProvider samlProvider, Map<String, Object> conditions) SamlPrincipal
(ISamlProvider samlProvider, Map<String, Object> conditions)