|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
CAS user creation helper. More...
Collaboration diagram for ilCASAttributeToUser:Public Member Functions | |
| __construct (\ilCASSettings $settings) | |
| Constructor. More... | |
| create ($a_username) | |
| Create new ILIAS account. More... | |
Private Attributes | |
| $logger = null | |
| $writer = null | |
| $settings = null | |
CAS user creation helper.
Definition at line 10 of file class.ilCASAttributeToUser.php.
| ilCASAttributeToUser::__construct | ( | \ilCASSettings | $settings | ) |
Constructor.
@access public
Definition at line 34 of file class.ilCASAttributeToUser.php.
References $DIC, $settings, and settings().
Here is the call graph for this function:| ilCASAttributeToUser::create | ( | $a_username | ) |
Create new ILIAS account.
@access public
| string | external username |
Definition at line 53 of file class.ilCASAttributeToUser.php.
References ilAuthUtils\_generateLogin(), and settings().
Here is the call graph for this function:
|
private |
Definition at line 15 of file class.ilCASAttributeToUser.php.
|
private |
Definition at line 25 of file class.ilCASAttributeToUser.php.
Referenced by __construct().
|
private |
Definition at line 20 of file class.ilCASAttributeToUser.php.