org.eclipse.stardust.engine.core.compatibility.gui.security
Class GUICallbackHandler

java.lang.Object
  extended by org.eclipse.stardust.engine.core.compatibility.gui.security.GUICallbackHandler
All Implemented Interfaces:
CallbackHandler

public class GUICallbackHandler
extends Object
implements CallbackHandler

A simple callback handler which shows the swing user/password LoginDialog.

Version:
$Revision$
Author:
ubirkemeyer

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

Constructor Detail

GUICallbackHandler

public GUICallbackHandler(String title)
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.