public class UserCallBackHandler extends Object implements CallbackHandler
| Constructor and Description |
|---|
UserCallBackHandler(String name,
String password) |
public void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException
handle in interface CallbackHandlercallbacks - an array of Callback objects which contain the
information requested by an underlying security service to be
retrieved or displayed.IOException - if an input or output error occurs.UnsupportedCallbackException - if the implementation of this method does not support one
or more of the Callbacks specified in the
callbacks parameter.Copyright © 2015 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.