From 9f8bb71b0ef7cb41b7042456f2571c7882bbb03e Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Tue, 7 Mar 2023 16:37:00 -0800 Subject: [PATCH] GUACAMOLE-839: Correct JavaDoc for parameters of getUsername(). --- .../auth/ssl/SSLClientAuthenticationResource.java | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/extensions/guacamole-auth-sso/modules/guacamole-auth-sso-ssl/src/main/java/org/apache/guacamole/auth/ssl/SSLClientAuthenticationResource.java b/extensions/guacamole-auth-sso/modules/guacamole-auth-sso-ssl/src/main/java/org/apache/guacamole/auth/ssl/SSLClientAuthenticationResource.java index 75a190d35..583f2caa9 100644 --- a/extensions/guacamole-auth-sso/modules/guacamole-auth-sso-ssl/src/main/java/org/apache/guacamole/auth/ssl/SSLClientAuthenticationResource.java +++ b/extensions/guacamole-auth-sso/modules/guacamole-auth-sso-ssl/src/main/java/org/apache/guacamole/auth/ssl/SSLClientAuthenticationResource.java @@ -272,16 +272,13 @@ public class SSLClientAuthenticationResource extends SSOResource { } /** - * Processes the X.509 certificate in the headers of the given HTTP - * request, returning an authentication session token representing the + * Processes the X.509 certificate in the given set of HTTP request + * headers, returning an authentication session token representing the * identity in that certificate. If the certificate is invalid or not * present, an invalid session token is returned. * - * @param credentials - * The credentials submitted in the HTTP request being processed. - * - * @param request - * The HTTP request to process. + * @param headers + * The headers of the HTTP request to process. * * @return * An authentication session token representing the identity in the