[DEECo] [d3scomp/JDEECo] 151ff9: Refactor: renamed security role annotations to be ...
GitHub
noreply at github.com
Thu May 14 15:06:56 CEST 2015
Branch: refs/heads/jDEECo-3
Home: https://github.com/d3scomp/JDEECo
Commit: 151ff9bba4c6bd2f99760b7ab5cfaf48a807e73b
https://github.com/d3scomp/JDEECo/commit/151ff9bba4c6bd2f99760b7ab5cfaf48a807e73b
Author: Zbyněk Jiráček <jiracek at d3s.mff.cuni.cz>
Date: 2015-05-14 (Thu, 14 May 2015)
Changed paths:
M jdeeco-core/src/cz/cuni/mff/d3s/deeco/annotations/Allow.java
R jdeeco-core/src/cz/cuni/mff/d3s/deeco/annotations/HasRole.java
R jdeeco-core/src/cz/cuni/mff/d3s/deeco/annotations/HasRoleMultiple.java
A jdeeco-core/src/cz/cuni/mff/d3s/deeco/annotations/HasSecurityRole.java
A jdeeco-core/src/cz/cuni/mff/d3s/deeco/annotations/HasSecurityRoleMultiple.java
R jdeeco-core/src/cz/cuni/mff/d3s/deeco/annotations/RoleDefinition.java
R jdeeco-core/src/cz/cuni/mff/d3s/deeco/annotations/RoleParam.java
A jdeeco-core/src/cz/cuni/mff/d3s/deeco/annotations/SecurityRoleDefinition.java
A jdeeco-core/src/cz/cuni/mff/d3s/deeco/annotations/SecurityRoleParam.java
M jdeeco-core/src/cz/cuni/mff/d3s/deeco/annotations/processor/AnnotationProcessor.java
M jdeeco-core/test/cz/cuni/mff/d3s/deeco/annotations/processor/AnnotationProcessorTest.java
M jdeeco-core/test/cz/cuni/mff/d3s/deeco/annotations/processor/input/samples/CorrectC4.java
M jdeeco-core/test/cz/cuni/mff/d3s/deeco/annotations/processor/input/samples/CorrectC5.java
M jdeeco-core/test/cz/cuni/mff/d3s/deeco/annotations/processor/input/samples/WrongC10.java
M jdeeco-core/test/cz/cuni/mff/d3s/deeco/annotations/processor/input/samples/WrongC11.java
M jdeeco-core/test/cz/cuni/mff/d3s/deeco/annotations/processor/input/samples/WrongC12.java
M jdeeco-core/test/cz/cuni/mff/d3s/deeco/annotations/processor/input/samples/WrongC13.java
M jdeeco-core/test/cz/cuni/mff/d3s/deeco/annotations/processor/input/samples/WrongC4WithSecurity.java
M jdeeco-core/test/cz/cuni/mff/d3s/deeco/annotations/processor/input/samples/WrongC8.java
M jdeeco-core/test/cz/cuni/mff/d3s/deeco/annotations/processor/input/samples/WrongC9.java
M jdeeco-core/test/cz/cuni/mff/d3s/deeco/annotations/processor/input/validation/ExampleComponent.java
M jdeeco-core/test/cz/cuni/mff/d3s/deeco/security/runtime/SecurityRuntimeModel.java
Log Message:
-----------
Refactor: renamed security role annotations to be more specific (*Role*
-> *SecurityRole*), so that it will be easier to distinguish these
annotations from component roles annotations.
More information about the DEECo
mailing list