Class SAMLOptionsInput
java.lang.Object
software.amazon.awssdk.services.opensearch.model.SAMLOptionsInput
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<SAMLOptionsInput.Builder,- SAMLOptionsInput> 
@Generated("software.amazon.awssdk:codegen")
public final class SAMLOptionsInput
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<SAMLOptionsInput.Builder,SAMLOptionsInput> 
The SAML authentication configuration for an Amazon OpenSearch Service domain.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionstatic SAMLOptionsInput.Builderbuilder()final Booleanenabled()True to enable SAML authentication for a domain.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final SAMLIdpidp()The SAML Identity Provider's information.final StringThe backend role that the SAML master user is mapped to.final StringThe SAML master user name, which is stored in the domain's internal user database.final StringrolesKey()Element of the SAML assertion to use for backend roles.static Class<? extends SAMLOptionsInput.Builder> final IntegerThe duration, in minutes, after which a user session becomes inactive.final StringElement of the SAML assertion to use for the user name.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
enabledTrue to enable SAML authentication for a domain. - Returns:
- True to enable SAML authentication for a domain.
 
- 
idpThe SAML Identity Provider's information. - Returns:
- The SAML Identity Provider's information.
 
- 
masterUserNameThe SAML master user name, which is stored in the domain's internal user database. - Returns:
- The SAML master user name, which is stored in the domain's internal user database.
 
- 
masterBackendRoleThe backend role that the SAML master user is mapped to. - Returns:
- The backend role that the SAML master user is mapped to.
 
- 
subjectKeyElement of the SAML assertion to use for the user name. Default is NameID.- Returns:
- Element of the SAML assertion to use for the user name. Default is NameID.
 
- 
rolesKeyElement of the SAML assertion to use for backend roles. Default is roles.- Returns:
- Element of the SAML assertion to use for backend roles. Default is roles.
 
- 
sessionTimeoutMinutesThe duration, in minutes, after which a user session becomes inactive. Acceptable values are between 1 and 1440, and the default value is 60. - Returns:
- The duration, in minutes, after which a user session becomes inactive. Acceptable values are between 1 and 1440, and the default value is 60.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<SAMLOptionsInput.Builder,- SAMLOptionsInput> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-