|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CacheRefresher
Represents a way of refreshing a local cache of an external directory.
This was introduced in order to enable Active Directory delta cache updates.
| Method Summary | |
|---|---|
void |
synchroniseAll(DirectoryCache directoryCache)
Will visit all Users and Groups in the external directory in order to do a Full refresh. |
boolean |
synchroniseChanges(DirectoryCache directoryCache)
Attempts to synchronise changes since the last refresh as opposed to performing a full synchronisation. |
| Method Detail |
|---|
void synchroniseAll(DirectoryCache directoryCache)
throws OperationFailedException
directoryCache - the DirectoryCache to update.
OperationFailedException - if there was an error processing the operation
boolean synchroniseChanges(DirectoryCache directoryCache)
throws OperationFailedException
directoryCache - the DirectoryCache to update.
OperationFailedException - if there was an error processing the operation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||