mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +00:00
GUAC-971: Clarify documentation surrounding the credentials associated with a Guacamole session.
This commit is contained in:
@@ -51,7 +51,7 @@ public class GuacamoleSession {
|
||||
private static final Logger logger = LoggerFactory.getLogger(GuacamoleSession.class);
|
||||
|
||||
/**
|
||||
* The credentials provided when the user logged in.
|
||||
* The credentials provided when the user authenticated.
|
||||
*/
|
||||
private Credentials credentials;
|
||||
|
||||
@@ -139,10 +139,11 @@ public class GuacamoleSession {
|
||||
|
||||
/**
|
||||
* Returns the credentials used when the user associated with this session
|
||||
* logged in.
|
||||
* authenticated.
|
||||
*
|
||||
* @return The credentials used when the user associated with this session
|
||||
* logged in.
|
||||
* @return
|
||||
* The credentials used when the user associated with this session
|
||||
* authenticated.
|
||||
*/
|
||||
public Credentials getCredentials() {
|
||||
return credentials;
|
||||
|
Reference in New Issue
Block a user