axis_examplecompt_changesinfo-opsversion-2.00version-3.01version-3.02
Last change
on this file since df783c1 was
8780cbec,
checked in by Jay Jacobs <Jay.Jacobs@…>, 15 years ago
|
ABAC sources from Cobham
|
-
Property mode set to
100644
|
File size:
277 bytes
|
Line | |
---|
1 | /* |
---|
2 | * Entity.java |
---|
3 | */ |
---|
4 | |
---|
5 | package edu.stanford.peer.rbtm.credential; |
---|
6 | |
---|
7 | /** |
---|
8 | * An object of the Entity class represents an entity (or a principal) in RBTM. |
---|
9 | */ |
---|
10 | public interface Entity extends EntityExpression, java.io.Serializable, Comparable |
---|
11 | { |
---|
12 | String getName(); |
---|
13 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.