Uses of Class
com.okta.sdk.resource.model.SamlAttributeStatement
-
Uses of SamlAttributeStatement in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionSamlAttributeStatement.addvaluesItem
(String valuesItem) SamlAttributeStatement.filterType
(String filterType) SamlAttributeStatement.filterValue
(String filterValue) Modifier and TypeMethodDescriptionSamlApplicationSettingsSignOn.getAttributeStatements()
A list of custom attribute statements for the app's SAML assertion.OINSaml20ApplicationSettingsSignOn.getConfiguredAttributeStatements()
Get configuredAttributeStatementsSamlApplicationSettingsSignOn.getConfiguredAttributeStatements()
The list of dynamic attribute statements for the SAML assertion inherited from app metadata (apps from the OIN) during app creation.Modifier and TypeMethodDescriptionSamlApplicationSettingsSignOn.addattributeStatementsItem
(SamlAttributeStatement attributeStatementsItem) OINSaml20ApplicationSettingsSignOn.addconfiguredAttributeStatementsItem
(SamlAttributeStatement configuredAttributeStatementsItem) SamlApplicationSettingsSignOn.addconfiguredAttributeStatementsItem
(SamlAttributeStatement configuredAttributeStatementsItem) Modifier and TypeMethodDescriptionSamlApplicationSettingsSignOn.attributeStatements
(List<SamlAttributeStatement> attributeStatements) OINSaml20ApplicationSettingsSignOn.configuredAttributeStatements
(List<SamlAttributeStatement> configuredAttributeStatements) SamlApplicationSettingsSignOn.configuredAttributeStatements
(List<SamlAttributeStatement> configuredAttributeStatements) void
SamlApplicationSettingsSignOn.setAttributeStatements
(List<SamlAttributeStatement> attributeStatements) void
OINSaml20ApplicationSettingsSignOn.setConfiguredAttributeStatements
(List<SamlAttributeStatement> configuredAttributeStatements) void
SamlApplicationSettingsSignOn.setConfiguredAttributeStatements
(List<SamlAttributeStatement> configuredAttributeStatements)