public interface LDAPDriver
Modifier and Type | Field and Description |
---|---|
static int |
STATUS_ACCOUNT_USED |
static int |
STATUS_ADD_ERROR |
static int |
STATUS_CONNECT_ERROR |
static int |
STATUS_DELETE_ERROR |
static int |
STATUS_OK |
static int |
STATUS_UPDATE_ERROR |
Modifier and Type | Method and Description |
---|---|
int |
addAccount(Account mailAccount) |
int |
deleteAccount(Account mailAccount) |
void |
init(Domain domain,
ParameterMap params) |
int |
updateAccount(Account mailAccount) |
static final int STATUS_OK
static final int STATUS_CONNECT_ERROR
static final int STATUS_ACCOUNT_USED
static final int STATUS_DELETE_ERROR
static final int STATUS_ADD_ERROR
static final int STATUS_UPDATE_ERROR
void init(Domain domain, ParameterMap params)
int deleteAccount(Account mailAccount)
int addAccount(Account mailAccount)
int updateAccount(Account mailAccount)