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()
Get attributeStatementsSamlApplicationSettingsSignOn.getConfiguredAttributeStatements()
Get configuredAttributeStatementsMethods in com.okta.sdk.resource.model with parameters of type SamlAttributeStatementModifier and TypeMethodDescriptionSamlApplicationSettingsSignOn.addAttributeStatementsItem
(SamlAttributeStatement attributeStatementsItem) SamlApplicationSettingsSignOn.addConfiguredAttributeStatementsItem
(SamlAttributeStatement configuredAttributeStatementsItem) Method parameters in com.okta.sdk.resource.model with type arguments of type SamlAttributeStatementModifier and TypeMethodDescriptionSamlApplicationSettingsSignOn.attributeStatements
(List<SamlAttributeStatement> attributeStatements) SamlApplicationSettingsSignOn.configuredAttributeStatements
(List<SamlAttributeStatement> configuredAttributeStatements) void
SamlApplicationSettingsSignOn.setAttributeStatements
(List<SamlAttributeStatement> attributeStatements) void
SamlApplicationSettingsSignOn.setConfiguredAttributeStatements
(List<SamlAttributeStatement> configuredAttributeStatements)