Package de.xima.fc.mdl.mail
Class MailAuthenticationConfig
java.lang.Object
de.xima.fc.mdl.mail.MailAuthenticationConfig
- All Implemented Interfaces:
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:
-
Constructor Summary
ConstructorsConstructorDescriptionMailAuthenticationConfig
(MandantMailData mailData) MailAuthenticationConfig
(String sender, String server, String username, String password, String clientId, String clientSecret, String tenantId) -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Constructor Details
-
MailAuthenticationConfig
-
MailAuthenticationConfig
public MailAuthenticationConfig() -
MailAuthenticationConfig
-
-
Method Details
-
getSender
-
getServer
-
getUsername
-
getPassword
-
getClientId
-
getClientSecret
-
getTenantId
-
isConfiguredByAuthenticationType
-