Class RecipientSAMLAuthentication


  • public class RecipientSAMLAuthentication
    extends java.lang.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 Detail

      • RecipientSAMLAuthentication

        public RecipientSAMLAuthentication()
    • Method Detail

      • 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:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object