@Stability(value=Stable) @Internal public static final class UserPoolIdentityProviderSamlProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements UserPoolIdentityProviderSamlProps
UserPoolIdentityProviderSamlPropssoftware.amazon.jsii.JsiiObject.InitializationModeUserPoolIdentityProviderSamlProps.Builder, UserPoolIdentityProviderSamlProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(UserPoolIdentityProviderSamlProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
UserPoolIdentityProviderSamlProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
AttributeMapping |
getAttributeMapping()
Mapping attributes from the identity provider to standard and custom attributes of the user pool.
|
List<String> |
getIdentifiers()
Identifiers.
|
Boolean |
getIdpSignout()
Whether to enable the "Sign-out flow" feature.
|
UserPoolIdentityProviderSamlMetadata |
getMetadata()
The SAML metadata.
|
String |
getName()
The name of the provider.
|
IUserPool |
getUserPool()
The user pool to which this construct provides identities.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(UserPoolIdentityProviderSamlProps.Builder builder)
UserPoolIdentityProviderSamlProps.Builder.public final UserPoolIdentityProviderSamlMetadata getMetadata()
UserPoolIdentityProviderSamlPropsgetMetadata in interface UserPoolIdentityProviderSamlPropspublic final List<String> getIdentifiers()
UserPoolIdentityProviderSamlPropsIdentifiers can be used to redirect users to the correct IdP in multitenant apps.
Default: - no identifiers used
getIdentifiers in interface UserPoolIdentityProviderSamlPropspublic final Boolean getIdpSignout()
UserPoolIdentityProviderSamlPropsDefault: - false
getIdpSignout in interface UserPoolIdentityProviderSamlPropspublic final String getName()
UserPoolIdentityProviderSamlPropsMust be between 3 and 32 characters.
Default: - the unique ID of the construct
getName in interface UserPoolIdentityProviderSamlPropspublic final IUserPool getUserPool()
UserPoolIdentityProviderPropsgetUserPool in interface UserPoolIdentityProviderPropspublic final AttributeMapping getAttributeMapping()
UserPoolIdentityProviderPropsDefault: - no attribute mapping
getAttributeMapping in interface UserPoolIdentityProviderProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.