Package org.alfresco.repo.security.sync
Class SynchronizeDiagnosticImpl
java.lang.Object
org.alfresco.repo.security.sync.SynchronizeDiagnosticImpl
- All Implemented Interfaces:
SynchronizeDiagnostic
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget the list of groups who would be syncronisedgetUsers()get the list of users who would be synchronisedbooleanisActive()Is the user directory activevoidsetActive(boolean isActive) voidsetGroupLastSynced(Date groupLastSynced) voidsetGroups(Collection<String> groups) voidsetPersonLastSynced(Date personLastSynced) voidsetUsers(Collection<String> users) toString()
-
Constructor Details
-
SynchronizeDiagnosticImpl
public SynchronizeDiagnosticImpl()
-
-
Method Details
-
setActive
public void setActive(boolean isActive) -
setGroups
-
setUsers
-
isActive
public boolean isActive()Description copied from interface:SynchronizeDiagnosticIs the user directory active- Specified by:
isActivein interfaceSynchronizeDiagnostic- Returns:
- true if active
-
getUsers
Description copied from interface:SynchronizeDiagnosticget the list of users who would be synchronised- Specified by:
getUsersin interfaceSynchronizeDiagnostic- Returns:
- the list of users who would be synchronized
-
getGroups
Description copied from interface:SynchronizeDiagnosticget the list of groups who would be syncronised- Specified by:
getGroupsin interfaceSynchronizeDiagnostic- Returns:
- the list of groups who would be synchronized
-
toString
-
setPersonLastSynced
-
getPersonLastSynced
- Specified by:
getPersonLastSyncedin interfaceSynchronizeDiagnostic- Returns:
- Date
-
setGroupLastSynced
-
getGroupLastSynced
- Specified by:
getGroupLastSyncedin interfaceSynchronizeDiagnostic- Returns:
- Date
-