Class MailConstants
- java.lang.Object
-
- org.forgerock.am.mail.application.MailConstants
-
public class MailConstants extends Object
Constants representing the names of the mail server configuration attributes.
-
-
Field Summary
Fields Modifier and Type Field Description static StringFROM_ADDRESSEmail service SMTP from address attribute name.static StringIMPLEMENTATION_CLASSEmail service Implementation Class Namestatic StringMESSAGEEmail service message attribute name.static StringMICROSOFT_REST_INSTANCE_NAMEstatic StringRATE_LIMIT_SECONDSEmail service rate limit attribute name.static StringSERVICE_NAMEEmail service name.static StringSERVICE_VERSIONEmail service version.static StringSMTP_HOSTNAMEEmail service SMTP host name attribute name.static StringSMTP_HOSTPORTEmail service SMTP host port attribute name.static StringSMTP_INSTANCE_NAMESMTP transport type instance name.static StringSMTP_SSL_ENABLEDEmail SMTP SSL enabled attribute name.static StringSMTP_TRANSPORTSSMTP transport type sub-configuration attribute name.static StringSMTP_USERNAMEEmail service SMTP username attribute name.static StringSMTP_USERPASSWORDEmail SMTP user password attribute name.static StringSUBJECTEmail service subject attribute name.static StringTRANSPORT_TYPEEmail service transport type sub-configuration attribute name.
-
Constructor Summary
Constructors Constructor Description MailConstants()
-
-
-
Field Detail
-
IMPLEMENTATION_CLASS
public static final String IMPLEMENTATION_CLASS
Email service Implementation Class Name- See Also:
- Constant Field Values
-
SMTP_HOSTNAME
public static final String SMTP_HOSTNAME
Email service SMTP host name attribute name.- See Also:
- Constant Field Values
-
SMTP_HOSTPORT
public static final String SMTP_HOSTPORT
Email service SMTP host port attribute name.- See Also:
- Constant Field Values
-
SMTP_USERNAME
public static final String SMTP_USERNAME
Email service SMTP username attribute name.- See Also:
- Constant Field Values
-
SMTP_USERPASSWORD
public static final String SMTP_USERPASSWORD
Email SMTP user password attribute name.- See Also:
- Constant Field Values
-
SMTP_SSL_ENABLED
public static final String SMTP_SSL_ENABLED
Email SMTP SSL enabled attribute name.- See Also:
- Constant Field Values
-
RATE_LIMIT_SECONDS
public static final String RATE_LIMIT_SECONDS
Email service rate limit attribute name.- See Also:
- Constant Field Values
-
FROM_ADDRESS
public static final String FROM_ADDRESS
Email service SMTP from address attribute name.- See Also:
- Constant Field Values
-
SUBJECT
public static final String SUBJECT
Email service subject attribute name.- See Also:
- Constant Field Values
-
MESSAGE
public static final String MESSAGE
Email service message attribute name.- See Also:
- Constant Field Values
-
TRANSPORT_TYPE
public static final String TRANSPORT_TYPE
Email service transport type sub-configuration attribute name.- See Also:
- Constant Field Values
-
SMTP_TRANSPORTS
public static final String SMTP_TRANSPORTS
SMTP transport type sub-configuration attribute name.- See Also:
- Constant Field Values
-
SMTP_INSTANCE_NAME
public static final String SMTP_INSTANCE_NAME
SMTP transport type instance name.- See Also:
- Constant Field Values
-
MICROSOFT_REST_INSTANCE_NAME
public static final String MICROSOFT_REST_INSTANCE_NAME
- See Also:
- Constant Field Values
-
SERVICE_NAME
public static final String SERVICE_NAME
Email service name.- See Also:
- Constant Field Values
-
SERVICE_VERSION
public static final String SERVICE_VERSION
Email service version.- See Also:
- Constant Field Values
-
-