Package com.soffid.iam.sync.intf
Interface AuthoritativeIdentitySource
public interface AuthoritativeIdentitySource
Enables authoritative data sources
- Author:
- Soffid
-
Method Summary
Modifier and TypeMethodDescriptionvoidCommits a change.Gets the pending changes
-
Method Details
-
getChanges
Gets the pending changes- Returns:
- a list of changes to apply
- Throws:
InternalErrorException
-
commitChange
Commits a change. It shouldn't be returned on getChanges from now on.- Parameters:
id- change identifier- Throws:
InternalErrorException
-