Uses of Interface
com.okta.sdk.resource.SamlAttributeStatement
-
Packages that use SamlAttributeStatement Package Description com.okta.sdk.resource -
-
Uses of SamlAttributeStatement in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return SamlAttributeStatement Modifier and Type Method Description SamlAttributeStatement
SamlAttributeStatement. setFilterType(java.lang.String filterType)
SamlAttributeStatement
SamlAttributeStatement. setFilterValue(java.lang.String filterValue)
SamlAttributeStatement
SamlAttributeStatement. setName(java.lang.String name)
SamlAttributeStatement
SamlAttributeStatement. setNamespace(java.lang.String namespace)
SamlAttributeStatement
SamlAttributeStatement. setType(java.lang.String type)
SamlAttributeStatement
SamlAttributeStatement. setValues(java.util.List<java.lang.String> values)
Methods in com.okta.sdk.resource that return types with arguments of type SamlAttributeStatement Modifier and Type Method Description java.util.List<SamlAttributeStatement>
SamlApplicationSettingsSignOn. getAttributeStatements()
Method parameters in com.okta.sdk.resource with type arguments of type SamlAttributeStatement Modifier and Type Method Description SamlApplicationSettingsSignOn
SamlApplicationSettingsSignOn. setAttributeStatements(java.util.List<SamlAttributeStatement> attributeStatements)
-