com.healthmarketscience.jackcess
Interface PasswordCallback

All Known Implementing Classes:
CryptCodecProvider

public interface PasswordCallback

Callback which can be used by CryptCodecProvider to retrieve a password on demand, at the time it is required. The callback will only be invoked if it is determined that a file actually requires a password to be opened. This could be used to implement a password user prompt utility.

Author:
James Ahlborn

Method Summary
 String getPassword()
          Invoked by CryptCodecProvider when a password is necessary to open an access database.
 

Method Detail

getPassword

String getPassword()
Invoked by CryptCodecProvider when a password is necessary to open an access database.

Returns:
the required password


Copyright © 2010-2015 Health Market Science. All Rights Reserved.