Class UserPoolAuthenticationProviderProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cognito.identitypool.alpha.UserPoolAuthenticationProviderProps.Jsii$Proxy
- All Implemented Interfaces:
UserPoolAuthenticationProviderProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
UserPoolAuthenticationProviderProps
@Stability(Experimental)
@Internal
public static final class UserPoolAuthenticationProviderProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements UserPoolAuthenticationProviderProps
An implementation for
UserPoolAuthenticationProviderProps
-
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.alpha.UserPoolAuthenticationProviderProps
UserPoolAuthenticationProviderProps.Builder, UserPoolAuthenticationProviderProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theUserPoolAuthenticationProviderProps.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 Boolean
(experimental) Setting this to true turns off identity pool checks for this user pool to make sure the user has not been globally signed out or deleted before the identity pool provides an OIDC token or AWS credentials for the user.final IUserPool
(experimental) The User Pool of the Associated Identity Providers.final IUserPoolClient
(experimental) The User Pool Client for the provided User 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 theUserPoolAuthenticationProviderProps.Builder
.
-
-
Method Details
-
getUserPool
Description copied from interface:UserPoolAuthenticationProviderProps
(experimental) The User Pool of the Associated Identity Providers.- Specified by:
getUserPool
in interfaceUserPoolAuthenticationProviderProps
-
getDisableServerSideTokenCheck
Description copied from interface:UserPoolAuthenticationProviderProps
(experimental) Setting this to true turns off identity pool checks for this user pool to make sure the user has not been globally signed out or deleted before the identity pool provides an OIDC token or AWS credentials for the user.Default: false
- Specified by:
getDisableServerSideTokenCheck
in interfaceUserPoolAuthenticationProviderProps
- See Also:
-
getUserPoolClient
Description copied from interface:UserPoolAuthenticationProviderProps
(experimental) The User Pool Client for the provided User Pool.Default: - A default user pool client will be added to User Pool
- Specified by:
getUserPoolClient
in interfaceUserPoolAuthenticationProviderProps
-
$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()
-