Uses of Interface
software.amazon.awscdk.services.iam.ISAMLProviderRef
Packages that use ISAMLProviderRef
Package
Description
Amazon Cognito Identity Pool Construct Library
Amazon EC2 Construct Library
AWS Identity and Access Management Construct Library
-
Uses of ISAMLProviderRef in software.amazon.awscdk.services.cognito.identitypool
Methods in software.amazon.awscdk.services.cognito.identitypool that return types with arguments of type ISAMLProviderRefModifier and TypeMethodDescriptiondefault List
<ISAMLProviderRef> IdentityPoolAuthenticationProviders.getSamlProviders()
The Security Assertion Markup Language provider associated with this Identity Pool.final List
<ISAMLProviderRef> IdentityPoolAuthenticationProviders.Jsii$Proxy.getSamlProviders()
Method parameters in software.amazon.awscdk.services.cognito.identitypool with type arguments of type ISAMLProviderRefModifier and TypeMethodDescriptionIdentityPoolAuthenticationProviders.Builder.samlProviders
(List<? extends ISAMLProviderRef> samlProviders) Sets the value ofIdentityPoolAuthenticationProviders.getSamlProviders()
-
Uses of ISAMLProviderRef in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 with parameters of type ISAMLProviderRefModifier and TypeMethodDescriptionClientVpnUserBasedAuthentication.federated
(ISAMLProviderRef samlProvider) Federated authentication.ClientVpnUserBasedAuthentication.federated
(ISAMLProviderRef samlProvider, ISAMLProviderRef selfServiceSamlProvider) Federated authentication. -
Uses of ISAMLProviderRef in software.amazon.awscdk.services.iam
Subinterfaces of ISAMLProviderRef in software.amazon.awscdk.services.iamModifier and TypeInterfaceDescriptioninterface
A SAML provider.static interface
Internal default implementation forISamlProvider
.static interface
Internal default implementation forISAMLProviderRef
.Classes in software.amazon.awscdk.services.iam that implement ISAMLProviderRefModifier and TypeClassDescriptionclass
Creates an IAM resource that describes an identity provider (IdP) that supports SAML 2.0.static final class
A proxy class which represents a concrete javascript instance of this type.static final class
A proxy class which represents a concrete javascript instance of this type.class
A SAML provider.Constructors in software.amazon.awscdk.services.iam with parameters of type ISAMLProviderRefModifierConstructorDescriptionSamlPrincipal
(ISAMLProviderRef samlProvider, Map<String, Object> conditions)