com.tssap.util.ui.dialog
Interface ILogonInformation


public interface ILogonInformation

Interface for returning the logon information of the logon dialog.

See Also:
LogonDialog

Method Summary
 java.lang.String getPassword()
           
 java.lang.String getUserName()
           
 

Method Detail

getUserName

public java.lang.String getUserName()
Returns:
the specified user name, can be null if user name was not requested

getPassword

public java.lang.String getPassword()
Returns:
the specified password


Copyright © 2005 SAP AG. All Rights Reserved.