com.groiss.ldap
Class BasicUserDirectorySyncer

java.lang.Object
  extended by com.groiss.ldap.BasicUserDirectorySyncer
All Implemented Interfaces:
DirectorySyncer

public class BasicUserDirectorySyncer
extends java.lang.Object
implements DirectorySyncer


Constructor Summary
BasicUserDirectorySyncer()
           
 
Method Summary
 void synchronize(DirectoryServer ds, javax.naming.directory.DirContext baseContext)
          Synchronize with this directory server.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicUserDirectorySyncer

public BasicUserDirectorySyncer()
Method Detail

synchronize

public void synchronize(DirectoryServer ds,
                        javax.naming.directory.DirContext baseContext)
                 throws java.lang.Exception
Description copied from interface: DirectorySyncer
Synchronize with this directory server.

Specified by:
synchronize in interface DirectorySyncer
Parameters:
ds - 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.