Uses of Class
com.docusign.esign.model.SamlAssertionAttribute
-
Packages that use SamlAssertionAttribute Package Description com.docusign.esign.model -
-
Uses of SamlAssertionAttribute in com.docusign.esign.model
Methods in com.docusign.esign.model that return SamlAssertionAttribute Modifier and Type Method Description SamlAssertionAttributeSamlAssertionAttribute. errorDetails(ErrorDetails errorDetails)SamlAssertionAttributeSamlAssertionAttribute. name(String name)SamlAssertionAttributeSamlAssertionAttribute. originalValue(String originalValue)SamlAssertionAttributeSamlAssertionAttribute. value(String value)Methods in com.docusign.esign.model that return types with arguments of type SamlAssertionAttribute Modifier and Type Method Description List<SamlAssertionAttribute>RecipientSAMLAuthentication. getSamlAssertionAttributes()Methods in com.docusign.esign.model with parameters of type SamlAssertionAttribute Modifier and Type Method Description RecipientSAMLAuthenticationRecipientSAMLAuthentication. addSamlAssertionAttributesItem(SamlAssertionAttribute samlAssertionAttributesItem)Method parameters in com.docusign.esign.model with type arguments of type SamlAssertionAttribute Modifier and Type Method Description RecipientSAMLAuthenticationRecipientSAMLAuthentication. samlAssertionAttributes(List<SamlAssertionAttribute> samlAssertionAttributes)voidRecipientSAMLAuthentication. setSamlAssertionAttributes(List<SamlAssertionAttribute> samlAssertionAttributes)
-