|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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) | |
Protected Member Functions | |
| 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 64 of file class.ilUserPasswordEncoderFactory.php.
References $default_encoder.
Referenced by getEncoderByName().
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 114 of file class.ilUserPasswordEncoderFactory.php.
References $name, getDefaultEncoder(), and sprintf.
Here is the call graph for this function:| ilUserPasswordEncoderFactory::getEncoders | ( | ) |
Definition at line 80 of file class.ilUserPasswordEncoderFactory.php.
References $encoders.
Referenced by getSupportedEncoderNames().
Here is the caller graph for this function:| ilUserPasswordEncoderFactory::getSupportedEncoderNames | ( | ) |
Definition at line 103 of file class.ilUserPasswordEncoderFactory.php.
References getEncoders().
Here is the call graph for this function:
|
protected |
| array | $config |
Definition at line 44 of file class.ilUserPasswordEncoderFactory.php.
References $config, and $encoders.
Referenced by __construct().
Here is the caller graph for this function:| ilUserPasswordEncoderFactory::setDefaultEncoder | ( | $default_encoder | ) |
| string | $default_encoder |
Definition at line 72 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 |
| ilUserException |
Definition at line 89 of file class.ilUserPasswordEncoderFactory.php.
|
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().