Class EmptyLDAPDriver
java.lang.Object
ru.bitel.bgbilling.modules.email.server.bean.EmptyLDAPDriver
- All Implemented Interfaces:
LDAPDriver
public class EmptyLDAPDriver extends java.lang.Object implements LDAPDriver
-
Field Summary
Fields inherited from interface ru.bitel.bgbilling.modules.email.server.bean.LDAPDriver
STATUS_ACCOUNT_USED, STATUS_ADD_ERROR, STATUS_CONNECT_ERROR, STATUS_DELETE_ERROR, STATUS_OK, STATUS_UPDATE_ERROR -
Constructor Summary
Constructors Constructor Description EmptyLDAPDriver() -
Method Summary
Modifier and Type Method Description intaddAccount(Account mailAccount)intdeleteAccount(Account mailAccount)voidinit(Domain domain, ParameterMap params)intupdateAccount(Account mailAccount)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
EmptyLDAPDriver
public EmptyLDAPDriver()
-
-
Method Details
-
addAccount
- Specified by:
addAccountin interfaceLDAPDriver
-
deleteAccount
- Specified by:
deleteAccountin interfaceLDAPDriver
-
init
- Specified by:
initin interfaceLDAPDriver
-
updateAccount
- Specified by:
updateAccountin interfaceLDAPDriver
-