|
ATK security listener. An instance of the ATK security listener can be registered as listener for the ATK security manager. It will then be notified of successful logins and logouts. The following events are supported: preLogin: This event is thrown just before the user get's authenticated. postLogin: This event is thrown just after the user is successfully authenticated. preLogout: This event is thrown just before the user get's logged out the system. postLogout: This event is thrown just after the user is logged out the system. Located in /security/class.atksecuritylistener.inc [line 36] Author(s):
|
| void | handleEvent() | Handle event. In the default implementation, if a method exists with the same name as the event this method will be called. |
|
Handle event. In the default implementation, if a method exists with the same name as the event this method will be called.
Parameters:| string | $event: | event name |
| string | $username: | user name |
