jhomenet.server.auth
Class AuthWindow

java.lang.Object
  extended by jhomenet.server.auth.AuthWindow

public class AuthWindow
extends java.lang.Object

The local authentication window used to authentication users.

Id: $Id: $

Author:
Dave Irwin (jhomenet at gmail dot com)

Constructor Summary
AuthWindow(ServerContext serverContext, AuthManager authManager, javax.swing.JFrame parentFrame)
           
 
Method Summary
 void showWindow()
          Show the authentication window.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthWindow

public AuthWindow(ServerContext serverContext,
                  AuthManager authManager,
                  javax.swing.JFrame parentFrame)
Parameters:
serverContext -
authManager -
parentFrame -
config -
Method Detail

showWindow

public void showWindow()
Show the authentication window.



Copyright © 2004-2007 David Irwin. All Rights Reserved.