Package com.docusign.esign.model
Class RecipientSAMLAuthentication
- java.lang.Object
-
- com.docusign.esign.model.RecipientSAMLAuthentication
-
public class RecipientSAMLAuthentication extends Object
Contains the name/value pair information for the SAML assertion attributes: * name - The name of the SAML assertion attribute. * value - The value associated with the named SAML assertion attribute. Your account must be set up to use SSO to use this.
-
-
Constructor Summary
Constructors Constructor Description RecipientSAMLAuthentication()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RecipientSAMLAuthenticationaddSamlAssertionAttributesItem(SamlAssertionAttribute samlAssertionAttributesItem)booleanequals(Object o)List<SamlAssertionAttribute>getSamlAssertionAttributes()inthashCode()RecipientSAMLAuthenticationsamlAssertionAttributes(List<SamlAssertionAttribute> samlAssertionAttributes)voidsetSamlAssertionAttributes(List<SamlAssertionAttribute> samlAssertionAttributes)StringtoString()
-
-
-
Method Detail
-
samlAssertionAttributes
public RecipientSAMLAuthentication samlAssertionAttributes(List<SamlAssertionAttribute> samlAssertionAttributes)
-
addSamlAssertionAttributesItem
public RecipientSAMLAuthentication addSamlAssertionAttributesItem(SamlAssertionAttribute samlAssertionAttributesItem)
-
getSamlAssertionAttributes
public List<SamlAssertionAttribute> getSamlAssertionAttributes()
- Returns:
- samlAssertionAttributes
-
setSamlAssertionAttributes
public void setSamlAssertionAttributes(List<SamlAssertionAttribute> samlAssertionAttributes)
-
-