Package | Description |
---|---|
com.amazonaws.services.opensearch.model |
Modifier and Type | Method and Description |
---|---|
SAMLOptionsInput |
SAMLOptionsInput.clone() |
SAMLOptionsInput |
AdvancedSecurityOptionsInput.getSAMLOptions()
Container for information about the SAML configuration for OpenSearch Dashboards.
|
SAMLOptionsInput |
SAMLOptionsInput.withEnabled(Boolean enabled)
True to enable SAML authentication for a domain.
|
SAMLOptionsInput |
SAMLOptionsInput.withIdp(SAMLIdp idp)
The SAML Identity Provider's information.
|
SAMLOptionsInput |
SAMLOptionsInput.withMasterBackendRole(String masterBackendRole)
The backend role that the SAML master user is mapped to.
|
SAMLOptionsInput |
SAMLOptionsInput.withMasterUserName(String masterUserName)
The SAML master user name, which is stored in the domain's internal user database.
|
SAMLOptionsInput |
SAMLOptionsInput.withRolesKey(String rolesKey)
Element of the SAML assertion to use for backend roles.
|
SAMLOptionsInput |
SAMLOptionsInput.withSessionTimeoutMinutes(Integer sessionTimeoutMinutes)
The duration, in minutes, after which a user session becomes inactive.
|
SAMLOptionsInput |
SAMLOptionsInput.withSubjectKey(String subjectKey)
Element of the SAML assertion to use for the user name.
|
Modifier and Type | Method and Description |
---|---|
void |
AdvancedSecurityOptionsInput.setSAMLOptions(SAMLOptionsInput sAMLOptions)
Container for information about the SAML configuration for OpenSearch Dashboards.
|
AdvancedSecurityOptionsInput |
AdvancedSecurityOptionsInput.withSAMLOptions(SAMLOptionsInput sAMLOptions)
Container for information about the SAML configuration for OpenSearch Dashboards.
|
Copyright © 2023. All rights reserved.