Class UserPoolAuthenticationProviderProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cognito.identitypool.UserPoolAuthenticationProviderProps.Jsii$Proxy
- All Implemented Interfaces:
UserPoolAuthenticationProviderProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
UserPoolAuthenticationProviderProps
@Stability(Stable)
@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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.cognito.identitypool.UserPoolAuthenticationProviderProps
UserPoolAuthenticationProviderProps.Builder, UserPoolAuthenticationProviderProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theUserPoolAuthenticationProviderProps.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 BooleanSetting 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 IUserPoolThe User Pool of the Associated Identity Providers.final IUserPoolClientThe User Pool Client for the provided User Pool.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 theUserPoolAuthenticationProviderProps.Builder.
-
-
Method Details
-
getUserPool
Description copied from interface:UserPoolAuthenticationProviderPropsThe User Pool of the Associated Identity Providers.- Specified by:
getUserPoolin interfaceUserPoolAuthenticationProviderProps
-
getDisableServerSideTokenCheck
Description copied from interface:UserPoolAuthenticationProviderPropsSetting 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:
getDisableServerSideTokenCheckin interfaceUserPoolAuthenticationProviderProps- See Also:
-
getUserPoolClient
Description copied from interface:UserPoolAuthenticationProviderPropsThe User Pool Client for the provided User Pool.Default: - A default user pool client will be added to User Pool
- Specified by:
getUserPoolClientin interfaceUserPoolAuthenticationProviderProps
-
$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()
-