Uses of Interface
software.amazon.awscdk.services.iam.ISamlProvider
Packages that use 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
Methods in software.amazon.awscdk.services.cognito.identitypool that return types with arguments of type ISamlProviderModifier 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()Method parameters in software.amazon.awscdk.services.cognito.identitypool with type arguments of type ISamlProviderModifier and TypeMethodDescriptionIdentityPoolAuthenticationProviders.Builder.samlProviders(List<? extends ISamlProvider> samlProviders) Sets the value ofIdentityPoolAuthenticationProviders.getSamlProviders() -
Uses of ISamlProvider in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 with parameters of type ISamlProviderModifier and TypeMethodDescriptionClientVpnUserBasedAuthentication.federated(ISamlProvider samlProvider) Federated authentication.ClientVpnUserBasedAuthentication.federated(ISamlProvider samlProvider, ISamlProvider selfServiceSamlProvider) Federated authentication. -
Uses of ISamlProvider in software.amazon.awscdk.services.iam
Subinterfaces of ISamlProvider in software.amazon.awscdk.services.iamModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forISamlProvider.Classes in software.amazon.awscdk.services.iam that implement ISamlProviderModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.classA SAML provider.Methods in software.amazon.awscdk.services.iam that return ISamlProviderModifier and TypeMethodDescriptionstatic ISamlProviderSamlProvider.fromSamlProviderArn(software.constructs.Construct scope, String id, String samlProviderArn) Import an existing provider.Constructors in software.amazon.awscdk.services.iam with parameters of type ISamlProviderModifierConstructorDescriptionSamlConsolePrincipal(ISamlProvider samlProvider) SamlConsolePrincipal(ISamlProvider samlProvider, Map<String, Object> conditions) SamlPrincipal(ISamlProvider samlProvider, Map<String, Object> conditions)