Class AuthMaskingProperties
java.lang.Object
java.util.Dictionary<Object,Object>
java.util.Hashtable<Object,Object>
java.util.Properties
com.mchange.v2.c3p0.impl.AuthMaskingProperties
- All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>
- See Also:
-
Field Summary
Fields inherited from class Properties
defaults -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AuthMaskingPropertiesstatic AuthMaskingPropertiesstatic StringtoString()Methods inherited from class Properties
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, getProperty, getProperty, hashCode, isEmpty, keys, keySet, list, list, load, load, loadFromXML, merge, propertyNames, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, save, setProperty, size, store, store, storeToXML, storeToXML, storeToXML, stringPropertyNames, values
-
Constructor Details
-
AuthMaskingProperties
public AuthMaskingProperties() -
AuthMaskingProperties
-
-
Method Details
-
securelyStringify
- Throws:
IOException
-
constructSecurelyStringified
- Throws:
IOException
-
fromAnyProperties
-
toString
- Overrides:
toStringin classProperties
-