Interface PasswordUtilityEncrypter
-
public interface PasswordUtilityEncrypterProvide 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 theServiceLoaderclass.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Mapencrypt(java.util.Map params)java.util.List<Property>formProperties()java.lang.Stringname()
-
-
-
Method Detail
-
name
java.lang.String name()
-
encrypt
java.util.Map encrypt(java.util.Map params)
-
formProperties
java.util.List<Property> formProperties()
-
-