Class IdentityPoolProviders.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cognito.identitypool.IdentityPoolProviders.Jsii$Proxy
- All Implemented Interfaces:
IdentityPoolProviders
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- IdentityPoolProviders
@Stability(Experimental)
@Internal
public static final class IdentityPoolProviders.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements IdentityPoolProviders
An implementation for
IdentityPoolProviders
-
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.IdentityPoolProviders
IdentityPoolProviders.Builder, IdentityPoolProviders.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(IdentityPoolProviders.Builder builder) Constructor that initializes the object based on literal property values passed by theIdentityPoolProviders.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.(experimental) Consumer Key and Secret for Digits Identity Federation.(experimental) App Id for Facebook Identity Federation.(experimental) Client Id for Google Identity Federation.(experimental) Consumer Key and Secret for Twitter Identity Federation.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 theIdentityPoolProviders.Builder
.
-
-
Method Details
-
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()
-