Class UserPoolIdentityProviderAppleProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cognito.UserPoolIdentityProviderAppleProps.Jsii$Proxy
- All Implemented Interfaces:
UserPoolIdentityProviderAppleProps
,UserPoolIdentityProviderProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
UserPoolIdentityProviderAppleProps
@Stability(Stable)
@Internal
public static final class UserPoolIdentityProviderAppleProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements UserPoolIdentityProviderAppleProps
An implementation for
UserPoolIdentityProviderAppleProps
-
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.UserPoolIdentityProviderAppleProps
UserPoolIdentityProviderAppleProps.Builder, UserPoolIdentityProviderAppleProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theUserPoolIdentityProviderAppleProps.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
final AttributeMapping
Mapping attributes from the identity provider to standard and custom attributes of the user pool.final String
The client id recognized by Apple APIs.final String
getKeyId()
The keyId (of the same key, which content has to be later supplied asprivateKey
) for Apple APIs to authenticate the client.final String
The privateKey content for Apple APIs to authenticate the client.The list of apple permissions to obtain for getting access to the apple profile.final String
The teamId for Apple APIs to authenticate the client.final IUserPool
The user pool to which this construct provides identities.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 theUserPoolIdentityProviderAppleProps.Builder
.
-
-
Method Details
-
getClientId
Description copied from interface:UserPoolIdentityProviderAppleProps
The client id recognized by Apple APIs.- Specified by:
getClientId
in interfaceUserPoolIdentityProviderAppleProps
- See Also:
-
getKeyId
Description copied from interface:UserPoolIdentityProviderAppleProps
The keyId (of the same key, which content has to be later supplied asprivateKey
) for Apple APIs to authenticate the client.- Specified by:
getKeyId
in interfaceUserPoolIdentityProviderAppleProps
-
getPrivateKey
Description copied from interface:UserPoolIdentityProviderAppleProps
The privateKey content for Apple APIs to authenticate the client.- Specified by:
getPrivateKey
in interfaceUserPoolIdentityProviderAppleProps
-
getTeamId
Description copied from interface:UserPoolIdentityProviderAppleProps
The teamId for Apple APIs to authenticate the client.- Specified by:
getTeamId
in interfaceUserPoolIdentityProviderAppleProps
-
getScopes
Description copied from interface:UserPoolIdentityProviderAppleProps
The list of apple permissions to obtain for getting access to the apple profile.Default: [ name ]
- Specified by:
getScopes
in interfaceUserPoolIdentityProviderAppleProps
- See Also:
-
getUserPool
Description copied from interface:UserPoolIdentityProviderProps
The user pool to which this construct provides identities.- Specified by:
getUserPool
in interfaceUserPoolIdentityProviderProps
-
getAttributeMapping
Description copied from interface:UserPoolIdentityProviderProps
Mapping attributes from the identity provider to standard and custom attributes of the user pool.Default: - no attribute mapping
- Specified by:
getAttributeMapping
in interfaceUserPoolIdentityProviderProps
-
$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()
-