| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
 Inheritance diagram for Auth_Container_POP3:
 Inheritance diagram for Auth_Container_POP3: Collaboration diagram for Auth_Container_POP3:
 Collaboration diagram for Auth_Container_POP3:| Public Member Functions | |
| Auth_Container_POP3 ($server=null) | |
| Constructor of the container class. | |
| fetchData ($username, $password) | |
| Try to login to the POP3 server. | |
|  Public Member Functions inherited from Auth_Container | |
| Auth_Container () | |
| Constructor. | |
| fetchData ($username, $password, $isChallengeResponse=false) | |
| Fetch data from storage container. | |
| verifyPassword ($password1, $password2, $cryptType="md5") | |
| Crypt and verfiy the entered password. | |
| supportsChallengeResponse () | |
| Returns true if the container supports Challenge Response password authentication. | |
| getCryptType () | |
| Returns the crypt current crypt type of the container. | |
| listUsers () | |
| List all users that are available from the storage container. | |
| getUser ($username) | |
| Returns a user assoc array. | |
| addUser ($username, $password, $additional=null) | |
| Add a new user to the storage container. | |
| removeUser ($username) | |
| Remove user from the storage container. | |
| changePassword ($username, $password) | |
| Change password for user in the storage container. | |
| log ($message, $level=AUTH_LOG_DEBUG) | |
| Log a message to the Auth log. | |
|  Public Member Functions inherited from ilAuthContainerBase | |
| loginObserver ($a_username, $a_auth) | |
| Called after successful login. | |
| failedLoginObserver ($a_username, $a_auth) | |
| Called after failed login. | |
| checkAuthObserver ($a_username, $a_auth) | |
| Called after check auth requests. | |
| logoutObserver ($a_username, $a_auth) | |
| Called after logout. | |
| Data Fields | |
| $server = 'localhost' | |
| $port = '110' | |
| $method = true | |
|  Data Fields inherited from Auth_Container | |
| $activeUser = "" | |
| User that is currently selected from the storage container. | |
| $_auth_obj = null | |
| The Auth object this container is attached to. | |
| Auth_Container_POP3::Auth_Container_POP3 | ( | $server = null | ) | 
Constructor of the container class.
| $server | string server or server:port combination | 
Definition at line 93 of file POP3.php.
References $server.
| Auth_Container_POP3::fetchData | ( | $username, | |
| $password | |||
| ) | 
Try to login to the POP3 server.
| string | Username | 
| string | Password | 
Definition at line 128 of file POP3.php.
References $res, $result, AUTH_LOG_DEBUG, and Auth_Container\log().
 Here is the call graph for this function:
 Here is the call graph for this function:| Auth_Container_POP3::$server = 'localhost' | 
Definition at line 64 of file POP3.php.
Referenced by Auth_Container_POP3().