Class SAMLOptionsOutput
- java.lang.Object
-
- software.amazon.awssdk.services.opensearch.model.SAMLOptionsOutput
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<SAMLOptionsOutput.Builder,SAMLOptionsOutput>
@Generated("software.amazon.awssdk:codegen") public final class SAMLOptionsOutput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SAMLOptionsOutput.Builder,SAMLOptionsOutput>
Describes the SAML application configured for the domain.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
SAMLOptionsOutput.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SAMLOptionsOutput.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()
Describes the SAML identity provider's information.String
rolesKey()
The key used for matching the SAML roles attribute.List<SdkField<?>>
sdkFields()
static Class<? extends SAMLOptionsOutput.Builder>
serializableBuilderClass()
Integer
sessionTimeoutMinutes()
The duration, in minutes, after which a user session becomes inactive.String
subjectKey()
The key used for matching the SAML subject attribute.SAMLOptionsOutput.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()
Describes the SAML identity provider's information.
- Returns:
- Describes the SAML identity provider's information.
-
subjectKey
public final String subjectKey()
The key used for matching the SAML subject attribute.
- Returns:
- The key used for matching the SAML subject attribute.
-
rolesKey
public final String rolesKey()
The key used for matching the SAML roles attribute.
- Returns:
- The key used for matching the SAML roles attribute.
-
sessionTimeoutMinutes
public final Integer sessionTimeoutMinutes()
The duration, in minutes, after which a user session becomes inactive.
- Returns:
- The duration, in minutes, after which a user session becomes inactive.
-
toBuilder
public SAMLOptionsOutput.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<SAMLOptionsOutput.Builder,SAMLOptionsOutput>
-
builder
public static SAMLOptionsOutput.Builder builder()
-
serializableBuilderClass
public static Class<? extends SAMLOptionsOutput.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.
-
-