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 * 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". * By default, this will be "REMOTE_USER".
* *
* @return * @return
* The header used for HTTP basic authentication, as configured with * The header used for HTTP authentication, as configured with
* guacamole.properties. * guacamole.properties.
* *
* @throws GuacamoleException * @throws GuacamoleException

View File

@@ -38,7 +38,7 @@ public class HTTPGuacamoleProperties {
private 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() { public static final StringGuacamoleProperty HTTP_AUTH_HEADER = new StringGuacamoleProperty() {