| Package | Description |
|---|---|
| com.amazonaws.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
SamlProperties |
SamlProperties.clone() |
SamlProperties |
WorkspaceDirectory.getSamlProperties()
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.
|
SamlProperties |
ModifySamlPropertiesRequest.getSamlProperties()
The properties for configuring SAML 2.0 authentication.
|
SamlProperties |
SamlProperties.withRelayStateParameterName(String relayStateParameterName)
The relay state parameter name supported by the SAML 2.0 identity provider (IdP).
|
SamlProperties |
SamlProperties.withStatus(SamlStatusEnum status)
Indicates the status of SAML 2.0 authentication.
|
SamlProperties |
SamlProperties.withStatus(String status)
Indicates the status of SAML 2.0 authentication.
|
SamlProperties |
SamlProperties.withUserAccessUrl(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 |
|---|---|
void |
WorkspaceDirectory.setSamlProperties(SamlProperties 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.
|
void |
ModifySamlPropertiesRequest.setSamlProperties(SamlProperties samlProperties)
The properties for configuring SAML 2.0 authentication.
|
WorkspaceDirectory |
WorkspaceDirectory.withSamlProperties(SamlProperties 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.
|
ModifySamlPropertiesRequest |
ModifySamlPropertiesRequest.withSamlProperties(SamlProperties samlProperties)
The properties for configuring SAML 2.0 authentication.
|
Copyright © 2024. All rights reserved.