Class SignInOptions
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SignInOptions.Builder,SignInOptions>
A structure that describes the sign-in options for an application portal.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringThe URL that accepts authentication requests for an application.static SignInOptions.Builderbuilder()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 SignInOriginorigin()This determines how IAM Identity Center navigates the user to the target application.final StringThis determines how IAM Identity Center navigates the user to the target application.static Class<? extends SignInOptions.Builder> 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.ToCopyableBuilder
copy
-
Method Details
-
applicationUrl
The URL that accepts authentication requests for an application. This is a required parameter if the
Originparameter isAPPLICATION.- Returns:
- The URL that accepts authentication requests for an application. This is a required parameter if the
Originparameter isAPPLICATION.
-
origin
This determines how IAM Identity Center navigates the user to the target application. It can be one of the following values:
-
APPLICATION: IAM Identity Center redirects the customer to the configuredApplicationUrl. -
IDENTITY_CENTER: IAM Identity Center uses SAML identity-provider initiated authentication to sign the customer directly into a SAML-based application.
If the service returns an enum value that is not available in the current SDK version,
originwill returnSignInOrigin.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoriginAsString().- Returns:
- This determines how IAM Identity Center navigates the user to the target application. It can be one of
the following values:
-
APPLICATION: IAM Identity Center redirects the customer to the configuredApplicationUrl. -
IDENTITY_CENTER: IAM Identity Center uses SAML identity-provider initiated authentication to sign the customer directly into a SAML-based application.
-
- See Also:
-
-
originAsString
This determines how IAM Identity Center navigates the user to the target application. It can be one of the following values:
-
APPLICATION: IAM Identity Center redirects the customer to the configuredApplicationUrl. -
IDENTITY_CENTER: IAM Identity Center uses SAML identity-provider initiated authentication to sign the customer directly into a SAML-based application.
If the service returns an enum value that is not available in the current SDK version,
originwill returnSignInOrigin.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoriginAsString().- Returns:
- This determines how IAM Identity Center navigates the user to the target application. It can be one of
the following values:
-
APPLICATION: IAM Identity Center redirects the customer to the configuredApplicationUrl. -
IDENTITY_CENTER: IAM Identity Center uses SAML identity-provider initiated authentication to sign the customer directly into a SAML-based application.
-
- See Also:
-
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<SignInOptions.Builder,SignInOptions> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
Description 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 interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
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. -
getValueForField
-
sdkFields
-