Class PropertyFileCredentialFactory

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

public class PropertyFileCredentialFactory extends AbstractMapCredentialFactory

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

Credentials 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