Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 57530183 authored by Joze RIHTARSIC's avatar Joze RIHTARSIC
Browse files

- add unit test for keystore

- fix application resource attribute smlIntegration
parent 0bee9572
No related branches found
No related tags found
No related merge requests found
......@@ -11,9 +11,8 @@ public enum SMPPropertyEnum {
CS_DOCUMENTS("identifiersBehaviour.caseSensitive.DocumentIdentifierSchemes","casesensitive-doc-scheme1|casesensitive-doc-scheme2","Specifies schemes of document identifiers that must be considered CASE-SENSITIVE."),
SML_ENABLED("bdmsl.integration.enabled","false","BDMSL (SML) integration ON/OFF switch"),
SML_URL("bdmsl.integration.url","http://localhost:8080/edelivery-sml/","BDMSL (SML) endpoint"),
SML_LOGICAL_ADDRESS("bdmsl.integration.logical.address","http://localhost:8080/smp/","BDMSL (SML) endpoint"),
SML_PHYSICAL_ADDRESS("bdmsl.integration.physical.address","0.0.0.0","BDMSL (SML) endpoint"),
SML_LOGICAL_ADDRESS("bdmsl.integration.logical.address","http://localhost:8080/smp/","Logical SMP endpoint which will be registered on SML when registering new domain"),
SML_PHYSICAL_ADDRESS("bdmsl.integration.physical.address","0.0.0.0","Physical SMP endpoint which will be registered on SML when registering new domain."),
SML_PROXY_HOST("bdmsl.integration.proxy.server","","Proxy "),
SML_PROXY_PORT("bdmsl.integration.proxy.port","","Proxy "),
......@@ -23,15 +22,12 @@ public enum SMPPropertyEnum {
KEYSTORE_FILENAME("smp.keystore.filename","smp-keystore.jks","keystore path "),
CONFIGURATION_DIR("configuration.dir","","Path to the folder containing all the configuration files (keystore and sig0 key)"),
ENCRYPTION_FILENAME("encryption.key.filename","encryptionPrivateKey.private","Path to the folder containing all the configuration files (keystore and sig0 key)"),
KEYSTORE_PASSWORD_DECRYPTED("smp.keystore.password.decrypted","","Only for backup purposes. This password was automatically created. Store password somewhere save and delete this entry!"),
SML_KEYSTORE_PASSWORD("bdmsl.integration.keystore.password","","Deprecated "),
SML_KEYSTORE_PATH("bdmsl.integration.keystore.path","","Deprecated "),
SIGNATURE_KEYSTORE_PASSWORD("xmldsig.keystore.password","","Deprecated "),
SIGNATURE_KEYSTORE_PATH("xmldsig.keystore.classpath","","Deprecated "),
;
String property;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment