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(java.lang.String authenticatorName)runs read only diagnostic tests upon the specified user directory, does not actually do any synchronization
-
-
-
Method Detail
-
testSynchronize
SynchronizeDiagnostic testSynchronize(java.lang.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:
org.alfresco.repo.security.authentication.AuthenticationException
-
-