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:
340 bytes
|
Line | |
---|
1 | package edu.stanford.rt.credential; |
---|
2 | |
---|
3 | /** |
---|
4 | * @author Ninghui Li, Sandra Qiu<br> |
---|
5 | * |
---|
6 | * An empty super class for <code>PublicKeyPrincipal</code> and |
---|
7 | * <code>DataValuePrincipal</code>. |
---|
8 | * |
---|
9 | */ |
---|
10 | public class Principal implements PrincipalExpression |
---|
11 | { |
---|
12 | public String toString(String indent) |
---|
13 | { |
---|
14 | return indent; |
---|
15 | } |
---|
16 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.