public class UserCallBackHandler extends Object implements CallbackHandler
| Constructor and Description |
|---|
UserCallBackHandler(String name,
String password) |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(Callback[] callbacks)
Invoke an array of Callbacks.
|
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 © 2016 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.