Interface PasswordFactory

  • All Known Implementing Classes:
    DefaultPasswordFactory

    public interface PasswordFactory
    This interface is used to allow people to provide a mechanism to override where the password comes from. Implementors of this interface will typically use the specified password to look up the real password in a keystore of some sort.
    Author:
    areese@yahoo-inc.com