Class CfnEnvironment.FederationParametersProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.finspace.CfnEnvironment.FederationParametersProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEnvironment.FederationParametersProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEnvironment.FederationParametersProperty
@Stability(Stable)
@Internal
public static final class CfnEnvironment.FederationParametersProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEnvironment.FederationParametersProperty
An implementation for
CfnEnvironment.FederationParametersProperty-
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.finspace.CfnEnvironment.FederationParametersProperty
CfnEnvironment.FederationParametersProperty.Builder, CfnEnvironment.FederationParametersProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEnvironment.FederationParametersProperty.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 StringThe redirect or sign-in URL that should be entered into the SAML 2.0 compliant identity provider configuration (IdP).final ObjectSAML attribute name and value.final StringName of the identity provider (IdP).final StringThe Uniform Resource Name (URN).final StringSAML 2.0 Metadata document from identity provider (IdP).final StringProvide the metadata URL from your SAML 2.0 compliant identity provider (IdP).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 theCfnEnvironment.FederationParametersProperty.Builder.
-
-
Method Details
-
getApplicationCallBackUrl
Description copied from interface:CfnEnvironment.FederationParametersPropertyThe redirect or sign-in URL that should be entered into the SAML 2.0 compliant identity provider configuration (IdP).- Specified by:
getApplicationCallBackUrlin interfaceCfnEnvironment.FederationParametersProperty- See Also:
-
getAttributeMap
Description copied from interface:CfnEnvironment.FederationParametersPropertySAML attribute name and value.The name must always be
Emailand the value should be set to the attribute definition in which user email is set. For example, name would beEmailand valuehttp://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress. Please check your SAML 2.0 compliant identity provider (IdP) documentation for details.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnEnvironment.AttributeMapItemsProperty>- Specified by:
getAttributeMapin interfaceCfnEnvironment.FederationParametersProperty- See Also:
-
getFederationProviderName
Description copied from interface:CfnEnvironment.FederationParametersPropertyName of the identity provider (IdP).- Specified by:
getFederationProviderNamein interfaceCfnEnvironment.FederationParametersProperty- See Also:
-
getFederationUrn
Description copied from interface:CfnEnvironment.FederationParametersPropertyThe Uniform Resource Name (URN).Also referred as Service Provider URN or Audience URI or Service Provider Entity ID.
- Specified by:
getFederationUrnin interfaceCfnEnvironment.FederationParametersProperty- See Also:
-
getSamlMetadataDocument
Description copied from interface:CfnEnvironment.FederationParametersPropertySAML 2.0 Metadata document from identity provider (IdP).- Specified by:
getSamlMetadataDocumentin interfaceCfnEnvironment.FederationParametersProperty- See Also:
-
getSamlMetadataUrl
Description copied from interface:CfnEnvironment.FederationParametersPropertyProvide the metadata URL from your SAML 2.0 compliant identity provider (IdP).- Specified by:
getSamlMetadataUrlin interfaceCfnEnvironment.FederationParametersProperty- See Also:
-
$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()
-