public interface CallbackHandler
void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException
callbacks - - an array of Callback objects provided by an underlying security service which contains the information requested to be retrieved or displayed.IOException - if an input or output error occurs when retrieving the passwordUnsupportedCallbackException - if one of the callbacks in the array is not supported by the handlerCopyright © 2012 code4tv.com. All Rights Reserved.