public class LDAPEventManager extends Object implements IDSEventListener
Modifier and Type | Field and Description |
---|---|
protected static SMSObjectListener |
changeListener |
protected static Debug |
debug |
protected static String |
OC_SERVICE |
protected static String |
OC_SERVICE_COMP |
protected static String |
OC_SERVICE_REALM |
protected static String |
SEARCH_FILTER |
CHANGE_ADD, CHANGE_DELETE, CHANGE_MOD_LOCATION, CHANGE_MODIFY
Constructor and Description |
---|
LDAPEventManager() |
Modifier and Type | Method and Description |
---|---|
void |
allEntriesChanged()
This callback notifies listeners that EventService is restarting the
Persistent Search connections due to connection errors, and there is no
guarantee of what could have changed in the directory so mark all entries
as modified.
|
void |
entryChanged(DSEvent dsEvent)
This callback method is called by the EventService when the Directory
Server triggers a PersistentSearch notification
|
void |
eventError(String errorStr)
This callback method is called by the EventService when an error is
encountered after setting a Persistent Search request in the Directory
Server
|
String |
getBase()
Returns the base DN for the persistent searches.
|
String |
getFilter() |
int |
getOperations() |
int |
getScope() |
void |
setListeners(Map listener) |
protected static SMSObjectListener changeListener
protected static Debug debug
protected static final String OC_SERVICE
protected static final String OC_SERVICE_COMP
protected static final String OC_SERVICE_REALM
protected static final String SEARCH_FILTER
public void entryChanged(DSEvent dsEvent)
IDSEventListener
entryChanged
in interface IDSEventListener
public void eventError(String errorStr)
IDSEventListener
eventError
in interface IDSEventListener
public void allEntriesChanged()
IDSEventListener
allEntriesChanged
in interface IDSEventListener
public String getBase()
getBase
in interface IDSEventListener
IDSEventListener.getBase()
public String getFilter()
getFilter
in interface IDSEventListener
public int getOperations()
getOperations
in interface IDSEventListener
public int getScope()
getScope
in interface IDSEventListener
public void setListeners(Map listener)
setListeners
in interface IDSEventListener
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.