com.sshtools.common.authentication
Class PasswordChange

java.lang.Object
  extended by com.sshtools.common.authentication.PasswordChange
All Implemented Interfaces:
PasswordChangePrompt

public class PasswordChange
extends java.lang.Object
implements PasswordChangePrompt

Version:
$Revision: 1.1 $
Author:
$author$

Nested Class Summary
(package private)  class PasswordChange.PasswordChangeDialog
           
 
Field Summary
private static PasswordChange instance
           
private  java.awt.Component parent
           
static java.lang.String PASSWORD_ICON
           
 
Constructor Summary
private PasswordChange()
           
 
Method Summary
 java.lang.String changePassword(java.lang.String prompt)
           
static PasswordChange getInstance()
           
 void setParentComponent(java.awt.Component parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PASSWORD_ICON

public static final java.lang.String PASSWORD_ICON
See Also:
Constant Field Values

instance

private static PasswordChange instance

parent

private java.awt.Component parent
Constructor Detail

PasswordChange

private PasswordChange()
Method Detail

setParentComponent

public void setParentComponent(java.awt.Component parent)
Parameters:
parent -

changePassword

public java.lang.String changePassword(java.lang.String prompt)
Specified by:
changePassword in interface PasswordChangePrompt
Parameters:
prompt -
Returns:

getInstance

public static PasswordChange getInstance()
Returns: