Package samples.userguide
Class PWCallback
- java.lang.Object
-
- samples.userguide.PWCallback
-
- All Implemented Interfaces:
CallbackHandler
public class PWCallback extends Object implements CallbackHandler
-
-
Constructor Summary
Constructors Constructor Description PWCallback()
-
-
-
Method Detail
-
handle
public void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException
Method handle- Specified by:
handle
in interfaceCallbackHandler
- Parameters:
callbacks
-- Throws:
IOException
UnsupportedCallbackException
-
-