mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-839: Correct JavaDoc for parameters of getUsername().
This commit is contained in:
@@ -272,16 +272,13 @@ public class SSLClientAuthenticationResource extends SSOResource {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Processes the X.509 certificate in the headers of the given HTTP
|
* Processes the X.509 certificate in the given set of HTTP request
|
||||||
* request, returning an authentication session token representing the
|
* headers, returning an authentication session token representing the
|
||||||
* identity in that certificate. If the certificate is invalid or not
|
* identity in that certificate. If the certificate is invalid or not
|
||||||
* present, an invalid session token is returned.
|
* present, an invalid session token is returned.
|
||||||
*
|
*
|
||||||
* @param credentials
|
* @param headers
|
||||||
* The credentials submitted in the HTTP request being processed.
|
* The headers of the HTTP request to process.
|
||||||
*
|
|
||||||
* @param request
|
|
||||||
* The HTTP request to process.
|
|
||||||
*
|
*
|
||||||
* @return
|
* @return
|
||||||
* An authentication session token representing the identity in the
|
* An authentication session token representing the identity in the
|
||||||
|
Reference in New Issue
Block a user