Package com.soffid.iam.sync.intf
Interface AuthoritativeIdentitySource2
public interface AuthoritativeIdentitySource2
Enables authoritative data sources
- Author:
- Soffid
-
Method Summary
Modifier and TypeMethodDescriptiongetChanges(String lastChange) Gets the pending changesGets the next bunch of changesbooleanCheck if there is more data to load
-
Method Details
-
getChanges
Gets the pending changes- Parameters:
lastChange- the last succesful change loaded- Returns:
- a list of changes to apply
- Throws:
InternalErrorException
-
hasMoreData
Check if there is more data to load- Returns:
- true if there is more data to load
- Throws:
InternalErrorException
-
getNextChange
Gets the next bunch of changes- Returns:
- a list of changes
- Throws:
InternalErrorException
-