Interface FederationParameters.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FederationParameters.Builder,
,FederationParameters> SdkBuilder<FederationParameters.Builder,
,FederationParameters> SdkPojo
- Enclosing class:
FederationParameters
-
Method Summary
Modifier and TypeMethodDescriptionapplicationCallBackURL
(String applicationCallBackURL) The redirect or sign-in URL that should be entered into the SAML 2.0 compliant identity provider configuration (IdP).attributeMap
(Map<String, String> attributeMap) SAML attribute name and value.federationProviderName
(String federationProviderName) Name of the identity provider (IdP).federationURN
(String federationURN) The Uniform Resource Name (URN).samlMetadataDocument
(String samlMetadataDocument) SAML 2.0 Metadata document from identity provider (IdP).samlMetadataURL
(String samlMetadataURL) Provide the metadata URL from your SAML 2.0 compliant identity provider (IdP).Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
samlMetadataDocument
SAML 2.0 Metadata document from identity provider (IdP).
- Parameters:
samlMetadataDocument
- SAML 2.0 Metadata document from identity provider (IdP).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
samlMetadataURL
Provide the metadata URL from your SAML 2.0 compliant identity provider (IdP).
- Parameters:
samlMetadataURL
- Provide the metadata URL from your SAML 2.0 compliant identity provider (IdP).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationCallBackURL
The redirect or sign-in URL that should be entered into the SAML 2.0 compliant identity provider configuration (IdP).
- Parameters:
applicationCallBackURL
- The redirect or sign-in URL that should be entered into the SAML 2.0 compliant identity provider configuration (IdP).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
federationURN
The Uniform Resource Name (URN). Also referred as Service Provider URN or Audience URI or Service Provider Entity ID.
- Parameters:
federationURN
- The Uniform Resource Name (URN). Also referred as Service Provider URN or Audience URI or Service Provider Entity ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
federationProviderName
Name of the identity provider (IdP).
- Parameters:
federationProviderName
- Name of the identity provider (IdP).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributeMap
SAML attribute name and value. The name must always be
Email
and the value should be set to the attribute definition in which user email is set. For example, name would beEmail
and valuehttp://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress
. Please check your SAML 2.0 compliant identity provider (IdP) documentation for details.- Parameters:
attributeMap
- SAML attribute name and value. The name must always beEmail
and the value should be set to the attribute definition in which user email is set. For example, name would beEmail
and valuehttp://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress
. Please check your SAML 2.0 compliant identity provider (IdP) documentation for details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-