org.identityconnectors.ldap.sync.sunds
Class SunDSChangeLogSyncStrategy

java.lang.Object
  extended by 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.


Constructor Summary
SunDSChangeLogSyncStrategy(LdapConnection conn, org.identityconnectors.framework.common.objects.ObjectClass oclass)
           
 
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
 

Constructor Detail

SunDSChangeLogSyncStrategy

public SunDSChangeLogSyncStrategy(LdapConnection conn,
                                  org.identityconnectors.framework.common.objects.ObjectClass oclass)
Method Detail

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.