public class EmptyLDAPDriver extends java.lang.Object implements LDAPDriver
STATUS_ACCOUNT_USED, STATUS_ADD_ERROR, STATUS_CONNECT_ERROR, STATUS_DELETE_ERROR, STATUS_OK, STATUS_UPDATE_ERROR| Constructor and Description |
|---|
EmptyLDAPDriver() |
| Modifier and Type | Method and Description |
|---|---|
int |
addAccount(Account mailAccount) |
int |
deleteAccount(Account mailAccount) |
void |
init(Domain domain,
ParameterMap params) |
int |
updateAccount(Account mailAccount) |
public int addAccount(Account mailAccount)
addAccount in interface LDAPDriverpublic int deleteAccount(Account mailAccount)
deleteAccount in interface LDAPDriverpublic void init(Domain domain, ParameterMap params)
init in interface LDAPDriverpublic int updateAccount(Account mailAccount)
updateAccount in interface LDAPDriver