source:
fedd/abac-src/rbtm/credential/PermissionExpression.java
@
70caa72
Last change on this file since 70caa72 was 8780cbec, checked in by , 15 years ago | |
---|---|
|
|
File size: 233 bytes |
Rev | Line | |
---|---|---|
[8780cbec] | 1 | |
2 | package edu.stanford.peer.rbtm.credential; | |
3 | ||
4 | /** | |
5 | * An EntityExpression can be: an Entity, a Role, a LinkedRole, or an Intersection. | |
6 | * Right now, it is just a marker interface | |
7 | */ | |
8 | public interface PermissionExpression | |
9 | { | |
10 | } |
Note: See TracBrowser
for help on using the repository browser.