Interface PersonService.Validator

    • Method Detail

      • validateView

        ValidationResult validateView()
        Validate that current user can view user profiles
        Returns:
        an immutable Validation result.
      • validateDelete

        ValidationResult validateDelete​(Person personToDelete)
        Validate that the current user has permissions to remove the given person
        Parameters:
        personToDelete -
        Returns:
        an immutable Validation result
        Since:
        6.13.0