Class IdentityPoolAuthenticationProviders.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cognito.identitypool.IdentityPoolAuthenticationProviders.Jsii$Proxy
- All Implemented Interfaces:
IdentityPoolAuthenticationProviders,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
IdentityPoolAuthenticationProviders
@Stability(Stable)
@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 booleanThe Amazon Authentication Provider associated with this Identity Pool.getApple()The Apple Authentication Provider associated with this Identity Pool.final StringThe developer provider name to associate with this Identity Pool.The Facebook Authentication Provider associated with this Identity Pool.The Google Authentication Provider associated with this Identity Pool.final List<IOIDCProviderRef> The OpenIdConnect Provider associated with this Identity Pool.final List<ISAMLProviderRef> The Security Assertion Markup Language provider associated with this Identity Pool.The Twitter Authentication Provider associated with this Identity Pool.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
-
getAmazon
Description copied from interface:IdentityPoolAuthenticationProvidersThe Amazon Authentication Provider associated with this Identity Pool.Default: - No Amazon Authentication Provider used without OpenIdConnect or a User Pool
- Specified by:
getAmazonin interfaceIdentityPoolAuthenticationProviders
-
getApple
Description copied from interface:IdentityPoolAuthenticationProvidersThe Apple Authentication Provider associated with this Identity Pool.Default: - No Apple Authentication Provider used without OpenIdConnect or a User Pool
- Specified by:
getApplein interfaceIdentityPoolAuthenticationProviders
-
getCustomProvider
Description copied from interface:IdentityPoolAuthenticationProvidersThe developer provider name to associate with this Identity Pool.Default: - no custom provider
- Specified by:
getCustomProviderin interfaceIdentityPoolAuthenticationProviders
-
getFacebook
Description copied from interface:IdentityPoolAuthenticationProvidersThe Facebook Authentication Provider associated with this Identity Pool.Default: - No Facebook Authentication Provider used without OpenIdConnect or a User Pool
- Specified by:
getFacebookin interfaceIdentityPoolAuthenticationProviders
-
getGoogle
Description copied from interface:IdentityPoolAuthenticationProvidersThe Google Authentication Provider associated with this Identity Pool.Default: - No Google Authentication Provider used without OpenIdConnect or a User Pool
- Specified by:
getGooglein interfaceIdentityPoolAuthenticationProviders
-
getOpenIdConnectProviders
Description copied from interface:IdentityPoolAuthenticationProvidersThe OpenIdConnect Provider associated with this Identity Pool.Default: - no OpenIdConnectProvider
- Specified by:
getOpenIdConnectProvidersin interfaceIdentityPoolAuthenticationProviders
-
getSamlProviders
Description copied from interface:IdentityPoolAuthenticationProvidersThe Security Assertion Markup Language provider associated with this Identity Pool.Default: - no SamlProvider
- Specified by:
getSamlProvidersin interfaceIdentityPoolAuthenticationProviders
-
getTwitter
Description copied from interface:IdentityPoolAuthenticationProvidersThe Twitter Authentication Provider associated with this Identity Pool.Default: - No Twitter Authentication Provider used without OpenIdConnect or a User Pool
- Specified by:
getTwitterin interfaceIdentityPoolAuthenticationProviders
-
getUserPools
Description copied from interface:IdentityPoolAuthenticationProvidersThe User Pool Authentication Providers associated with this Identity Pool.Default: - no User Pools associated
- Specified by:
getUserPoolsin interfaceIdentityPoolAuthenticationProviders
-
$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()
-