axis_examplecompt_changesinfo-opsversion-1.30version-2.00version-3.01version-3.02
Last change
on this file since 15100e9 was
8780cbec,
checked in by Jay Jacobs <Jay.Jacobs@…>, 15 years ago
|
ABAC sources from Cobham
|
-
Property mode set to
100644
|
File size:
351 bytes
|
Line | |
---|
1 | package edu.stanford.rt.credential; |
---|
2 | |
---|
3 | /** |
---|
4 | * @author Ninghui Li, Sandra Qiu<br> |
---|
5 | * |
---|
6 | A marker interface. |
---|
7 | |
---|
8 | A PrincipalExpression can be the following: |
---|
9 | A Principal, a Role, a LinkedRole, or a RoleIntersection. |
---|
10 | */ |
---|
11 | public interface PrincipalExpression extends java.io.Serializable |
---|
12 | { |
---|
13 | public String toString(String indent); |
---|
14 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.