com.sshtools.common.authentication

Class AuthenticationDialog


public class AuthenticationDialog
extends JDialog

Version:
$Revision: 1.14 $
Author:
$author$

Constructor Summary

AuthenticationDialog()
Creates a new AuthenticationDialog object.
AuthenticationDialog(Dialog dialog)
Creates a new AuthenticationDialog object.
AuthenticationDialog(Frame frame)
Creates a new AuthenticationDialog object.

Method Summary

static java.util.List
showAuthenticationDialog(Component parent, java.util.List support)
static java.util.List
showAuthenticationDialog(Component parent, java.util.List support, String message)
java.util.List
showAuthenticationMethods(java.util.List supported, String message)

Constructor Details

AuthenticationDialog

public AuthenticationDialog()
Creates a new AuthenticationDialog object.

AuthenticationDialog

public AuthenticationDialog(Dialog dialog)
Creates a new AuthenticationDialog object.
Parameters:
dialog -

AuthenticationDialog

public AuthenticationDialog(Frame frame)
Creates a new AuthenticationDialog object.
Parameters:
frame -

Method Details

showAuthenticationDialog

public static java.util.List showAuthenticationDialog(Component parent,
                                                      java.util.List support)
Parameters:
parent -
support -
Returns:

showAuthenticationDialog

public static java.util.List showAuthenticationDialog(Component parent,
                                                      java.util.List support,
                                                      String message)
Parameters:
parent -
support -
message -
Returns:

showAuthenticationMethods

public java.util.List showAuthenticationMethods(java.util.List supported,
                                                String message)
Parameters:
supported -
message -
Returns:

Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.