|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Inheritance diagram for ilUserPasswordEncoderFactory:
Collaboration diagram for ilUserPasswordEncoderFactory:Public Member Functions | |
| __construct (array $config=[]) | |
| getDefaultEncoder () | |
| setDefaultEncoder (string $defaultEncoder) | |
| 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 | |
| $defaultEncoder | |
| $encoders = array() | |
Definition at line 11 of file class.ilUserPasswordEncoderFactory.php.
| ilUserPasswordEncoderFactory::__construct | ( | array | $config = [] | ) |
| array | $config |
| ilPasswordException |
Definition at line 25 of file class.ilUserPasswordEncoderFactory.php.
References $config, initEncoders(), and setDefaultEncoder().
Here is the call graph for this function:| ilUserPasswordEncoderFactory::getDefaultEncoder | ( | ) |
Definition at line 74 of file class.ilUserPasswordEncoderFactory.php.
References $defaultEncoder.
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 |
| ilUserException |
Definition at line 127 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 90 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 |
| ilUserException |
Definition at line 150 of file class.ilUserPasswordEncoderFactory.php.
References getDefaultEncoder(), getEncoderByName(), and getEncoders().
Here is the call graph for this function:| ilUserPasswordEncoderFactory::getSupportedEncoderNames | ( | ) |
Definition at line 116 of file class.ilUserPasswordEncoderFactory.php.
References getEncoders().
Here is the call graph for this function:
|
protected |
| array | $config |
| ilPasswordException |
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 |
| ilPasswordException |
Definition at line 58 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 | ( | string | $defaultEncoder | ) |
| string | $defaultEncoder |
Definition at line 82 of file class.ilUserPasswordEncoderFactory.php.
References $defaultEncoder.
Referenced by __construct().
Here is the caller graph for this function:| ilUserPasswordEncoderFactory::setEncoders | ( | array | $encoders | ) |
| ilPasswordEncoder[] | $encoders |
| ilUserException |
Definition at line 99 of file class.ilUserPasswordEncoderFactory.php.
References $encoders.
|
protected |
Definition at line 14 of file class.ilUserPasswordEncoderFactory.php.
Referenced by getDefaultEncoder(), and setDefaultEncoder().
|
protected |
Definition at line 19 of file class.ilUserPasswordEncoderFactory.php.
Referenced by getEncoders(), initEncoders(), and setEncoders().