diff --git a/guacamole/src/main/java/org/apache/guacamole/rest/schema/SchemaResource.java b/guacamole/src/main/java/org/apache/guacamole/rest/schema/SchemaResource.java index f0fcc8694..ed443b15c 100644 --- a/guacamole/src/main/java/org/apache/guacamole/rest/schema/SchemaResource.java +++ b/guacamole/src/main/java/org/apache/guacamole/rest/schema/SchemaResource.java @@ -99,6 +99,26 @@ public class SchemaResource { } + /** + * Retrieves the possible attributes of a sharing profile object. + * + * @return + * A collection of forms which describe the possible attributes of a + * sharing profile object. + * + * @throws GuacamoleException + * If an error occurs while retrieving the possible attributes. + */ + @GET + @Path("sharingProfileAttributes") + public Collection