Interface UserFilter


public interface UserFilter
Filter used as search criteria for DesktopUser objects.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Determines if a DesktopUser matches the filter criteria.
  • Method Details

    • matchUser

      boolean matchUser(DesktopUser user) throws Exception
      Determines if a DesktopUser matches the filter criteria.
      Parameters:
      user - the desktop user to be analyzed.
      Returns:
      true if the user matches the filter criteria.
      Throws:
      NullPointerException - if user is null.
      Exception - if another error occurs.