Interface LDAPDriver
- All Known Implementing Classes:
DefaultLDAPDriver
,EmptyLDAPDriver
,EximLDAPDriver
public interface LDAPDriver
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionint
addAccount
(Account mailAccount) int
deleteAccount
(Account mailAccount) void
init
(Domain domain, ParameterMap params) int
updateAccount
(Account mailAccount)
-
Field Details
-
STATUS_OK
static final int STATUS_OK- See Also:
-
STATUS_CONNECT_ERROR
static final int STATUS_CONNECT_ERROR- See Also:
-
STATUS_ACCOUNT_USED
static final int STATUS_ACCOUNT_USED- See Also:
-
STATUS_DELETE_ERROR
static final int STATUS_DELETE_ERROR- See Also:
-
STATUS_ADD_ERROR
static final int STATUS_ADD_ERROR- See Also:
-
STATUS_UPDATE_ERROR
static final int STATUS_UPDATE_ERROR- See Also:
-
-
Method Details
-
init
-
deleteAccount
-
addAccount
-
updateAccount
-