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 java.util.Properties
defaults
-
Method Summary
Methods inherited from class org.frankframework.util.PropertyLoader
get, getBoolean, getDouble, getInt, getListProperty, getListProperty, getLong, getOrDefault, getProperty, getResolvedProperty, getString, getUnresolvedProperty, load, put
Methods inherited from class java.util.Properties
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, 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
-