GUACAMOLE-195: Remove word basic from comments - module is just HTTP header-based authentication.

This commit is contained in:
Nick Couchman
2017-01-30 13:42:06 -05:00
parent 88903880f9
commit 8054f42777
2 changed files with 3 additions and 3 deletions

View File

@@ -38,11 +38,11 @@ public class ConfigurationService {
/**
* Returns the header of the HTTP server as configured with
* guacamole.properties used for HTTP basic authentication.
* guacamole.properties used for HTTP authentication.
* By default, this will be "REMOTE_USER".
*
* @return
* The header used for HTTP basic authentication, as configured with
* The header used for HTTP authentication, as configured with
* guacamole.properties.
*
* @throws GuacamoleException

View File

@@ -38,7 +38,7 @@ public class HTTPGuacamoleProperties {
private HTTPGuacamoleProperties() {}
/**
* The header used for HTTP basic authentication.
* The header used for HTTP authentication.
*/
public static final StringGuacamoleProperty HTTP_AUTH_HEADER = new StringGuacamoleProperty() {