Package org.alfresco.repo.security.sync
Interface TestableChainingUserRegistrySynchronizer
-
- All Known Implementing Classes:
ChainingUserRegistrySynchronizer
public interface TestableChainingUserRegistrySynchronizer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SynchronizeDiagnostictestSynchronize(String authenticatorName)runs read only diagnostic tests upon the specified user directory, does not actually do any synchronization
-
-
-
Method Detail
-
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
-
-