source: fedd/abac-src/rbtm/credential/RoleExpression.java @ 8f32dc0

axis_examplecompt_changesinfo-opsversion-1.30version-2.00version-3.01version-3.02
Last change on this file since 8f32dc0 was 8780cbec, checked in by Jay Jacobs <Jay.Jacobs@…>, 15 years ago

ABAC sources from Cobham

  • Property mode set to 100644
File size: 225 bytes
Line 
1
2package edu.stanford.peer.rbtm.credential;
3
4/**
5 * An RoleExpression can be: an Entity, a Role, a LinkedRole, or an Intersection.
6 * Right now, it is just a marker interface
7 */
8public interface RoleExpression
9{
10}
Note: See TracBrowser for help on using the repository browser.