Class IdentityPoolAuthenticationProviders.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cognito.identitypool.IdentityPoolAuthenticationProviders.Jsii$Proxy
- All Implemented Interfaces:
- IdentityPoolAuthenticationProviders,- IdentityPoolProviders,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- IdentityPoolAuthenticationProviders
@Stability(Experimental)
@Internal
public static final class IdentityPoolAuthenticationProviders.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements IdentityPoolAuthenticationProviders
An implementation for 
IdentityPoolAuthenticationProviders- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.cognito.identitypool.IdentityPoolAuthenticationProvidersIdentityPoolAuthenticationProviders.Builder, IdentityPoolAuthenticationProviders.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theIdentityPoolAuthenticationProviders.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal boolean(experimental) App Id for Amazon Identity Federation.getApple()(experimental) Services Id for Apple Identity Federation.final String(experimental) The Developer Provider Name to associate with this Identity Pool.(experimental) Consumer Key and Secret for Digits Identity Federation.(experimental) App Id for Facebook Identity Federation.(experimental) Client Id for Google Identity Federation.final List<IOpenIdConnectProvider>(experimental) The OpenIdConnect Provider associated with this Identity Pool.final List<ISamlProvider>(experimental) The Security Assertion Markup Language Provider associated with this Identity Pool.(experimental) Consumer Key and Secret for Twitter Identity Federation.(experimental) The User Pool Authentication Providers associated with this Identity Pool.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
- objRef- Reference to the JSII managed object.
 
- 
Jsii$ProxyConstructor that initializes the object based on literal property values passed by theIdentityPoolAuthenticationProviders.Builder.
 
- 
- 
Method Details- 
getCustomProviderDescription copied from interface:IdentityPoolAuthenticationProviders(experimental) The Developer Provider Name to associate with this Identity Pool.Default: - no Custom Provider - Specified by:
- getCustomProviderin interface- IdentityPoolAuthenticationProviders
 
- 
getOpenIdConnectProvidersDescription copied from interface:IdentityPoolAuthenticationProviders(experimental) The OpenIdConnect Provider associated with this Identity Pool.Default: - no OpenIdConnectProvider - Specified by:
- getOpenIdConnectProvidersin interface- IdentityPoolAuthenticationProviders
 
- 
getSamlProvidersDescription copied from interface:IdentityPoolAuthenticationProviders(experimental) The Security Assertion Markup Language Provider associated with this Identity Pool.Default: - no SamlProvider - Specified by:
- getSamlProvidersin interface- IdentityPoolAuthenticationProviders
 
- 
getUserPoolsDescription copied from interface:IdentityPoolAuthenticationProviders(experimental) The User Pool Authentication Providers associated with this Identity Pool.Default: - no User Pools Associated - Specified by:
- getUserPoolsin interface- IdentityPoolAuthenticationProviders
 
- 
getAmazonDescription copied from interface:IdentityPoolProviders(experimental) App Id for Amazon Identity Federation.Default: - No Amazon Authentication Provider used without OpenIdConnect or a User Pool - Specified by:
- getAmazonin interface- IdentityPoolProviders
 
- 
getAppleDescription copied from interface:IdentityPoolProviders(experimental) Services Id for Apple Identity Federation.Default: - No Apple Authentication Provider used without OpenIdConnect or a User Pool - Specified by:
- getApplein interface- IdentityPoolProviders
 
- 
getDigitsDescription copied from interface:IdentityPoolProviders(experimental) Consumer Key and Secret for Digits Identity Federation.Default: - No Digits Authentication Provider used without OpenIdConnect or a User Pool - Specified by:
- getDigitsin interface- IdentityPoolProviders
 
- 
getFacebookDescription copied from interface:IdentityPoolProviders(experimental) App Id for Facebook Identity Federation.Default: - No Facebook Authentication Provider used without OpenIdConnect or a User Pool - Specified by:
- getFacebookin interface- IdentityPoolProviders
 
- 
getGoogleDescription copied from interface:IdentityPoolProviders(experimental) Client Id for Google Identity Federation.Default: - No Google Authentication Provider used without OpenIdConnect or a User Pool - Specified by:
- getGooglein interface- IdentityPoolProviders
 
- 
getTwitterDescription copied from interface:IdentityPoolProviders(experimental) Consumer Key and Secret for Twitter Identity Federation.Default: - No Twitter Authentication Provider used without OpenIdConnect or a User Pool - Specified by:
- getTwitterin interface- IdentityPoolProviders
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-