ILIAS  Release_5_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
ilPasswordEncoderConfigurationFormAware Interface Reference
+ Inheritance diagram for ilPasswordEncoderConfigurationFormAware:
+ Collaboration diagram for ilPasswordEncoderConfigurationFormAware:

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.

Detailed Description

Member Function Documentation

ilPasswordEncoderConfigurationFormAware::buildForm ( ilPropertyFormGUI  $form)

Called when an encoder should build individual form parts for the user interface.

Parameters
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)
Parameters
ilPropertyFormGUI$form
Returns
mixed

Implemented in ilBcryptPasswordEncoder, and ilMd5PasswordEncoder.

ilPasswordEncoderConfigurationFormAware::validateForm ( ilPropertyFormGUI  $form)

Called if an encoder should validate a request concerning business rules.

Parameters
ilPropertyFormGUI$form
Returns
boolean

Implemented in ilMd5PasswordEncoder.


The documentation for this interface was generated from the following file: