Class 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 Detail

      • RecipientSAMLAuthentication

        public RecipientSAMLAuthentication()
    • Method Detail

      • getSamlAssertionAttributes

        public List<SamlAssertionAttribute> getSamlAssertionAttributes()
        .
        Returns:
        samlAssertionAttributes
      • setSamlAssertionAttributes

        public void setSamlAssertionAttributes​(List<SamlAssertionAttribute> samlAssertionAttributes)
        setSamlAssertionAttributes.
      • equals

        public boolean equals​(Object o)
        Compares objects.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object