Interface SignInOptions.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SignInOptions.Builder,,SignInOptions> SdkBuilder<SignInOptions.Builder,,SignInOptions> SdkPojo
- Enclosing class:
SignInOptions
-
Method Summary
Modifier and TypeMethodDescriptionapplicationUrl(String applicationUrl) The URL that accepts authentication requests for an application.This determines how IAM Identity Center navigates the user to the target application.origin(SignInOrigin origin) This determines how IAM Identity Center navigates the user to the target application.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
applicationUrl
The URL that accepts authentication requests for an application. This is a required parameter if the
Originparameter isAPPLICATION.- Parameters:
applicationUrl- The URL that accepts authentication requests for an application. This is a required parameter if theOriginparameter isAPPLICATION.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-