Interface LDAPDriver
- All Known Implementing Classes:
DefaultLDAPDriver,EmptyLDAPDriver,EximLDAPDriver
public interface LDAPDriver
-
Field Summary
Fields Modifier and Type Field Description static intSTATUS_ACCOUNT_USEDstatic intSTATUS_ADD_ERRORstatic intSTATUS_CONNECT_ERRORstatic intSTATUS_DELETE_ERRORstatic intSTATUS_OKstatic intSTATUS_UPDATE_ERROR -
Method Summary
Modifier and Type Method Description intaddAccount(Account mailAccount)intdeleteAccount(Account mailAccount)voidinit(Domain domain, ParameterMap params)intupdateAccount(Account mailAccount)
-
Field Details
-
STATUS_OK
static final int STATUS_OK- See Also:
- Constant Field Values
-
STATUS_CONNECT_ERROR
static final int STATUS_CONNECT_ERROR- See Also:
- Constant Field Values
-
STATUS_ACCOUNT_USED
static final int STATUS_ACCOUNT_USED- See Also:
- Constant Field Values
-
STATUS_DELETE_ERROR
static final int STATUS_DELETE_ERROR- See Also:
- Constant Field Values
-
STATUS_ADD_ERROR
static final int STATUS_ADD_ERROR- See Also:
- Constant Field Values
-
STATUS_UPDATE_ERROR
static final int STATUS_UPDATE_ERROR- See Also:
- Constant Field Values
-
-
Method Details
-
init
-
deleteAccount
-
addAccount
-
updateAccount
-