Class MailConstants
java.lang.Object
org.forgerock.am.mail.application.MailConstants
Constants representing the names of the mail server configuration attributes.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Email service SMTP from address attribute name.static final String
Email service Implementation Class Namestatic final String
Email service message attribute name.static final String
static final String
Email service rate limit attribute name.static final String
Email service name.static final String
Email service version.static final String
Email service SMTP host name attribute name.static final String
Email service SMTP host port attribute name.static final String
SMTP transport type instance name.static final String
Email SMTP SSL enabled attribute name.static final String
SMTP transport type sub-configuration attribute name.static final String
Email service SMTP username attribute name.static final String
Email SMTP user password attribute name.static final String
Email service subject attribute name.static final String
Email service transport type sub-configuration attribute name. -
Constructor Summary
-
Method Summary
-
Field Details
-
IMPLEMENTATION_CLASS
Email service Implementation Class Name- See Also:
-
SMTP_HOSTNAME
Email service SMTP host name attribute name.- See Also:
-
SMTP_HOSTPORT
Email service SMTP host port attribute name.- See Also:
-
SMTP_USERNAME
Email service SMTP username attribute name.- See Also:
-
SMTP_USERPASSWORD
Email SMTP user password attribute name.- See Also:
-
SMTP_SSL_ENABLED
Email SMTP SSL enabled attribute name.- See Also:
-
RATE_LIMIT_SECONDS
Email service rate limit attribute name.- See Also:
-
FROM_ADDRESS
Email service SMTP from address attribute name.- See Also:
-
SUBJECT
Email service subject attribute name.- See Also:
-
MESSAGE
Email service message attribute name.- See Also:
-
TRANSPORT_TYPE
Email service transport type sub-configuration attribute name.- See Also:
-
SMTP_TRANSPORTS
SMTP transport type sub-configuration attribute name.- See Also:
-
SMTP_INSTANCE_NAME
SMTP transport type instance name.- See Also:
-
MICROSOFT_REST_INSTANCE_NAME
- See Also:
-
SERVICE_NAME
Email service name.- See Also:
-
SERVICE_VERSION
Email service version.- See Also:
-
-
Constructor Details
-
MailConstants
public MailConstants()
-