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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.cognito.UserPoolIdentityProviderAppleProps
UserPoolIdentityProviderAppleProps.Builder, UserPoolIdentityProviderAppleProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theUserPoolIdentityProviderAppleProps.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 booleanfinal AttributeMappingMapping attributes from the identity provider to standard and custom attributes of the user pool.final StringThe client id recognized by Apple APIs.final StringgetKeyId()The keyId (of the same key, which content has to be later supplied asprivateKey) for Apple APIs to authenticate the client.final String(deprecated) The privateKey content for Apple APIs to authenticate the client.final SecretValueThe privateKey content for Apple APIs to authenticate the client.The list of apple permissions to obtain for getting access to the apple profile.final StringThe teamId for Apple APIs to authenticate the client.final IUserPoolThe user pool to which this construct provides identities.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 theUserPoolIdentityProviderAppleProps.Builder.
-
-
Method Details
-
getClientId
Description copied from interface:UserPoolIdentityProviderApplePropsThe client id recognized by Apple APIs.- Specified by:
getClientIdin interfaceUserPoolIdentityProviderAppleProps- See Also:
-
getKeyId
Description copied from interface:UserPoolIdentityProviderApplePropsThe keyId (of the same key, which content has to be later supplied asprivateKey) for Apple APIs to authenticate the client.- Specified by:
getKeyIdin interfaceUserPoolIdentityProviderAppleProps
-
getTeamId
Description copied from interface:UserPoolIdentityProviderApplePropsThe teamId for Apple APIs to authenticate the client.- Specified by:
getTeamIdin interfaceUserPoolIdentityProviderAppleProps
-
getPrivateKey
Description copied from interface:UserPoolIdentityProviderAppleProps(deprecated) The privateKey content for Apple APIs to authenticate the client.Default: none
- Specified by:
getPrivateKeyin interfaceUserPoolIdentityProviderAppleProps
-
getPrivateKeyValue
Description copied from interface:UserPoolIdentityProviderApplePropsThe privateKey content for Apple APIs to authenticate the client.Default: none
- Specified by:
getPrivateKeyValuein interfaceUserPoolIdentityProviderAppleProps
-
getScopes
Description copied from interface:UserPoolIdentityProviderApplePropsThe list of apple permissions to obtain for getting access to the apple profile.Default: [ name ]
- Specified by:
getScopesin interfaceUserPoolIdentityProviderAppleProps- See Also:
-
getUserPool
Description copied from interface:UserPoolIdentityProviderPropsThe user pool to which this construct provides identities.- Specified by:
getUserPoolin interfaceUserPoolIdentityProviderProps
-
getAttributeMapping
Description copied from interface:UserPoolIdentityProviderPropsMapping attributes from the identity provider to standard and custom attributes of the user pool.Default: - no attribute mapping
- Specified by:
getAttributeMappingin interfaceUserPoolIdentityProviderProps
-
$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()
-