Package com.docusign.esign.model
Class RecipientSAMLAuthentication
- java.lang.Object
-
- com.docusign.esign.model.RecipientSAMLAuthentication
-
public class RecipientSAMLAuthentication extends java.lang.ObjectContains 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(java.lang.Object o)java.util.List<SamlAssertionAttribute>getSamlAssertionAttributes()inthashCode()RecipientSAMLAuthenticationsamlAssertionAttributes(java.util.List<SamlAssertionAttribute> samlAssertionAttributes)voidsetSamlAssertionAttributes(java.util.List<SamlAssertionAttribute> samlAssertionAttributes)java.lang.StringtoString()
-
-
-
Method Detail
-
samlAssertionAttributes
public RecipientSAMLAuthentication samlAssertionAttributes(java.util.List<SamlAssertionAttribute> samlAssertionAttributes)
-
addSamlAssertionAttributesItem
public RecipientSAMLAuthentication addSamlAssertionAttributesItem(SamlAssertionAttribute samlAssertionAttributesItem)
-
getSamlAssertionAttributes
public java.util.List<SamlAssertionAttribute> getSamlAssertionAttributes()
- Returns:
- samlAssertionAttributes
-
setSamlAssertionAttributes
public void setSamlAssertionAttributes(java.util.List<SamlAssertionAttribute> samlAssertionAttributes)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-