com.atlassian.studio.jira.userdirectory.impl
Class DefaultDirectorySynchronizer

java.lang.Object
  extended by com.atlassian.studio.jira.userdirectory.impl.DefaultDirectorySynchronizer
All Implemented Interfaces:
UserDirectorySynchronizer

public class DefaultDirectorySynchronizer
extends Object
implements UserDirectorySynchronizer

Default implementation of UserDirectorySynchronizer.


Constructor Summary
DefaultDirectorySynchronizer(com.atlassian.crowd.embedded.api.CrowdDirectoryService directoryService)
           
 
Method Summary
 void synchronizeDirectories()
          Run a sync of the remote user directories configured in JIRA.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultDirectorySynchronizer

public DefaultDirectorySynchronizer(com.atlassian.crowd.embedded.api.CrowdDirectoryService directoryService)
Method Detail

synchronizeDirectories

public void synchronizeDirectories()
Description copied from interface: UserDirectorySynchronizer
Run a sync of the remote user directories configured in JIRA. The sync will be completed by the time this method returns.

Specified by:
synchronizeDirectories in interface UserDirectorySynchronizer


Copyright © 2002-2012 Atlassian. All Rights Reserved.