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.allowedOrganizations(Collection<String> allowedOrganizations) |
Lists which organizations defined in the SAML assertion are allowed to use the Amazon Managed Grafana
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.
|
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.
|
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() |
|