-
Notifications
You must be signed in to change notification settings - Fork 1
Home
This user test will be conducted to provide insight into the usability of MontiSecArc in an IntelliJ IDEA environment. Because the tools are in an early development stage, this user test will be moderated. Furthermore, this user test will only tackle the usability of the MontiSecArc language plugin to keep the complexity to a minimum and introduce more advanced concepts in a subsequent user test.
As the product is deeply integrated into the IntelliJ IDEA, the user needs to install the latest version of the IDE. The free Community Edition is sufficient. The Plugins are tested with Version 2016.x.
If the IDE was not installed before you will be greeted by a welcome dialog. If the IDE was already installed the last project will be opened and you have to go to the preferences and locate the Plugins section: Now select "Install plugin from disk..." and add the MontiSecArc Language Plugin. After that the IDE needs to be restarted.
- Close all currently opened projects in IntelliJ IDEA.
- Click on "Check out from Version Control" and select Git.
- Set https://git.rwth-aachen.de/ma_buning/user_test_sample_project.git for Git Repository URL and choose a parent directory.
Go to src/de/monticore/lang/montisecarc/simple/arc to find example components
- Basic component usage
- definition
component A a { }
with direct instantiation - Basic connection
-
connect a -> b
where instances can be connected
Go to src/de/monticore/lang/montisecarc/simple/secarc to find example components
- Introduce trustlevels
-
identity weak a -> b
between component instances connect encrypted a -> b
connect a -[HTTPS]->b
Model the architecture presented in the scenario below with the MontiSecArc language and IntelliJ IDEA. Create a new package for the architecture files.
Your company was approached by a new client to develop a new mobile app for iOS and Android. The app shall present company information to customers and present sales personnel with information to internal projects and other restricted information. The client has a high-security standard which is defined in a security policy.
The client has an internal authentication service that runs on location and has to be used for authenticating the sales personal. The other service needed to achieve the functionality can be deployed anywhere.
You are approached as a software architect to create a secure architecture description that represents the requirements to check against the client's security policy and present a starting point for further developments.