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:
handlein interfaceCallbackHandler- Parameters:
callbacks-- Throws:
IOExceptionUnsupportedCallbackException
-
-