1 package com.quantum.model;
4 * When a bookmark doesn't have a saved password, an
5 * implementation of a password finder class can be called
10 public interface PasswordFinder {
12 public String getPassword();
13 public boolean isPasswordMeantToBeSaved();