public final class MailLoginHandler
extends java.lang.Object
implements com.openexchange.login.LoginHandlerService
MailLoginHandler - The login handler delivering mailbox access event
to data retention.| Constructor and Description |
|---|
MailLoginHandler()
Initializes a new
MailLoginHandler. |
| Modifier and Type | Method and Description |
|---|---|
void |
handleLogin(com.openexchange.login.LoginResult login)
Handles the specified performed login.
|
void |
handleLogout(com.openexchange.login.LoginResult logout)
Handles the specified performed logout.
|
public MailLoginHandler()
MailLoginHandler.public void handleLogin(com.openexchange.login.LoginResult login)
throws com.openexchange.exception.OXException
com.openexchange.login.LoginHandlerServicehandleLogin in interface com.openexchange.login.LoginHandlerServicelogin - The performed login.com.openexchange.exception.OXException - If an error occurs while handling the loginpublic void handleLogout(com.openexchange.login.LoginResult logout)
throws com.openexchange.exception.OXException
com.openexchange.login.LoginHandlerServicehandleLogout in interface com.openexchange.login.LoginHandlerServicelogout - The performed logout.com.openexchange.exception.OXException - If an error occurs while handling the logout