Class PropertyFileCredentialFactory

java.lang.Object
org.frankframework.credentialprovider.AbstractMapCredentialFactory
org.frankframework.credentialprovider.PropertyFileCredentialFactory
All Implemented Interfaces:
ISecretProvider

public class PropertyFileCredentialFactory extends AbstractMapCredentialFactory

CredentialFactory that reads its credentials from a plain (unencrypted) .properties file.

You can configure the location of the file by setting the property "credentialFactory.map.properties".

Secret are stored in the properties file as key/value pairs, where the key is the alias and the value is the password.

Author:
Gerrit van Brakel