| Package | Description |
|---|---|
| com.atlassian.crowd.model.sso | |
| com.atlassian.crowd.plugin.rest.entity | |
| com.atlassian.crowd.sso |
| Modifier and Type | Method and Description |
|---|---|
static NameIdFormat |
NameIdFormat.fromString(String nameIdFormatString) |
NameIdFormat |
ApplicationSamlConfigurationEntity.getNameIdFormat() |
NameIdFormat |
BaseApplicationSamlConfiguration.getNameIdFormat()
Returns NameID format configured for a given app.
|
static NameIdFormat |
NameIdFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NameIdFormat[] |
NameIdFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationSamlConfigurationEntity.setNameIdFormat(NameIdFormat nameIdFormat) |
| Constructor and Description |
|---|
ApplicationSamlConfigurationEntity(Application application,
Boolean enabled,
String assertionConsumerServiceUrl,
String audienceUrl,
NameIdFormat nameIdFormat,
boolean addUserAttributesEnabled) |
| Modifier and Type | Method and Description |
|---|---|
NameIdFormat |
ApplicationSamlConfigurationRestEntity.getNameIdFormat() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationSamlConfigurationRestEntity.Builder |
ApplicationSamlConfigurationRestEntity.Builder.setNameIdFormat(NameIdFormat nameIdFormat) |
| Constructor and Description |
|---|
ApplicationSamlConfigurationRestEntity(String entityId,
String assertionConsumerUrl,
Boolean enabled,
NameIdFormat nameIdFormat,
boolean addUserAttributesEnabled) |
| Modifier and Type | Method and Description |
|---|---|
NameIdFormat |
ImmutableApplicationSamlConfiguration.getNameIdFormat() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableApplicationSamlConfiguration.Builder |
ImmutableApplicationSamlConfiguration.Builder.setNameIdFormat(NameIdFormat nameIdFormat) |
Copyright © 2024 Atlassian. All rights reserved.