Class PasswordConverter

java.lang.Object
com.jidesoft.converter.DefaultObjectConverter
com.jidesoft.converter.PasswordConverter
All Implemented Interfaces:
ObjectConverter

public class PasswordConverter extends DefaultObjectConverter
Converter which converts String to String and converts it back.
  • Field Details

    • CONTEXT

      public static ConverterContext CONTEXT
      ConverterContext if the String is a file name.
  • Constructor Details

    • PasswordConverter

      public PasswordConverter()
    • PasswordConverter

      public PasswordConverter(char echoChar)
      Creates a PasswordConverter.
      Parameters:
      echoChar - The echo char. It is used to replace the real password so that other people can't see what user is typing.
  • Method Details