intarsys PDF library API

de.intarsys.tools.authenticate
Interface IPasswordProvider


public interface IPasswordProvider

A simple interface for a password provider. Implementors can provide passwords from any source, for example a database or a GUI.


Method Summary
 char[] getPassword()
          Returns a password or null to indicate cancelation.
 

Method Detail

getPassword

char[] getPassword()
Returns a password or null to indicate cancelation.

Returns:
a char[] containing the password or null

intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.