com.groiss.ldap
Interface DirectorySyncer


public interface DirectorySyncer

Provides a method to synchronize between a LDAP Server and @enterprise.


Method Summary
 void synchronize(DirectoryServer dirServer, DirContext baseContext)
          Synchronize with this directory server.
 

Method Detail

synchronize

void synchronize(DirectoryServer dirServer,
                 DirContext baseContext)
                 throws Exception
Synchronize with this directory server.

Parameters:
dirServer - The directory Server to sync with.
baseContext - a DirContext into this directory server
Throws:
Exception


@enterprise 8.0.10078 Copyright © 2001-2011 Groiss Informatics GmbH. All Rights Reserved.