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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionintaddAccount(Account mailAccount) intdeleteAccount(Account mailAccount) voidinit(Domain domain, ParameterMap params) intupdateAccount(Account mailAccount)  
- 
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
 
 -