|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for ilUserPasswordEncoderFactory:
Collaboration diagram for ilUserPasswordEncoderFactory:Public Member Functions | |
| __construct (array $config=array()) | |
| getDefaultEncoder () | |
| setDefaultEncoder ($default_encoder) | |
| getEncoders () | |
| setEncoders (array $encoders) | |
| getSupportedEncoderNames () | |
| getEncoderByName ($name, $get_default_on_mismatch=false) | |
| getFirstEncoderForEncodedPasswordAndMatchers (string $encoded, array $matchers) | |
Protected Member Functions | |
| getValidEncoders ($config) | |
| initEncoders (array $config) | |
Protected Attributes | |
| $default_encoder | |
| $encoders = array() | |
Definition at line 11 of file class.ilUserPasswordEncoderFactory.php.
| ilUserPasswordEncoderFactory::__construct | ( | array | $config = array() | ) |
| array | $config |
Definition at line 26 of file class.ilUserPasswordEncoderFactory.php.
References $config, $key, initEncoders(), and setDefaultEncoder().
Here is the call graph for this function:| ilUserPasswordEncoderFactory::getDefaultEncoder | ( | ) |
Definition at line 73 of file class.ilUserPasswordEncoderFactory.php.
References $default_encoder.
Referenced by getEncoderByName(), and getFirstEncoderForEncodedPasswordAndMatchers().
Here is the caller graph for this function:| ilUserPasswordEncoderFactory::getEncoderByName | ( | $name, | |
$get_default_on_mismatch = false |
|||
| ) |
| string | $name | |
| bool | $get_default_on_mismatch |
Definition at line 123 of file class.ilUserPasswordEncoderFactory.php.
References $name, and getDefaultEncoder().
Referenced by getFirstEncoderForEncodedPasswordAndMatchers().
Here is the call graph for this function:
Here is the caller graph for this function:| ilUserPasswordEncoderFactory::getEncoders | ( | ) |
Definition at line 89 of file class.ilUserPasswordEncoderFactory.php.
References $encoders.
Referenced by getFirstEncoderForEncodedPasswordAndMatchers(), and getSupportedEncoderNames().
Here is the caller graph for this function:| ilUserPasswordEncoderFactory::getFirstEncoderForEncodedPasswordAndMatchers | ( | string | $encoded, |
| array | $matchers | ||
| ) |
| string | $encoded | |
| array | $matchers | An key/value pair callback functions (accepting the encoded password) assigned to the respective encoder name |
Definition at line 146 of file class.ilUserPasswordEncoderFactory.php.
References getDefaultEncoder(), getEncoderByName(), and getEncoders().
Here is the call graph for this function:| ilUserPasswordEncoderFactory::getSupportedEncoderNames | ( | ) |
Definition at line 112 of file class.ilUserPasswordEncoderFactory.php.
References getEncoders().
Here is the call graph for this function:
|
protected |
| array | $config |
Reimplemented in ilSetupPasswordEncoderFactory.
Definition at line 45 of file class.ilUserPasswordEncoderFactory.php.
References $config.
Referenced by initEncoders().
Here is the caller graph for this function:
|
protected |
| array | $config |
Definition at line 57 of file class.ilUserPasswordEncoderFactory.php.
References $encoders, and getValidEncoders().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilUserPasswordEncoderFactory::setDefaultEncoder | ( | $default_encoder | ) |
| string | $default_encoder |
Definition at line 81 of file class.ilUserPasswordEncoderFactory.php.
References $default_encoder.
Referenced by __construct().
Here is the caller graph for this function:| ilUserPasswordEncoderFactory::setEncoders | ( | array | $encoders | ) |
| \ilPasswordEncoder[] | $encoders |
Definition at line 98 of file class.ilUserPasswordEncoderFactory.php.
References $encoders.
|
protected |
Definition at line 16 of file class.ilUserPasswordEncoderFactory.php.
Referenced by getDefaultEncoder(), and setDefaultEncoder().
|
protected |
Definition at line 21 of file class.ilUserPasswordEncoderFactory.php.
Referenced by getEncoders(), initEncoders(), and setEncoders().