edu.stanford.rt.credential
Interface PrincipalExpression

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DelegationRole, LinkedRole, Principal, Role, RoleIntersection

public interface PrincipalExpression
extends java.io.Serializable

Author:
Ninghui Li, Sandra Qiu
A marker interface. A PrincipalExpression can be the following: A Principal, a Role, a LinkedRole, or a RoleIntersection.

Method Summary
 java.lang.String toString(java.lang.String indent)
           
 

Method Detail

toString

public java.lang.String toString(java.lang.String indent)