| Package | Description |
|---|---|
| software.amazon.awssdk.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
static SamlProperties.Builder |
SamlProperties.builder() |
SamlProperties.Builder |
SamlProperties.Builder.relayStateParameterName(String relayStateParameterName)
The relay state parameter name supported by the SAML 2.0 identity provider (IdP).
|
SamlProperties.Builder |
SamlProperties.Builder.status(SamlStatusEnum status)
Indicates the status of SAML 2.0 authentication.
|
SamlProperties.Builder |
SamlProperties.Builder.status(String status)
Indicates the status of SAML 2.0 authentication.
|
SamlProperties.Builder |
SamlProperties.toBuilder() |
SamlProperties.Builder |
SamlProperties.Builder.userAccessUrl(String userAccessUrl)
The SAML 2.0 identity provider (IdP) user access URL is the URL a user would navigate to in their web browser
in order to federate from the IdP and directly access the application, without any SAML 2.0 service provider
(SP) bindings.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SamlProperties.Builder> |
SamlProperties.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ModifySamlPropertiesRequest.Builder |
ModifySamlPropertiesRequest.Builder.samlProperties(Consumer<SamlProperties.Builder> samlProperties)
The properties for configuring SAML 2.0 authentication.
|
default WorkspaceDirectory.Builder |
WorkspaceDirectory.Builder.samlProperties(Consumer<SamlProperties.Builder> samlProperties)
Describes the enablement status, user access URL, and relay state parameter name that are used for
configuring federation with an SAML 2.0 identity provider.
|
Copyright © 2023. All rights reserved.