mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
GUACAMOLE-195: Remove word basic from comments - module is just HTTP header-based authentication.
This commit is contained in:
@@ -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
|
||||||
|
@@ -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() {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user