Revision 32987
Added by Eri Katsari about 10 years ago
modules/uoa-stats-service/trunk/src/main/java/eu/dnetlib/data/statsmanager/StatsManager.java | ||
---|---|---|
434 | 434 |
public static void setSearchWebService(SearchWebService searchWebService) { |
435 | 435 |
StatsManager.searchWebService = searchWebService; |
436 | 436 |
} |
437 |
|
|
438 |
public String getHttpsUsername() { |
|
439 |
return httpsUsername; |
|
440 |
} |
|
441 |
|
|
442 |
public void setHttpsUsername(String httpsUsername) { |
|
443 |
this.httpsUsername = httpsUsername; |
|
444 |
} |
|
445 |
|
|
446 |
public String getHttpsPassword() { |
|
447 |
return httpsPassword; |
|
448 |
} |
|
449 |
|
|
450 |
public void setHttpsPassword(String httpsPassword) { |
|
451 |
this.httpsPassword = httpsPassword; |
|
452 |
} |
|
437 | 453 |
} |
Also available in: Unified diff