Class AuthMaskingProperties

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.Object,​java.lang.Object>

    public class AuthMaskingProperties
    extends java.util.Properties
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.Properties

        defaults
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static AuthMaskingProperties constructSecurelyStringified​(java.lang.String s)  
      static AuthMaskingProperties fromAnyProperties​(java.util.Properties p)  
      static java.lang.String securelyStringify​(AuthMaskingProperties amp)  
      java.lang.String toString()  
      • Methods inherited from class java.util.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
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AuthMaskingProperties

        public AuthMaskingProperties()
      • AuthMaskingProperties

        public AuthMaskingProperties​(java.util.Properties p)
    • Method Detail

      • securelyStringify

        public static java.lang.String securelyStringify​(AuthMaskingProperties amp)
                                                  throws java.io.IOException
        Throws:
        java.io.IOException
      • constructSecurelyStringified

        public static AuthMaskingProperties constructSecurelyStringified​(java.lang.String s)
                                                                  throws java.io.IOException
        Throws:
        java.io.IOException
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.util.Properties