File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
server/src/main/java/com/cloud/server Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 382382import org .apache .cloudstack .api .command .user .bucket .UpdateBucketCmd ;
383383import org .apache .cloudstack .api .command .user .config .ListCapabilitiesCmd ;
384384import org .apache .cloudstack .api .command .user .consoleproxy .CreateConsoleEndpointCmd ;
385+ import org .apache .cloudstack .api .command .user .consoleproxy .ListConsoleSessionsCmd ;
385386import org .apache .cloudstack .api .command .user .event .ArchiveEventsCmd ;
386387import org .apache .cloudstack .api .command .user .event .DeleteEventsCmd ;
387388import org .apache .cloudstack .api .command .user .event .ListEventTypesCmd ;
@@ -4188,8 +4189,12 @@ public List<Class<?>> getCommands() {
41884189 cmdList .add (ConfigureOutOfBandManagementCmd .class );
41894190 cmdList .add (IssueOutOfBandManagementPowerActionCmd .class );
41904191 cmdList .add (ChangeOutOfBandManagementPasswordCmd .class );
4192+
41914193 cmdList .add (GetUserKeysCmd .class );
4194+
4195+ // Console Session APIs
41924196 cmdList .add (CreateConsoleEndpointCmd .class );
4197+ cmdList .add (ListConsoleSessionsCmd .class );
41934198
41944199 //user data APIs
41954200 cmdList .add (RegisterUserDataCmd .class );
You can’t perform that action at this time.
0 commit comments