Interface PasswordSupplier
-
- All Known Implementing Classes:
CharArrayPasswordFinder
public interface PasswordSupplier
Provides password on demand.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description char[]
getPassword()
-