allensoft.javacvs.client
Class DefaultLoginManager

java.lang.Object
  |
  +--allensoft.javacvs.client.DefaultLoginManager
All Implemented Interfaces:
LoginManager

public class DefaultLoginManager
extends java.lang.Object
implements LoginManager

Gets login details from the user by displaying a dialog.


Constructor Summary
DefaultLoginManager()
           
 
Method Summary
 LoginDetails getLoginDetails(RepositoryLocation location)
          Gets the details that should be used for logging in.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultLoginManager

public DefaultLoginManager()
Method Detail

getLoginDetails

public LoginDetails getLoginDetails(RepositoryLocation location)
Description copied from interface: LoginManager
Gets the details that should be used for logging in.
Specified by:
getLoginDetails in interface LoginManager
Following copied from interface: allensoft.javacvs.client.LoginManager
Parameters:
sDefaultUserName - the name that was last used when logging in to a server. This can be null which means that the login manager must request a user name.