Class Overview
Handles the validation of the default login mode. If one of the default login modes is not among the
enabled login modes, an exception will be thrown.
A Default login mode has to be enabled as well.
Summary
| Protected Methods |
|
String
|
validateTransmute(String value, Preferences pref, Object validationObject)
This method is triggered by callback when setting preference values.
|
Public Constructors
public
PreferenceValidationForDefaultLoginMode
()
Protected Methods
protected
String
validateTransmute
(String value, Preferences pref, Object validationObject)
This method is triggered by callback when setting preference values.
By default, this method doesn't do anything. The returned value
will be used to set the preference value - this facilitates
preprocessing such as trimming strings, or date time reformating.
Returns
- transmuted preference value