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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.cognito.identitypool.IdentityPoolAuthenticationProviders
IdentityPoolAuthenticationProviders.Builder, IdentityPoolAuthenticationProviders.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theIdentityPoolAuthenticationProviders.Builder
.protected
Jsii$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.JsonNode
final 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 int
hashCode()
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:
getCustomProvider
in interfaceIdentityPoolAuthenticationProviders
-
getOpenIdConnectProviders
Description copied from interface:IdentityPoolAuthenticationProviders
(experimental) The OpenIdConnect Provider associated with this Identity Pool.Default: - no OpenIdConnectProvider
- Specified by:
getOpenIdConnectProviders
in interfaceIdentityPoolAuthenticationProviders
-
getSamlProviders
Description copied from interface:IdentityPoolAuthenticationProviders
(experimental) The Security Assertion Markup Language Provider associated with this Identity Pool.Default: - no SamlProvider
- Specified by:
getSamlProviders
in 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:
getUserPools
in 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:
getAmazon
in 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:
getApple
in 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:
getDigits
in 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:
getFacebook
in 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:
getGoogle
in 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:
getTwitter
in interfaceIdentityPoolProviders
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-