Interface TestableChainingUserRegistrySynchronizer

All Known Implementing Classes:
ChainingUserRegistrySynchronizer

public interface TestableChainingUserRegistrySynchronizer
  • Method Summary

    Modifier and Type
    Method
    Description
    testSynchronize(String authenticatorName)
    runs read only diagnostic tests upon the specified user directory, does not actually do any synchronization
  • Method Details

    • testSynchronize

      SynchronizeDiagnostic testSynchronize(String authenticatorName)
      runs read only diagnostic tests upon the specified user directory, does not actually do any synchronization
      Parameters:
      authenticatorName - name of the user directory to test
      Returns:
      diagnostic information @see org.alfresco.repo.security.sync.SynchronizeDiagnostic
      Throws:
      AuthenticationException