Class EmptyLDAPDriver
java.lang.Object
ru.bitel.bgbilling.modules.email.server.bean.EmptyLDAPDriver
- All Implemented Interfaces:
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
-
Method Summary
Modifier and TypeMethodDescriptionint
addAccount
(Account mailAccount) int
deleteAccount
(Account mailAccount) void
init
(Domain domain, ParameterMap params) int
updateAccount
(Account mailAccount)
-
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
-