|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.cvsgrab.WebOptions.WebAuthentification
public class WebOptions.WebAuthentification
Nested element for configuring the web server authentification
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 |
---|
public WebOptions.WebAuthentification()
Method Detail |
---|
public void setup()
BuildException
- Description of the Exceptionpublic void writeProperties(Properties properties)
properties
- public void readProperties(Properties properties)
properties
- public String getPassword()
public String getUsername()
public void setUsername(String value)
value
- The new username valuepublic void setPassword(String value)
value
- The new password value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |