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 Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.cognito.identitypool.IdentityPoolAuthenticationProviders
IdentityPoolAuthenticationProviders.Builder, IdentityPoolAuthenticationProviders.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor 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 Summary
Modifier 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.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected 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$Proxy
Constructor that initializes the object based on literal property values passed by theIdentityPoolAuthenticationProviders.Builder.
-
-
Method Details
-
getCustomProvider
Description copied from interface:IdentityPoolAuthenticationProviders(experimental) The Developer Provider Name to associate with this Identity Pool.Default: - no Custom Provider
- Specified by:
getCustomProviderin interfaceIdentityPoolAuthenticationProviders
-
getOpenIdConnectProviders
Description copied from interface:IdentityPoolAuthenticationProviders(experimental) The OpenIdConnect Provider associated with this Identity Pool.Default: - no OpenIdConnectProvider
- Specified by:
getOpenIdConnectProvidersin interfaceIdentityPoolAuthenticationProviders
-
getSamlProviders
Description copied from interface:IdentityPoolAuthenticationProviders(experimental) The Security Assertion Markup Language Provider associated with this Identity Pool.Default: - no SamlProvider
- Specified by:
getSamlProvidersin interfaceIdentityPoolAuthenticationProviders
-
getUserPools
Description copied from interface:IdentityPoolAuthenticationProviders(experimental) The User Pool Authentication Providers associated with this Identity Pool.Default: - no User Pools Associated
- Specified by:
getUserPoolsin interfaceIdentityPoolAuthenticationProviders
-
getAmazon
Description 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 interfaceIdentityPoolProviders
-
getApple
Description 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 interfaceIdentityPoolProviders
-
getDigits
Description 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 interfaceIdentityPoolProviders
-
getFacebook
Description 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 interfaceIdentityPoolProviders
-
getGoogle
Description 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 interfaceIdentityPoolProviders
-
getTwitter
Description 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 interfaceIdentityPoolProviders
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-