public class PasswordEncodingsValueProvider extends java.lang.Object implements OptionValueProvider
PasswordEncodingType
)Constructor and Description |
---|
PasswordEncodingsValueProvider(ModuleRegistry reg) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEmptyListMessage(java.util.Locale locale)
Returns a - maybe localized - message to display when the list of provided values is empty
|
java.util.List<java.lang.String> |
getProvidedValues()
Returns the possible/allowed values
|
java.lang.String |
getValueTitle(java.lang.String value,
java.util.Locale locale)
Returns a - maybe localized - title for a given value
|
public PasswordEncodingsValueProvider(ModuleRegistry reg)
public java.lang.String getEmptyListMessage(java.util.Locale locale)
OptionValueProvider
getEmptyListMessage
in interface OptionValueProvider
locale
- The locale for localisationpublic java.util.List<java.lang.String> getProvidedValues()
OptionValueProvider
getProvidedValues
in interface OptionValueProvider
public java.lang.String getValueTitle(java.lang.String value, java.util.Locale locale)
OptionValueProvider
getValueTitle
in interface OptionValueProvider
value
- The valuelocale
- The locale for localisation