| Package | Description |
|---|---|
| software.amazon.awssdk.services.grafana.model |
| Modifier and Type | Method and Description |
|---|---|
static AssertionAttributes.Builder |
AssertionAttributes.builder() |
AssertionAttributes.Builder |
AssertionAttributes.Builder.email(String email)
The name of the attribute within the SAML assertion to use as the email names for SAML users.
|
AssertionAttributes.Builder |
AssertionAttributes.Builder.groups(String groups)
The name of the attribute within the SAML assertion to use as the user full "friendly" names for user groups.
|
AssertionAttributes.Builder |
AssertionAttributes.Builder.login(String login)
The name of the attribute within the SAML assertion to use as the login names for SAML users.
|
AssertionAttributes.Builder |
AssertionAttributes.Builder.name(String name)
The name of the attribute within the SAML assertion to use as the user full "friendly" names for SAML users.
|
AssertionAttributes.Builder |
AssertionAttributes.Builder.org(String org)
The name of the attribute within the SAML assertion to use as the user full "friendly" names for the users'
organizations.
|
AssertionAttributes.Builder |
AssertionAttributes.Builder.role(String role)
The name of the attribute within the SAML assertion to use as the user roles.
|
AssertionAttributes.Builder |
AssertionAttributes.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AssertionAttributes.Builder> |
AssertionAttributes.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2023. All rights reserved.