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)addSamlAssertionAttributesItem.booleanequals(Object o)Compares objects.List<SamlAssertionAttribute>getSamlAssertionAttributes().inthashCode()Returns the HashCode.RecipientSAMLAuthenticationsamlAssertionAttributes(List<SamlAssertionAttribute> samlAssertionAttributes)samlAssertionAttributes.voidsetSamlAssertionAttributes(List<SamlAssertionAttribute> samlAssertionAttributes)setSamlAssertionAttributes.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
samlAssertionAttributes
public RecipientSAMLAuthentication samlAssertionAttributes(List<SamlAssertionAttribute> samlAssertionAttributes)
samlAssertionAttributes.- Returns:
- RecipientSAMLAuthentication
-
addSamlAssertionAttributesItem
public RecipientSAMLAuthentication addSamlAssertionAttributesItem(SamlAssertionAttribute samlAssertionAttributesItem)
addSamlAssertionAttributesItem.- Returns:
- RecipientSAMLAuthentication
-
getSamlAssertionAttributes
public List<SamlAssertionAttribute> getSamlAssertionAttributes()
.- Returns:
- samlAssertionAttributes
-
setSamlAssertionAttributes
public void setSamlAssertionAttributes(List<SamlAssertionAttribute> samlAssertionAttributes)
setSamlAssertionAttributes.
-
equals
public boolean equals(Object o)
Compares objects.
-
-