Interface SynchronizeDiagnostic

  • All Known Implementing Classes:
    SynchronizeDiagnosticImpl

    public interface SynchronizeDiagnostic
    The result of a synch
    Author:
    mrogers
    • Method Detail

      • isActive

        boolean isActive()
        Is the user directory active
        Returns:
        true if active
      • getUsers

        java.util.Collection<java.lang.String> getUsers()
        get the list of users who would be synchronised
        Returns:
        the list of users who would be synchronized
      • getGroups

        java.util.Collection<java.lang.String> getGroups()
        get the list of groups who would be syncronised
        Returns:
        the list of groups who would be synchronized
      • getPersonLastSynced

        java.util.Date getPersonLastSynced()
        Returns:
        Date
      • getGroupLastSynced

        java.util.Date getGroupLastSynced()
        Returns:
        Date