NAME
Kernel::WebApp::Util::UserPreferenceType::AnonymousLogin – Handler for the User Preference AnonymousLogin
around FieldStructure
The /FieldStructure()
method is overridden to return undef
if AdminInterfaceOnly
is enabled.
Returns: The Field Structure for the AnonymousLogin
if the AdminInterfaceOnly
flag is disabled otherwise it returns undef
.
Fields()
The /Fields()
method returns a simple form input according to the configuration.
GetError()
The /GetError()
method will be called to validate the field and output the correct error message.
This is only used in the Agent Interface to do a Pre-Update Check.
It receives the raw update data and is expected to return an error message if the data is not correct.
_Set()
The /_Set()
method will set the preference for the user.