public class AuthMaskingProperties
extends java.util.Properties
| Constructor and Description |
|---|
AuthMaskingProperties() |
AuthMaskingProperties(java.util.Properties p) |
| Modifier and Type | Method and Description |
|---|---|
static AuthMaskingProperties |
fromAnyProperties(java.util.Properties p) |
java.lang.String |
toString() |
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNamesclear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, valuespublic AuthMaskingProperties()
public AuthMaskingProperties(java.util.Properties p)
public static AuthMaskingProperties fromAnyProperties(java.util.Properties p)
public java.lang.String toString()
toString in class java.util.Hashtable<java.lang.Object,java.lang.Object>