Class MailAuthenticationConfig

  • All Implemented Interfaces:
    Serializable

    public class MailAuthenticationConfig
    extends Object
    implements Serializable
    Represents the configuration settings for a mail server for validating the correct configuration of the selected authentication.
    Since:
    8.1.0
    Author:
    XIMA MEDIA GmbH
    See Also:
    Serialized Form
    • Constructor Detail

      • MailAuthenticationConfig

        public MailAuthenticationConfig()
      • MailAuthenticationConfig

        public MailAuthenticationConfig​(MandantMailData mailData)
    • Method Detail

      • getSender

        public String getSender()
      • getServer

        public String getServer()
      • getUsername

        public String getUsername()
      • getPassword

        public String getPassword()
      • getClientId

        public String getClientId()
      • getClientSecret

        public String getClientSecret()
      • getTenantId

        public String getTenantId()
      • isConfiguredByAuthenticationType

        public boolean isConfiguredByAuthenticationType​(EMailAuthenticationType type)