Class CfnApplication.SignInOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sso.CfnApplication.SignInOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnApplication.SignInOptionsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnApplication.SignInOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnApplication.SignInOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApplication.SignInOptionsProperty
An implementation for
CfnApplication.SignInOptionsProperty-
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.sso.CfnApplication.SignInOptionsProperty
CfnApplication.SignInOptionsProperty.Builder, CfnApplication.SignInOptionsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnApplication.SignInOptionsProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnApplication.SignInOptionsProperty.Builder.
-
-
Method Details
-
getOrigin
Description copied from interface:CfnApplication.SignInOptionsPropertyThis determines how IAM Identity Center navigates the user to the target application.It can be one of the following values:
APPLICATION: IAM Identity Center redirects the customer to the configuredApplicationUrl.IDENTITY_CENTER: IAM Identity Center uses SAML identity-provider initiated authentication to sign the customer directly into a SAML-based application.
- Specified by:
getOriginin interfaceCfnApplication.SignInOptionsProperty- See Also:
-
getApplicationUrl
Description copied from interface:CfnApplication.SignInOptionsPropertyThe URL that accepts authentication requests for an application.This is a required parameter if the
Originparameter isAPPLICATION.- Specified by:
getApplicationUrlin interfaceCfnApplication.SignInOptionsProperty- 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()
-