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 int
addAccount(Account mailAccount)
int
deleteAccount(Account mailAccount)
void
init(Domain domain, ParameterMap params)
int
updateAccount(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:
addAccount
in interfaceLDAPDriver
-
deleteAccount
- Specified by:
deleteAccount
in interfaceLDAPDriver
-
init
- Specified by:
init
in interfaceLDAPDriver
-
updateAccount
- Specified by:
updateAccount
in interfaceLDAPDriver
-