GUACAMOLE-540: Clean up Credentials with new constructor.

This commit is contained in:
Nick Couchman
2018-06-15 17:22:36 -04:00
parent c725da00a0
commit 52a3f454e6
4 changed files with 44 additions and 29 deletions

View File

@@ -42,7 +42,7 @@ public abstract class RemoteAuthenticatedUser implements AuthenticatedUser {
* The host from which this user authenticated.
*/
private final String remoteHost;
/**
* Creates a new RemoteAuthenticatedUser, deriving the associated remote
* host from the given credentials.