Class PropertyFileCredentialFactory
java.lang.Object
org.frankframework.credentialprovider.AbstractMapCredentialFactory
org.frankframework.credentialprovider.PropertyFileCredentialFactory
- All Implemented Interfaces:
ICredentialFactory
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
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.frankframework.credentialprovider.AbstractMapCredentialFactory
getConfiguredAliases, getCredentials, getInputStream, hasCredentials, initialize
-
Constructor Details
-
PropertyFileCredentialFactory
public PropertyFileCredentialFactory()
-
-
Method Details
-
getPropertyBase
- Specified by:
getPropertyBase
in classAbstractMapCredentialFactory
-
getCredentialMap
- Specified by:
getCredentialMap
in classAbstractMapCredentialFactory
- Throws:
IOException
-