Class StoreConfiguration<T>

    • Method Detail

      • clearSecrets

        public void clearSecrets()
        Clears the secret fields in this object.
      • getLocation

        public java.lang.String getLocation()
      • setLocation

        public void setLocation​(java.lang.String location)
      • getPassword

        @Deprecated
        public java.lang.String getPassword()
        Deprecated.
        Use getPasswordAsCharArray()
      • getPasswordAsCharArray

        public char[] getPasswordAsCharArray()
      • setPassword

        public void setPassword​(char[] password)
      • setPassword

        @Deprecated
        public void setPassword​(java.lang.String password)
        Deprecated.
        Use getPasswordAsCharArray()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object