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 LDAPDriver
public int deleteAccount(Account mailAccount)
deleteAccount
in interface LDAPDriver
public void init(Domain domain, ParameterMap params)
init
in interface LDAPDriver
public int updateAccount(Account mailAccount)
updateAccount
in interface LDAPDriver