| Package | Description |
|---|---|
| software.amazon.awssdk.services.grafana.model |
| Modifier and Type | Method and Description |
|---|---|
static SamlAuthentication.Builder |
SamlAuthentication.builder() |
default SamlAuthentication.Builder |
SamlAuthentication.Builder.configuration(Consumer<SamlConfiguration.Builder> configuration)
A structure containing details about how this workspace works with SAML.
|
SamlAuthentication.Builder |
SamlAuthentication.Builder.configuration(SamlConfiguration configuration)
A structure containing details about how this workspace works with SAML.
|
SamlAuthentication.Builder |
SamlAuthentication.Builder.status(SamlConfigurationStatus status)
Specifies whether the workspace's SAML configuration is complete.
|
SamlAuthentication.Builder |
SamlAuthentication.Builder.status(String status)
Specifies whether the workspace's SAML configuration is complete.
|
SamlAuthentication.Builder |
SamlAuthentication.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SamlAuthentication.Builder> |
SamlAuthentication.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AuthenticationDescription.Builder |
AuthenticationDescription.Builder.saml(Consumer<SamlAuthentication.Builder> saml)
A structure containing information about how this workspace works with SAML, including what attributes within
the assertion are to be mapped to user information in the workspace.
|
Copyright © 2023. All rights reserved.