Interface PasswordUtilityEncrypter


  • public interface PasswordUtilityEncrypter
    Provide the ability to encrypt values. The PasswordUtilityController will pick up all implementing classes and provide them as options to users as long as they are registered as described by the ServiceLoader class.
    • Method Detail

      • name

        java.lang.String name()
      • encrypt

        java.util.Map encrypt​(java.util.Map params)
      • formProperties

        java.util.List<Property> formProperties()