net.sourceforge.cvsgrab
Class WebOptions.WebAuthentification

java.lang.Object
  extended by net.sourceforge.cvsgrab.WebOptions.WebAuthentification
Enclosing class:
WebOptions

public class WebOptions.WebAuthentification
extends Object

Nested element for configuring the web server authentification

Author:
lclaude
Created:
May 14, 2002

Constructor Summary
WebOptions.WebAuthentification()
           
 
Method Summary
 String getPassword()
          Gets the password.
 String getUsername()
          Gets the user.
 void readProperties(Properties properties)
           
 void setPassword(String value)
          Sets the password
 void setup()
          Setup the web authentification
 void setUsername(String value)
          Sets the username
 void writeProperties(Properties properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebOptions.WebAuthentification

public WebOptions.WebAuthentification()
Method Detail

setup

public void setup()
Setup the web authentification

Throws:
BuildException - Description of the Exception

writeProperties

public void writeProperties(Properties properties)
Parameters:
properties -

readProperties

public void readProperties(Properties properties)
Parameters:
properties -

getPassword

public String getPassword()
Gets the password.

Returns:
the password.

getUsername

public String getUsername()
Gets the user.

Returns:
the user.

setUsername

public void setUsername(String value)
Sets the username

Parameters:
value - The new username value

setPassword

public void setPassword(String value)
Sets the password

Parameters:
value - The new password value


Copyright © 2002-2005 Ludovic Claude. All Rights Reserved.