mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Ticket #362: The cleaning has ended, for now.
This commit is contained in:
@@ -32,10 +32,10 @@ import org.glyptodon.guacamole.net.auth.Directory;
|
||||
public class ConnectionService {
|
||||
|
||||
/**
|
||||
* Converts a list of Connection to a list of APIConnection objects for
|
||||
* Converts a Connection Directory to a list of APIConnection objects for
|
||||
* exposing with the REST endpoints.
|
||||
*
|
||||
* @param connections The Connection to convert for REST endpoint use.
|
||||
* @param connectionDirectory The Connection Directory to convert for REST endpoint use.
|
||||
* @return A List of APIConnection objects for use with the REST endpoint.
|
||||
* @throws GuacamoleException If an error occurs while converting the
|
||||
* connection directory.
|
||||
|
@@ -32,10 +32,10 @@ import org.glyptodon.guacamole.net.auth.Directory;
|
||||
public class ConnectionGroupService {
|
||||
|
||||
/**
|
||||
* Converts a list of ConnectionGroup to a list of APIConnectionGroup
|
||||
* Converts a ConnectionGroup directory to a list of APIConnectionGroup
|
||||
* objects for exposing with the REST endpoints.
|
||||
*
|
||||
* @param connectionGroups The ConnectionGroup to convert for REST endpoint use.
|
||||
* @param connectionGroupDirectory The ConnectionGroup Directory to convert for REST endpoint use.
|
||||
* @return A List of APIConnectionGroup objects for use with the REST endpoint.
|
||||
* @throws GuacamoleException If an error occurs while converting the
|
||||
* connection group directory.
|
||||
|
Reference in New Issue
Block a user