Interface PasswordHandler

  • All Known Implementing Classes:
    BCryptPasswordHandler

    public interface PasswordHandler
    Provides methods to handle passwords. Different implementations of this interface can provide different algorithms to hash, salt and store a password. It can be expected that the constructor of an implementation of this interface requires an AuthSubject as argument.
    Author:
    Matthias Herlitzius