Class SAMLOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.opensearchservice.SAMLOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
SAMLOptionsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
SAMLOptionsProperty
@Stability(Stable)
@Internal
public static final class SAMLOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements SAMLOptionsProperty
An implementation for
SAMLOptionsProperty-
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.opensearchservice.SAMLOptionsProperty
SAMLOptionsProperty.Builder, SAMLOptionsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(SAMLOptionsProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theSAMLOptionsProperty.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 unique entity ID of the application in the SAML identity provider.final StringThe metadata of the SAML application, in XML format.final StringThe backend role that the SAML master user is mapped to.final StringThe SAML master username, which is stored in the domain's internal user database.final StringElement of the SAML assertion to use for backend roles.final NumberThe duration, in minutes, after which a user session becomes inactive.final StringElement of the SAML assertion to use for the user name.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 theSAMLOptionsProperty.Builder.
-
-
Method Details
-
getIdpEntityId
Description copied from interface:SAMLOptionsPropertyThe unique entity ID of the application in the SAML identity provider.- Specified by:
getIdpEntityIdin interfaceSAMLOptionsProperty
-
getIdpMetadataContent
Description copied from interface:SAMLOptionsPropertyThe metadata of the SAML application, in XML format.- Specified by:
getIdpMetadataContentin interfaceSAMLOptionsProperty
-
getMasterBackendRole
Description copied from interface:SAMLOptionsPropertyThe backend role that the SAML master user is mapped to.Any users with this backend role receives full permission in OpenSearch Dashboards/Kibana. To use a SAML master backend role, configure the
rolesKeyproperty.Default: - The master user is not mapped to a backend role
- Specified by:
getMasterBackendRolein interfaceSAMLOptionsProperty
-
getMasterUserName
Description copied from interface:SAMLOptionsPropertyThe SAML master username, which is stored in the domain's internal user database.This SAML user receives full permission in OpenSearch Dashboards/Kibana. Creating a new master username does not delete any existing master usernames.
Default: - No master user name is configured
- Specified by:
getMasterUserNamein interfaceSAMLOptionsProperty
-
getRolesKey
Description copied from interface:SAMLOptionsPropertyElement of the SAML assertion to use for backend roles.Default: - roles
- Specified by:
getRolesKeyin interfaceSAMLOptionsProperty
-
getSessionTimeoutMinutes
Description copied from interface:SAMLOptionsPropertyThe duration, in minutes, after which a user session becomes inactive.Default: - 60
- Specified by:
getSessionTimeoutMinutesin interfaceSAMLOptionsProperty
-
getSubjectKey
Description copied from interface:SAMLOptionsPropertyElement of the SAML assertion to use for the user name.Default: - NameID element of the SAML assertion fot the user name
- Specified by:
getSubjectKeyin interfaceSAMLOptionsProperty
-
$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()
-