ILIAS
Release_5_0_x_branch Revision 61816
|
Public Member Functions | |
buildForm (ilPropertyFormGUI $form) | |
Called when an encoder should build individual form parts for the user interface. | |
validateForm (ilPropertyFormGUI $form) | |
Called if an encoder should validate a request concerning business rules. | |
saveForm (ilPropertyFormGUI $form) | |
onSelection () | |
A client should call this method when the specific encoder is selected. |
Definition at line 9 of file interface.ilPasswordEncoderConfigurationFormAware.php.
ilPasswordEncoderConfigurationFormAware::buildForm | ( | ilPropertyFormGUI | $form | ) |
Called when an encoder should build individual form parts for the user interface.
ilPropertyFormGUI | $form |
Implemented in ilMd5PasswordEncoder.
ilPasswordEncoderConfigurationFormAware::onSelection | ( | ) |
A client should call this method when the specific encoder is selected.
Implemented in ilBcryptPasswordEncoder, and ilMd5PasswordEncoder.
ilPasswordEncoderConfigurationFormAware::saveForm | ( | ilPropertyFormGUI | $form | ) |
ilPropertyFormGUI | $form |
Implemented in ilBcryptPasswordEncoder, and ilMd5PasswordEncoder.
ilPasswordEncoderConfigurationFormAware::validateForm | ( | ilPropertyFormGUI | $form | ) |
Called if an encoder should validate a request concerning business rules.
ilPropertyFormGUI | $form |
Implemented in ilMd5PasswordEncoder.