Package ch.autumo.beetroot
Class Constants
java.lang.Object
ch.autumo.beetroot.Constants
Constants.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringConfig path.static final StringGeneral server config file.static final StringNo show identifier for not showing certain columns and values defined in 'columns.cfg'.static StringJDBC H2 db.static StringJDBC maria db.static StringJDBC mysql db.static StringOracle db.static StringPostgre db.static StringPostgre db with PGJDBC-NG driver.static final StringJSON extension.static final StringCommunication encryption mode; none|sha3|sslstatic final StringAdmin server communication in web tunnel mode: Verify host-name when using SSL certificates (HTTPS)?static final StringAdmin server communication mode.static final StringAdmin file server buffer size.static final StringFile server port.static final StringFile receiver port (file-store end-point).static final StringStart file server?static final StringFile storage implementation.static final StringAdmin server/shutdown host.static final StringAdmin server/shutdown port.static final StringPasswords in configuration encoded?static final StringPasswords in DB encoded?static final StringPlaceholder variable for DB URL web context path.static final StringSSL Certificate key-store.static final StringKey-store password.static final StringServer/Servlet name.static final StringDefault web handler entity.static final StringDefault web handler class.static final StringInput map foe additional DB column - HTML input field mapping.static final StringHow many records should be shown per index web page?static final StringAmount of referenced records to be loaded.static final StringUse password validator?static final StringTranslate templates?static final StringWeb app name.static final StringHTTPS for web server?static final StringWeb server port.static final StringStart web server?static final StringWeb temporary directory.static final StringWeb server URL.static final StringUse CSRF tokens?static final StringUse extended roles?static StringMail auth key.static final StringMail host key.static StringMail SMTP key.static StringMail, enable SSL?static StringMail SSL server identity check.static StringMail TLS enable key.static final StringMail transport protocol.static final jakarta.activation.MimetypesFileTypeMapMIME types map.static final StringNo!static final StringOff Switch.static final StringOn Switch.static final intQR image size.static final StringSearch page.static final StringSec key seed key.static final intDefault length for user key.static final int[]SQL binary types.static final int[]SQL boolean types.static final int[]SQL date types.static final int[]SQL number types.static final int[]SQL text types.static final StringServer Command URI.static final StringRFC 8615: Well-known URI is a Uniform Resource Identifier for URL path prefixes.static final StringUser settings url part.static final StringYes! -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MIME_TYPES_MAP
public static final jakarta.activation.MimetypesFileTypeMap MIME_TYPES_MAPMIME types map. -
SECRET_USER_KEY_DEFAULT_LEN
public static final int SECRET_USER_KEY_DEFAULT_LENDefault length for user key.- See Also:
-
CONFIG_PATH
Config path.- See Also:
-
GENERAL_SRV_CFG_FILE
General server config file.- See Also:
-
JSON_EXT
JSON extension.- See Also:
-
URI_SRV_CMD
Server Command URI.- See Also:
-
URI_SRV_WELL_KNOWN
RFC 8615: Well-known URI is a Uniform Resource Identifier for URL path prefixes.- See Also:
-
SEARCH_PAGE
Search page.- See Also:
-
USER_SETTINGS_URL_PART
User settings url part.- See Also:
-
YES
Yes!- See Also:
-
NO
No!- See Also:
-
ON
On Switch.- See Also:
-
OFF
Off Switch.- See Also:
-
GUI_COL_NO_SHOW
No show identifier for not showing certain columns and values defined in 'columns.cfg'.- See Also:
-
QR_IMG_SIZE
public static final int QR_IMG_SIZEQR image size.- See Also:
-
KEY_SERVER_NAME
Server/Servlet name.- See Also:
-
KEY_ADMIN_COM_MODE
Admin server communication mode.- See Also:
-
KEY_ADMIN_COM_HOSTNAME_VERIFY
Admin server communication in web tunnel mode: Verify host-name when using SSL certificates (HTTPS)?- See Also:
-
KEY_ADMIN_COM_ENC
Communication encryption mode; none|sha3|ssl- See Also:
-
KEY_ADMIN_HOST
Admin server/shutdown host.- See Also:
-
KEY_ADMIN_PORT
Admin server/shutdown port.- See Also:
-
KEY_ADMIN_FILE_SERVER
Start file server?- See Also:
-
KEY_ADMIN_FILE_STORAGE
File storage implementation.- See Also:
-
KEY_ADMIN_FILE_BUF_SIZE
Admin file server buffer size.- See Also:
-
KEY_ADMIN_FILE_PORT
File server port.- See Also:
-
KEY_ADMIN_FILE_RECEIVER_PORT
File receiver port (file-store end-point).- See Also:
-
KEY_ADMIN_PW_ENC
Passwords in configuration encoded?- See Also:
-
KEY_KEYSTORE_FILE
SSL Certificate key-store.- See Also:
-
KEY_KEYSTORE_PW
Key-store password.- See Also:
-
SEC_KEY_SEED
Sec key seed key.- See Also:
-
KEY_WS_APP_NAME
Web app name.- See Also:
-
KEY_WS_TMP_DIR
Web temporary directory.- See Also:
-
KEY_WS_URL
Web server URL.- See Also:
-
KEY_WS_PORT
Web server port.- See Also:
-
KEY_WS_START
Start web server?- See Also:
-
KEY_WS_HTTPS
HTTPS for web server?- See Also:
-
KEY_WS_USE_EXT_ROLES
Use extended roles?- See Also:
-
KEY_WS_USE_CSRF_TOKENS
Use CSRF tokens?- See Also:
-
KEY_DB_URL_WEB_CONTEXT_PATH
Placeholder variable for DB URL web context path.- See Also:
-
KEY_WEB_MAX_RECORDS_PER_PAGE
How many records should be shown per index web page?- See Also:
-
KEY_WEB_DEFAULT_HANDLER
Default web handler class.- See Also:
-
KEY_WEB_DEFAULT_ENTITY
Default web handler entity.- See Also:
-
KEY_WEB_PASSWORD_VALIDATOR
Use password validator?- See Also:
-
KEY_WEB_TRANSLATIONS
Translate templates?- See Also:
-
KEY_WEB_MAX_REF_REC
Amount of referenced records to be loaded.- See Also:
-
KEY_WEB_INPUT_MAP
Input map foe additional DB column - HTML input field mapping.- See Also:
-
SQL_TEXT_TYPES
public static final int[] SQL_TEXT_TYPESSQL text types. -
SQL_NUMBER_TYPES
public static final int[] SQL_NUMBER_TYPESSQL number types. -
SQL_DATE_TYPES
public static final int[] SQL_DATE_TYPESSQL date types. -
SQL_BINARY_TYPES
public static final int[] SQL_BINARY_TYPESSQL binary types. -
SQL_BOOLEAN_TYPES
public static final int[] SQL_BOOLEAN_TYPESSQL boolean types. -
MAIL_TRANSPORT_PROTOCOL
Mail transport protocol.- See Also:
-
MAIL_SMTP_HOST_KEY
Mail host key.- See Also:
-
MAIL_SMTP_PORT_KEY
Mail SMTP key. -
MAIL_SMTP_AUTH_KEY
Mail auth key. -
MAIL_SMTP_TLS_ENABLE_KEY
Mail TLS enable key. -
MAIL_SMTP_SSL
Mail, enable SSL? -
MAIL_SMTP_SSL_CHECK_SERVER_ID
Mail SSL server identity check. -
KEY_DB_PW_ENC
Passwords in DB encoded?- See Also:
-
JDBC_H2_DB
JDBC H2 db. -
JDBC_MYSQL_DB
JDBC mysql db. -
JDBC_MARIA_DB
JDBC maria db. -
JDBC_ORACLE_DB
Oracle db. -
JDBC_POSTGRE_DB
Postgre db. -
JDBC_POSTGRE_NG_DB
Postgre db with PGJDBC-NG driver.
-
-
Constructor Details
-
Constants
public Constants()
-