Class CredentialConstants
java.lang.Object
java.util.Dictionary<Object,Object>
java.util.Hashtable<Object,Object>
java.util.Properties
org.frankframework.util.PropertyLoader
org.frankframework.credentialprovider.util.CredentialConstants
- All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>
Singleton class that has the credential constant values for this application.
When an instance is created, it tries to load the properties file specified
by the propertiesFileName field
- Version:
- 3.0
- Author:
- Niels Meijer
- See Also:
-
Field Summary
Fields inherited from class Properties
defaults -
Method Summary
Methods inherited from class PropertyLoader
containsKey, get, getBoolean, getDouble, getInt, getListProperty, getListProperty, getLong, getOrDefault, getProperty, getResolvedProperty, getString, getUnresolvedProperty, load, putMethods inherited from class Properties
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsValue, elements, entrySet, equals, forEach, getOrDefault, getProperty, hashCode, isEmpty, keys, keySet, list, list, load, load, loadFromXML, merge, propertyNames, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, save, setProperty, size, store, store, storeToXML, storeToXML, storeToXML, stringPropertyNames, toString, values
-
Method Details
-
getInstance
-