Class SAMLOptionsInput
- java.lang.Object
-
- software.amazon.awssdk.services.elasticsearch.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>
Specifies the SAML application configuration for the domain.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
SAMLOptionsInput.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SAMLOptionsInput.Builder
builder()
Boolean
enabled()
True if SAML is enabled.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
SAMLIdp
idp()
Specifies the SAML Identity Provider's information.String
masterBackendRole()
The backend role to which the SAML master user is mapped to.String
masterUserName()
The SAML master username, which is stored in the Amazon Elasticsearch Service domain's internal database.String
rolesKey()
The key to use for matching the SAML Roles attribute.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends SAMLOptionsInput.Builder>
serializableBuilderClass()
Integer
sessionTimeoutMinutes()
The duration, in minutes, after which a user session becomes inactive.String
subjectKey()
The key to use for matching the SAML Subject attribute.SAMLOptionsInput.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
enabled
public final Boolean enabled()
True if SAML is enabled.
- Returns:
- True if SAML is enabled.
-
idp
public final SAMLIdp idp()
Specifies the SAML Identity Provider's information.
- Returns:
- Specifies the SAML Identity Provider's information.
-
masterUserName
public final String masterUserName()
The SAML master username, which is stored in the Amazon Elasticsearch Service domain's internal database.
- Returns:
- The SAML master username, which is stored in the Amazon Elasticsearch Service domain's internal database.
-
masterBackendRole
public final String masterBackendRole()
The backend role to which the SAML master user is mapped to.
- Returns:
- The backend role to which the SAML master user is mapped to.
-
subjectKey
public final String subjectKey()
The key to use for matching the SAML Subject attribute.
- Returns:
- The key to use for matching the SAML Subject attribute.
-
rolesKey
public final String rolesKey()
The key to use for matching the SAML Roles attribute.
- Returns:
- The key to use for matching the SAML Roles attribute.
-
sessionTimeoutMinutes
public final Integer sessionTimeoutMinutes()
The 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.
-
toBuilder
public SAMLOptionsInput.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<SAMLOptionsInput.Builder,SAMLOptionsInput>
-
builder
public static SAMLOptionsInput.Builder builder()
-
serializableBuilderClass
public static Class<? extends SAMLOptionsInput.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-