Interface PasswordSupplier

All Known Implementing Classes:
CharArrayPasswordFinder

public interface PasswordSupplier
Provides password on demand.
Author:
K. Benedyczak
  • Method Summary

    Modifier and Type
    Method
    Description
    char[]
     
  • Method Details

    • getPassword

      char[] getPassword()