AdminController(UserService userService,
OAuthService oAuthService,
AdminService adminService,
SandboxService sandboxService,
SandboxInviteService sandboxInviteService) |
AppRegistrationController(AppService appService,
OAuthService oAuthService,
SandboxService sandboxService,
UserService userService) |
DataManagerController(OAuthService oAuthService,
UserService userService,
SandboxService sandboxService,
DataManagerService dataManagerService,
SandboxActivityLogService sandboxActivityLogService) |
LaunchScenarioController(LaunchScenarioService launchScenarioService,
AppService appService,
UserService userService,
UserPersonaService userPersonaService,
SandboxService sandboxService,
OAuthService oAuthService,
UserLaunchService userLaunchService) |
SandboxController(SandboxService sandboxService,
UserService userService,
SandboxInviteService sandboxInviteService,
OAuthService oAuthService) |
SandboxInviteController(SandboxInviteService sandboxInviteService,
UserService userService,
SandboxService sandboxService,
OAuthService oAuthService,
EmailService emailService,
SandboxActivityLogService sandboxActivityLogService) |
UserPersonaController(SandboxService sandboxService,
UserPersonaService userPersonaService,
UserService userService,
OAuthService oAuthService,
JwtService jwtService) |