org.eclipse.stardust.engine.cli.security.authentication
Class ConsoleCallbackHandler

java.lang.Object
  extended by org.eclipse.stardust.engine.cli.security.authentication.ConsoleCallbackHandler
All Implemented Interfaces:
CallbackHandler

public class ConsoleCallbackHandler
extends Object
implements CallbackHandler

Version:
$Revision$
Author:
ubirkemeyer

Constructor Summary
ConsoleCallbackHandler()
           
 
Method Summary
 void handle(Callback[] callbacks)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsoleCallbackHandler

public ConsoleCallbackHandler()
Method Detail

handle

public void handle(Callback[] callbacks)
            throws IOException,
                   UnsupportedCallbackException
Specified by:
handle in interface CallbackHandler
Throws:
IOException
UnsupportedCallbackException


Copyright © 2017 Eclipse Stardust. All Rights Reserved.