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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.opensearchservice.SAMLOptionsProperty
SAMLOptionsProperty.Builder, SAMLOptionsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(SAMLOptionsProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theSAMLOptionsProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The unique entity ID of the application in the SAML identity provider.final String
The metadata of the SAML application, in XML format.final String
The backend role that the SAML master user is mapped to.final String
The SAML master username, which is stored in the domain's internal user database.final String
Element of the SAML assertion to use for backend roles.final Number
The duration, in minutes, after which a user session becomes inactive.final String
Element of the SAML assertion to use for the user name.final int
hashCode()
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:SAMLOptionsProperty
The unique entity ID of the application in the SAML identity provider.- Specified by:
getIdpEntityId
in interfaceSAMLOptionsProperty
-
getIdpMetadataContent
Description copied from interface:SAMLOptionsProperty
The metadata of the SAML application, in XML format.- Specified by:
getIdpMetadataContent
in interfaceSAMLOptionsProperty
-
getMasterBackendRole
Description copied from interface:SAMLOptionsProperty
The 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
rolesKey
property.Default: - The master user is not mapped to a backend role
- Specified by:
getMasterBackendRole
in interfaceSAMLOptionsProperty
-
getMasterUserName
Description copied from interface:SAMLOptionsProperty
The 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:
getMasterUserName
in interfaceSAMLOptionsProperty
-
getRolesKey
Description copied from interface:SAMLOptionsProperty
Element of the SAML assertion to use for backend roles.Default: - roles
- Specified by:
getRolesKey
in interfaceSAMLOptionsProperty
-
getSessionTimeoutMinutes
Description copied from interface:SAMLOptionsProperty
The duration, in minutes, after which a user session becomes inactive.Default: - 60
- Specified by:
getSessionTimeoutMinutes
in interfaceSAMLOptionsProperty
-
getSubjectKey
Description copied from interface:SAMLOptionsProperty
Element of the SAML assertion to use for the user name.Default: - NameID element of the SAML assertion fot the user name
- Specified by:
getSubjectKey
in interfaceSAMLOptionsProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-