com.groiss.ldap
Interface DirectorySyncer

All Known Implementing Classes:
BasicUserDirectorySyncer

public interface DirectorySyncer

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


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

Method Detail

synchronize

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

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


@enterprise 8.0.22989 Copyright © 2001-2017 Groiss Informatics GmbH. All Rights Reserved.