Package | Description |
---|---|
com.amazonaws.services.elasticsearch.model |
Modifier and Type | Method and Description |
---|---|
SAMLOptionsOutput |
SAMLOptionsOutput.clone() |
SAMLOptionsOutput |
AdvancedSecurityOptions.getSAMLOptions()
Describes the SAML application configured for a domain.
|
SAMLOptionsOutput |
SAMLOptionsOutput.withEnabled(Boolean enabled)
True if SAML is enabled.
|
SAMLOptionsOutput |
SAMLOptionsOutput.withIdp(SAMLIdp idp)
Describes the SAML Identity Provider's information.
|
SAMLOptionsOutput |
SAMLOptionsOutput.withRolesKey(String rolesKey)
The key used for matching the SAML Roles attribute.
|
SAMLOptionsOutput |
SAMLOptionsOutput.withSessionTimeoutMinutes(Integer sessionTimeoutMinutes)
The duration, in minutes, after which a user session becomes inactive.
|
SAMLOptionsOutput |
SAMLOptionsOutput.withSubjectKey(String subjectKey)
The key used for matching the SAML Subject attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
AdvancedSecurityOptions.setSAMLOptions(SAMLOptionsOutput sAMLOptions)
Describes the SAML application configured for a domain.
|
AdvancedSecurityOptions |
AdvancedSecurityOptions.withSAMLOptions(SAMLOptionsOutput sAMLOptions)
Describes the SAML application configured for a domain.
|
Copyright © 2021. All rights reserved.