source: fedd/abac-src/rtml/src/edu/stanford/rt/credential/Principal.java @ 8780cbec

axis_examplecompt_changesinfo-opsversion-1.30version-2.00version-3.01version-3.02
Last change on this file since 8780cbec 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 
1package 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 */
10public 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.