ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Auth credentials for lti oauth based authentication. More...
Public Member Functions | |
__construct () | |
initFromRequest () | |
Init credentials from request. More... | |
Public Member Functions inherited from ilAuthFrontendCredentials | |
__construct () | |
getLogger () | |
Get logger. More... | |
setLogger (ilLogger $logger) | |
Set Logger. More... | |
setUsername ($a_name) | |
Set username. More... | |
getUsername () | |
Get username. More... | |
setPassword ($a_password) | |
Set password. More... | |
getPassword () | |
Get password. More... | |
setCaptchaCode ($a_code) | |
Set captcha code. More... | |
getCaptchaCode () | |
Get captcha code. More... | |
setAuthMode ($a_auth_mode) | |
Set auth mode. More... | |
getAuthMode () | |
Get auth mode. More... | |
Auth credentials for lti oauth based authentication.
Definition at line 15 of file class.ilAuthFrontendCredentialsLTI.php.
ilAuthFrontendCredentialsLTI::__construct | ( | ) |
Definition at line 17 of file class.ilAuthFrontendCredentialsLTI.php.
References $GLOBALS, and ilAuthFrontendCredentials\setLogger().
ilAuthFrontendCredentialsLTI::initFromRequest | ( | ) |
Init credentials from request.
Definition at line 29 of file class.ilAuthFrontendCredentialsLTI.php.
References $_POST, ilLogLevel\DEBUG, ilAuthFrontendCredentials\getLogger(), and ilAuthFrontendCredentials\setUsername().