Package com.axemble.vdoc.sdk.interfaces
Interface IConfiguration.ServerKeys
- All Superinterfaces:
- IConfiguration.CommonKeys
- All Known Subinterfaces:
- IConfiguration.SupportedKeys
- Enclosing interface:
- IConfiguration
Server keys
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final Stringemail of the administratorstatic final StringDeprecated.static final StringDeprecated.static final Stringmaximum file size supported for the attachmentsstatic final Stringdefault emailstatic final Stringbase URL for server accessstatic final StringDeprecated.not usedstatic final String"SMTP_HOST" : address of the SMTP serverstatic final StringSMTP connection need authenticationstatic final Stringlogin SMTP authenticationstatic final Stringpassword SMTP authenticationstatic final Stringport of the SMTP serverstatic final StringProtocol smtp (SMTP ou SMTPS)static final StringExcel date formatstatic final StringExcel line limitFields inherited from interface com.axemble.vdoc.sdk.interfaces.IConfiguration.CommonKeysDEFAULT_LANGUAGE, SUPPORTED_LANGUAGES
- 
Field Details- 
SMTP_HOST"SMTP_HOST" : address of the SMTP server- See Also:
 
- 
SMTP_PORTport of the SMTP server- See Also:
 
- 
ADMIN_EMAILemail of the administrator- See Also:
 
- 
SENDER_EMAILdefault email- See Also:
 
- 
SMTP_ENCODINGDeprecated.not usedcharacter encoding- See Also:
 
- 
SMTP_PROTOCOLProtocol smtp (SMTP ou SMTPS)- See Also:
 
- 
SMTP_IS_AUTHENTICATIONSMTP connection need authentication- See Also:
 
- 
SMTP_LOGINlogin SMTP authentication- See Also:
 
- 
SMTP_PASSWORDpassword SMTP authentication- See Also:
 
- 
DEFAULT_EMAIL_SENDERDeprecated./** SMTP - Sender default : sender=mail.smtp.from, from=mail.smtp.from xxxxxxx : sender=xxxxxxx, from=mail.smtp.from user : if user mail is available, sender=user identity, from=user mail if user mail is not availaible, use default parameter if mail is sent by an agent, use default parameter- See Also:
 
- 
MAIL_BASE_URLDeprecated.Use SERVER_BASE_URL- See Also:
 
- 
SERVER_BASE_URLbase URL for server access- See Also:
 
- 
MAX_FILE_SIZEmaximum file size supported for the attachments- See Also:
 
- 
XLS_DATE_FORMATExcel date format- See Also:
 
- 
XLS_LINE_LIMITExcel line limit- See Also:
 
 
-