| Package | Description |
|---|---|
| com.amazonaws.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
SAMLOptionsInput |
SAMLOptionsInput.clone() |
SAMLOptionsInput |
AdvancedSecurityOptionsInput.getSAMLOptions()
The SAML application configuration for the domain.
|
SAMLOptionsInput |
SAMLOptionsInput.withEnabled(Boolean enabled)
True if SAML is enabled.
|
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 username, which is stored in the Amazon OpenSearch Service domain's internal 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 username.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AdvancedSecurityOptionsInput.setSAMLOptions(SAMLOptionsInput sAMLOptions)
The SAML application configuration for the domain.
|
AdvancedSecurityOptionsInput |
AdvancedSecurityOptionsInput.withSAMLOptions(SAMLOptionsInput sAMLOptions)
The SAML application configuration for the domain.
|
Copyright © 2022. All rights reserved.