org.identityconnectors.ldap.sync.sunds
Class SunDSChangeLogSyncStrategy
java.lang.Object
org.identityconnectors.ldap.sync.sunds.SunDSChangeLogSyncStrategy
- All Implemented Interfaces:
- LdapSyncStrategy
public class SunDSChangeLogSyncStrategy
- extends Object
- implements LdapSyncStrategy
An implementation of the sync operation based on the retro change log
plugin of Sun Directory Server.
|
Method Summary |
static int |
convertToInt(String number,
int def)
|
org.identityconnectors.framework.common.objects.SyncToken |
getLatestSyncToken()
|
void |
sync(org.identityconnectors.framework.common.objects.SyncToken token,
org.identityconnectors.framework.common.objects.SyncResultsHandler handler,
org.identityconnectors.framework.common.objects.OperationOptions options)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SunDSChangeLogSyncStrategy
public SunDSChangeLogSyncStrategy(LdapConnection conn,
org.identityconnectors.framework.common.objects.ObjectClass oclass)
getLatestSyncToken
public org.identityconnectors.framework.common.objects.SyncToken getLatestSyncToken()
- Specified by:
getLatestSyncToken in interface LdapSyncStrategy
sync
public void sync(org.identityconnectors.framework.common.objects.SyncToken token,
org.identityconnectors.framework.common.objects.SyncResultsHandler handler,
org.identityconnectors.framework.common.objects.OperationOptions options)
- Specified by:
sync in interface LdapSyncStrategy
convertToInt
public static int convertToInt(String number,
int def)
Copyright © 2012. All Rights Reserved.