-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fic explain and change format * update path * before changing references of modifiers to modification * add explain to pdp * move modifiers to base pap package * add test if explain is false
- Loading branch information
1 parent
04fdd91
commit 4c423f6
Showing
112 changed files
with
1,280 additions
and
872 deletions.
There are no files selected for viewing
376 changes: 189 additions & 187 deletions
376
src/main/java/gov/nist/csd/pm/impl/memory/pap/MemoryAccessQuerier.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/main/java/gov/nist/csd/pm/impl/memory/pap/MemoryPolicyQuerier.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
.../nist/csd/pm/pap/query/AccessQuerier.java → ...va/gov/nist/csd/pm/pap/AccessQuerier.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...csd/pm/pap/query/AccessRightResolver.java → .../nist/csd/pm/pap/AccessRightResolver.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...sd/pm/pap/modification/GraphModifier.java → ...va/gov/nist/csd/pm/pap/GraphModifier.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
...v/nist/csd/pm/pap/query/GraphQuerier.java → ...ava/gov/nist/csd/pm/pap/GraphQuerier.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ist/csd/pm/pap/modification/Modifier.java → ...in/java/gov/nist/csd/pm/pap/Modifier.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...pap/modification/ObligationsModifier.java → .../nist/csd/pm/pap/ObligationsModifier.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
.../csd/pm/pap/query/ObligationsQuerier.java → ...v/nist/csd/pm/pap/ObligationsQuerier.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
.../pap/modification/OperationsModifier.java → ...v/nist/csd/pm/pap/OperationsModifier.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
...t/csd/pm/pap/query/OperationsQuerier.java → ...ov/nist/csd/pm/pap/OperationsQuerier.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...csd/pm/pap/query/ProhibitionsQuerier.java → .../nist/csd/pm/pap/ProhibitionsQuerier.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...va/gov/nist/csd/pm/pap/query/Querier.java → ...ain/java/gov/nist/csd/pm/pap/Querier.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package gov.nist.csd.pm.pap.query; | ||
package gov.nist.csd.pm.pap; | ||
|
||
import gov.nist.csd.pm.pap.store.PolicyStore; | ||
|
||
|
5 changes: 3 additions & 2 deletions
5
...pm/pap/modification/RoutinesModifier.java → ...gov/nist/csd/pm/pap/RoutinesModifier.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...ist/csd/pm/pap/query/RoutinesQuerier.java → .../gov/nist/csd/pm/pap/RoutinesQuerier.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
package gov.nist.csd.pm.pap.graph.dag; | ||
|
||
import gov.nist.csd.pm.pap.exception.PMException; | ||
|
||
public interface ShortCircuit { | ||
|
||
boolean evaluate(String node); | ||
boolean evaluate(String node) throws PMException; | ||
|
||
} |
Oops, something went wrong.