Package de.xima.fc.mdl.mail
Class MailAuthenticationConfig
- java.lang.Object
-
- de.xima.fc.mdl.mail.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 Summary
Constructors Constructor Description MailAuthenticationConfig()
MailAuthenticationConfig(MandantMailData mailData)
MailAuthenticationConfig(String sender, String server, String username, String password, String clientId, String clientSecret, String tenantId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getClientId()
String
getClientSecret()
String
getPassword()
String
getSender()
String
getServer()
String
getTenantId()
String
getUsername()
boolean
isConfiguredByAuthenticationType(EMailAuthenticationType type)
-
-
-
Constructor Detail
-
MailAuthenticationConfig
public MailAuthenticationConfig(String sender, String server, String username, String password, String clientId, String clientSecret, String tenantId)
-
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)
-
-