Class CredentialConstants
- java.lang.Object
-
- java.util.Dictionary<K,V>
-
- 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>
public final class CredentialConstants extends PropertyLoader
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
propertiesFileNamefield- Version:
- 3.0
- Author:
- Niels Meijer
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.Properties
defaults
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CredentialConstantsgetInstance()-
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 Detail
-
getInstance
public static CredentialConstants getInstance()
-
-