com.filenet.api.admin
Interface CmSMTPConfiguration
-
- All Superinterfaces:
- DependentObject, EngineObject, java.io.Serializable, SubsystemConfiguration
public interface CmSMTPConfiguration extends SubsystemConfiguration, DependentObject
Contains configuration settings for SMTP services. The email sweep action handler that is included in the Email Services Extensions add-on uses the information stored in aCmSMTPConfigurationobject.Metadata
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.lang.Stringget_DefaultFromName()Returns the value of the DefaultFromName property.java.lang.Stringget_DefaultReplyToName()Returns the value of the DefaultReplyToName property.java.lang.Booleanget_EmailServicesEnabled()Returns the value of the EmailServicesEnabled property.java.lang.Booleanget_IsSSLEnabled()Returns the value of the IsSSLEnabled property.java.lang.Stringget_SMTPHostName()Returns the value of the SMTPHostName property.java.lang.Integerget_SMTPPort()Returns the value of the SMTPPort property.java.lang.Stringget_SMTPServerLoginID()Returns the value of the SMTPServerLoginID property.byte[]get_SMTPServerLoginPassword()Returns the value of the SMTPServerLoginPassword property.java.lang.Booleanget_ValidateCertificateHost()Returns the value of the ValidateCertificateHost property.java.lang.Booleanget_ValidateServerCertificate()Returns the value of the ValidateServerCertificate property.voidset_DefaultFromName(java.lang.String value)Sets the value of the DefaultFromName property.voidset_DefaultReplyToName(java.lang.String value)Sets the value of the DefaultReplyToName property.voidset_EmailServicesEnabled(java.lang.Boolean value)Sets the value of the EmailServicesEnabled property.voidset_IsSSLEnabled(java.lang.Boolean value)Sets the value of the IsSSLEnabled property.voidset_SMTPHostName(java.lang.String value)Sets the value of the SMTPHostName property.voidset_SMTPPort(java.lang.Integer value)Sets the value of the SMTPPort property.voidset_SMTPServerLoginID(java.lang.String value)Sets the value of the SMTPServerLoginID property.voidset_SMTPServerLoginPassword(byte[] value)Sets the value of the SMTPServerLoginPassword property.voidset_ValidateCertificateHost(java.lang.Boolean value)Sets the value of the ValidateCertificateHost property.voidset_ValidateServerCertificate(java.lang.Boolean value)Sets the value of the ValidateServerCertificate property.-
Methods inherited from interface com.filenet.api.admin.SubsystemConfiguration
get_Id
-
Methods inherited from interface com.filenet.api.core.EngineObject
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
-
-
-
-
Method Detail
-
get_EmailServicesEnabled
java.lang.Boolean get_EmailServicesEnabled()
Returns the value of the EmailServicesEnabled property. For more information, see EmailServicesEnabled Property.
-
set_EmailServicesEnabled
void set_EmailServicesEnabled(java.lang.Boolean value)
Sets the value of the EmailServicesEnabled property. For more information, see EmailServicesEnabled Property.
-
get_SMTPHostName
java.lang.String get_SMTPHostName()
Returns the value of the SMTPHostName property. For more information, see SMTPHostName Property.
-
set_SMTPHostName
void set_SMTPHostName(java.lang.String value)
Sets the value of the SMTPHostName property. For more information, see SMTPHostName Property.
-
get_SMTPPort
java.lang.Integer get_SMTPPort()
Returns the value of the SMTPPort property. For more information, see SMTPPort Property.
-
set_SMTPPort
void set_SMTPPort(java.lang.Integer value)
Sets the value of the SMTPPort property. For more information, see SMTPPort Property.
-
get_DefaultFromName
java.lang.String get_DefaultFromName()
Returns the value of the DefaultFromName property. For more information, see DefaultFromName Property.
-
set_DefaultFromName
void set_DefaultFromName(java.lang.String value)
Sets the value of the DefaultFromName property. For more information, see DefaultFromName Property.
-
get_DefaultReplyToName
java.lang.String get_DefaultReplyToName()
Returns the value of the DefaultReplyToName property. For more information, see DefaultReplyToName Property.
-
set_DefaultReplyToName
void set_DefaultReplyToName(java.lang.String value)
Sets the value of the DefaultReplyToName property. For more information, see DefaultReplyToName Property.
-
get_SMTPServerLoginID
java.lang.String get_SMTPServerLoginID()
Returns the value of the SMTPServerLoginID property. For more information, see SMTPServerLoginID Property.
-
set_SMTPServerLoginID
void set_SMTPServerLoginID(java.lang.String value)
Sets the value of the SMTPServerLoginID property. For more information, see SMTPServerLoginID Property.
-
get_SMTPServerLoginPassword
byte[] get_SMTPServerLoginPassword()
Returns the value of the SMTPServerLoginPassword property. For more information, see SMTPServerLoginPassword Property.
-
set_SMTPServerLoginPassword
void set_SMTPServerLoginPassword(byte[] value)
Sets the value of the SMTPServerLoginPassword property. For more information, see SMTPServerLoginPassword Property.
-
get_IsSSLEnabled
java.lang.Boolean get_IsSSLEnabled()
Returns the value of the IsSSLEnabled property. For more information, see IsSSLEnabled Property.
-
set_IsSSLEnabled
void set_IsSSLEnabled(java.lang.Boolean value)
Sets the value of the IsSSLEnabled property. For more information, see IsSSLEnabled Property.
-
get_ValidateCertificateHost
java.lang.Boolean get_ValidateCertificateHost()
Returns the value of the ValidateCertificateHost property. For more information, see ValidateCertificateHost Property.
-
set_ValidateCertificateHost
void set_ValidateCertificateHost(java.lang.Boolean value)
Sets the value of the ValidateCertificateHost property. For more information, see ValidateCertificateHost Property.
-
get_ValidateServerCertificate
java.lang.Boolean get_ValidateServerCertificate()
Returns the value of the ValidateServerCertificate property. For more information, see ValidateServerCertificate Property.
-
set_ValidateServerCertificate
void set_ValidateServerCertificate(java.lang.Boolean value)
Sets the value of the ValidateServerCertificate property. For more information, see ValidateServerCertificate Property.
-
-