mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 21:51:23 +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);
|
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;
|
private Credentials credentials;
|
||||||
|
|
||||||
@@ -139,10 +139,11 @@ public class GuacamoleSession {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the credentials used when the user associated with this session
|
* 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
|
* @return
|
||||||
* logged in.
|
* The credentials used when the user associated with this session
|
||||||
|
* authenticated.
|
||||||
*/
|
*/
|
||||||
public Credentials getCredentials() {
|
public Credentials getCredentials() {
|
||||||
return credentials;
|
return credentials;
|
||||||
|
Reference in New Issue
Block a user