Package | Description |
---|---|
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
SamlAttributeStatement |
SamlAttributeStatement.addValuesItem(String valuesItem) |
SamlAttributeStatement |
SamlAttributeStatement.filterType(String filterType) |
SamlAttributeStatement |
SamlAttributeStatement.filterValue(String filterValue) |
SamlAttributeStatement |
SamlAttributeStatement.name(String name) |
SamlAttributeStatement |
SamlAttributeStatement.namespace(String namespace) |
SamlAttributeStatement |
SamlAttributeStatement.type(String type) |
SamlAttributeStatement |
SamlAttributeStatement.values(List<String> values) |
Modifier and Type | Method and Description |
---|---|
List<SamlAttributeStatement> |
SamlApplicationSettingsSignOn.getAttributeStatements()
Get attributeStatements
|
List<SamlAttributeStatement> |
SamlApplicationSettingsSignOn.getConfiguredAttributeStatements()
Get configuredAttributeStatements
|
Modifier and Type | Method and Description |
---|---|
SamlApplicationSettingsSignOn |
SamlApplicationSettingsSignOn.addAttributeStatementsItem(SamlAttributeStatement attributeStatementsItem) |
SamlApplicationSettingsSignOn |
SamlApplicationSettingsSignOn.addConfiguredAttributeStatementsItem(SamlAttributeStatement configuredAttributeStatementsItem) |
Modifier and Type | Method and Description |
---|---|
SamlApplicationSettingsSignOn |
SamlApplicationSettingsSignOn.attributeStatements(List<SamlAttributeStatement> attributeStatements) |
SamlApplicationSettingsSignOn |
SamlApplicationSettingsSignOn.configuredAttributeStatements(List<SamlAttributeStatement> configuredAttributeStatements) |
void |
SamlApplicationSettingsSignOn.setAttributeStatements(List<SamlAttributeStatement> attributeStatements) |
void |
SamlApplicationSettingsSignOn.setConfiguredAttributeStatements(List<SamlAttributeStatement> configuredAttributeStatements) |
Copyright © 2017–2023 Okta. All rights reserved.