All Packages Class Hierarchy This Package Previous Next Index
This protocol can be supported by systems storing such passphrases, as well as by systems which only store an encrypted version. The common requirement is that the passphrase itself must be presented to the system component doing the authentication. This usually means sending passphrases over the network, with minimal protection unless some secure channel protocol such as SSL is used to protect that data.
public abstract boolean authenticate(String passphrase) throws NoSuchUserException, NoAuthenticationException
All Packages Class Hierarchy This Package Previous Next Index