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