| Package | Description |
|---|---|
| software.amazon.awssdk.services.grafana.model |
| Modifier and Type | Method and Description |
|---|---|
SamlConfiguration.Builder |
SamlConfiguration.Builder.allowedOrganizations(Collection<String> allowedOrganizations)
Lists which organizations defined in the SAML assertion are allowed to use the Amazon Managed Grafana
workspace.
|
SamlConfiguration.Builder |
SamlConfiguration.Builder.allowedOrganizations(String... allowedOrganizations)
Lists which organizations defined in the SAML assertion are allowed to use the Amazon Managed Grafana
workspace.
|
SamlConfiguration.Builder |
SamlConfiguration.Builder.assertionAttributes(AssertionAttributes assertionAttributes)
A structure that defines which attributes in the SAML assertion are to be used to define information about
the users authenticated by that IdP to use the workspace.
|
default SamlConfiguration.Builder |
SamlConfiguration.Builder.assertionAttributes(Consumer<AssertionAttributes.Builder> assertionAttributes)
A structure that defines which attributes in the SAML assertion are to be used to define information about
the users authenticated by that IdP to use the workspace.
|
static SamlConfiguration.Builder |
SamlConfiguration.builder() |
default SamlConfiguration.Builder |
SamlConfiguration.Builder.idpMetadata(Consumer<IdpMetadata.Builder> idpMetadata)
A structure containing the identity provider (IdP) metadata used to integrate the identity provider with this
workspace.
|
SamlConfiguration.Builder |
SamlConfiguration.Builder.idpMetadata(IdpMetadata idpMetadata)
A structure containing the identity provider (IdP) metadata used to integrate the identity provider with this
workspace.
|
SamlConfiguration.Builder |
SamlConfiguration.Builder.loginValidityDuration(Integer loginValidityDuration)
How long a sign-on session by a SAML user is valid, before the user has to sign on again.
|
default SamlConfiguration.Builder |
SamlConfiguration.Builder.roleValues(Consumer<RoleValues.Builder> roleValues)
A structure containing arrays that map group names in the SAML assertion to the Grafana
Admin
and Editor roles in the workspace. |
SamlConfiguration.Builder |
SamlConfiguration.Builder.roleValues(RoleValues roleValues)
A structure containing arrays that map group names in the SAML assertion to the Grafana
Admin
and Editor roles in the workspace. |
SamlConfiguration.Builder |
SamlConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SamlConfiguration.Builder> |
SamlConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SamlAuthentication.Builder |
SamlAuthentication.Builder.configuration(Consumer<SamlConfiguration.Builder> configuration)
A structure containing details about how this workspace works with SAML.
|
default UpdateWorkspaceAuthenticationRequest.Builder |
UpdateWorkspaceAuthenticationRequest.Builder.samlConfiguration(Consumer<SamlConfiguration.Builder> samlConfiguration)
If the workspace uses SAML, use this structure to map SAML assertion attributes to workspace user information
and define which groups in the assertion attribute are to have the
Admin and Editor
roles in the workspace. |
Copyright © 2023. All rights reserved.