diff --git a/guacamole-ext/src/main/java/org/apache/guacamole/protocols/ProtocolInfo.java b/guacamole-ext/src/main/java/org/apache/guacamole/protocols/ProtocolInfo.java index ec3323189..a5a8aa617 100644 --- a/guacamole-ext/src/main/java/org/apache/guacamole/protocols/ProtocolInfo.java +++ b/guacamole-ext/src/main/java/org/apache/guacamole/protocols/ProtocolInfo.java @@ -24,9 +24,10 @@ import java.util.Collection; import org.apache.guacamole.form.Form; /** - * Describes a protocol and all forms associated with it, as required by - * a protocol plugin for guacd. This class allows known forms for a - * protocol to be exposed to the user as friendly fields. + * Describes a protocol and all parameters associated with it, as required by + * a protocol plugin for guacd. Each parameter is described with a Form, which + * allows the parameters of a protocol to be exposed to the user as friendly + * groupings of fields. * * @author Michael Jumper */ @@ -38,15 +39,45 @@ public class ProtocolInfo { private String name; /** - * A collection of all associated protocol forms. + * A collection of forms describing all known parameters for a connection + * using this protocol. */ - private Collection