Uses of Class
com.okta.sdk.resource.model.SamlAttributeStatement
Packages that use SamlAttributeStatement
-
Uses of SamlAttributeStatement in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return SamlAttributeStatementModifier and TypeMethodDescriptionSamlAttributeStatement.addvaluesItem
(String valuesItem) SamlAttributeStatement.filterType
(String filterType) SamlAttributeStatement.filterValue
(String filterValue) Methods in com.okta.sdk.resource.model that return types with arguments of type SamlAttributeStatementModifier 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.Methods in com.okta.sdk.resource.model with parameters of type SamlAttributeStatementModifier and TypeMethodDescriptionSamlApplicationSettingsSignOn.addattributeStatementsItem
(SamlAttributeStatement attributeStatementsItem) OINSaml20ApplicationSettingsSignOn.addconfiguredAttributeStatementsItem
(SamlAttributeStatement configuredAttributeStatementsItem) SamlApplicationSettingsSignOn.addconfiguredAttributeStatementsItem
(SamlAttributeStatement configuredAttributeStatementsItem) Method parameters in com.okta.sdk.resource.model with type arguments of type SamlAttributeStatementModifier 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)