Package | Description |
---|---|
com.amazonaws.services.elasticsearch.model |
Modifier and Type | Method and Description |
---|---|
SAMLOptionsInput |
SAMLOptionsInput.clone() |
SAMLOptionsInput |
AdvancedSecurityOptionsInput.getSAMLOptions()
Specifies the SAML application configuration for the domain.
|
SAMLOptionsInput |
SAMLOptionsInput.withEnabled(Boolean enabled)
True if SAML is enabled.
|
SAMLOptionsInput |
SAMLOptionsInput.withIdp(SAMLIdp idp)
Specifies the SAML Identity Provider's information.
|
SAMLOptionsInput |
SAMLOptionsInput.withMasterBackendRole(String masterBackendRole)
The backend role to which the SAML master user is mapped to.
|
SAMLOptionsInput |
SAMLOptionsInput.withMasterUserName(String masterUserName)
The SAML master username, which is stored in the Amazon Elasticsearch Service domain's internal database.
|
SAMLOptionsInput |
SAMLOptionsInput.withRolesKey(String rolesKey)
The key to use for matching the SAML Roles attribute.
|
SAMLOptionsInput |
SAMLOptionsInput.withSessionTimeoutMinutes(Integer sessionTimeoutMinutes)
The duration, in minutes, after which a user session becomes inactive.
|
SAMLOptionsInput |
SAMLOptionsInput.withSubjectKey(String subjectKey)
The key to use for matching the SAML Subject attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
AdvancedSecurityOptionsInput.setSAMLOptions(SAMLOptionsInput sAMLOptions)
Specifies the SAML application configuration for the domain.
|
AdvancedSecurityOptionsInput |
AdvancedSecurityOptionsInput.withSAMLOptions(SAMLOptionsInput sAMLOptions)
Specifies the SAML application configuration for the domain.
|
Copyright © 2021. All rights reserved.