Class EximLDAPDriver
java.lang.Object
ru.bitel.bgbilling.modules.email.server.bean.DefaultLDAPDriver
ru.bitel.bgbilling.modules.email.server.bean.EximLDAPDriver
- All Implemented Interfaces:
LDAPDriver
public class EximLDAPDriver extends DefaultLDAPDriver
-
Field Summary
Fields inherited from class ru.bitel.bgbilling.modules.email.server.bean.DefaultLDAPDriver
domain, paramsFields 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 EximLDAPDriver() -
Method Summary
Modifier and Type Method Description protected com.novell.ldap.LDAPAttributeSetgetAccountAttributeSet(Account account)protected java.lang.StringgetAccountDN(Account account)Methods inherited from class ru.bitel.bgbilling.modules.email.server.bean.DefaultLDAPDriver
addAccount, closeConnection, deleteAccount, getConnection, init, updateAccountMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
EximLDAPDriver
public EximLDAPDriver()
-
-
Method Details
-
getAccountDN
- Specified by:
getAccountDNin classDefaultLDAPDriver
-
getAccountAttributeSet
- Specified by:
getAccountAttributeSetin classDefaultLDAPDriver
-