|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Collaboration diagram for ntlm_sasl_client_class:Public Member Functions | |
| initialize (&$client) | |
| ASCIIToUnicode ($ascii) | |
| typeMsg1 ($domain, $workstation) | |
| NTLMResponse ($challenge, $password) | |
| typeMsg3 ($ntlm_response, $user, $domain, $workstation) | |
| start (&$client, &$message, &$interactions) | |
| step (&$client, $response, &$message, &$interactions) | |
Data Fields | |
| $credentials = array() | |
| $state = SASL_NTLM_STATE_START | |
Definition at line 16 of file ntlm_sasl_client.php.
| ntlm_sasl_client_class::ASCIIToUnicode | ( | $ascii | ) |
Definition at line 37 of file ntlm_sasl_client.php.
Referenced by NTLMResponse(), and typeMsg3().
Here is the caller graph for this function:| ntlm_sasl_client_class::initialize | ( | & | $client | ) |
Definition at line 21 of file ntlm_sasl_client.php.
References $client.
| ntlm_sasl_client_class::NTLMResponse | ( | $challenge, | |
| $password | |||
| ) |
Definition at line 66 of file ntlm_sasl_client.php.
References ASCIIToUnicode().
Referenced by step().
Here is the call graph for this function:
Here is the caller graph for this function:| ntlm_sasl_client_class::start | ( | & | $client, |
| & | $message, | ||
| & | $interactions | ||
| ) |
Definition at line 138 of file ntlm_sasl_client.php.
References $client, SASL_CONTINUE, SASL_FAIL, SASL_NTLM_STATE_IDENTIFY_DOMAIN, and SASL_NTLM_STATE_START.
| ntlm_sasl_client_class::step | ( | & | $client, |
| $response, | |||
| & | $message, | ||
| & | $interactions | ||
| ) |
Definition at line 159 of file ntlm_sasl_client.php.
References $client, NTLMResponse(), SASL_CONTINUE, SASL_FAIL, SASL_NTLM_STATE_DONE, SASL_NTLM_STATE_IDENTIFY_DOMAIN, SASL_NTLM_STATE_RESPOND_CHALLENGE, typeMsg1(), and typeMsg3().
Here is the call graph for this function:| ntlm_sasl_client_class::typeMsg1 | ( | $domain, | |
| $workstation | |||
| ) |
Definition at line 45 of file ntlm_sasl_client.php.
Referenced by step().
Here is the caller graph for this function:| ntlm_sasl_client_class::typeMsg3 | ( | $ntlm_response, | |
| $user, | |||
| $domain, | |||
| $workstation | |||
| ) |
Definition at line 88 of file ntlm_sasl_client.php.
References ASCIIToUnicode().
Referenced by step().
Here is the call graph for this function:
Here is the caller graph for this function:| ntlm_sasl_client_class::$credentials = array() |
Definition at line 18 of file ntlm_sasl_client.php.
| ntlm_sasl_client_class::$state = SASL_NTLM_STATE_START |
Definition at line 19 of file ntlm_sasl_client.php.