AuthenticationService
The AuthenticationService is used to manage partner channels. To encrypt passwords and certificates, the service uses a key from a keystore. For dealing with keys and keystore please refer to the Java documentation. Normally these values do not have to be changed.
Attention: Deleting the keystore or losing the stored passwords effectively results in the loss of passwords and certificates stored in the database.
XML Configuration
Note: If you want to modify the configuration file for a service directly in the file system, you will find the appropriate file in the configuration file ./etc/factory.xml. Details about the configuration can be found in the respective documentation of a service. Otherwise, you can edit the configuration file directly via the respective service in the GUI.
The following XML fragment shows the configuration for the database access.
<
Set
name
=
"authAlias"
>hub</
Set
>
<
Set
name
=
"jdoAlias"
>hub</
Set
>
The following XML fragment shows the configuration for the keystore.
<
Set
name
=
"keyStoreFilename"
>etc/authkeys.dat</
Set
>
<
Set
name
=
"keyStoreType"
>JCEKS</
Set
>
<
Set
name
=
"keyStorePasswd"
>password</
Set
>
<
Set
name
=
"keyPassword"
>keypass</
Set
>
These values usually do not need to be changed.
General Settings
(1) SqlService and associated database alias.
(2) JDOService and associated database alias.
Keystore Settings
(1) The file name and type of keystore.
(2) Password to access keystore and password to access key in keystore.
(3) Here you can see if the keystore and the contained key have been successfully loaded.