001/*
002 * file StpPrincipal.java
003 *
004 * Licensed Materials - Property of IBM
005 * Restricted Materials of IBM 
006 *
007 * com.ibm.rational.wvcm.stp.StpPrincipal
008 *
009 * (C) Copyright IBM Corporation 2007, 2008.  All Rights Reserved.
010 * Note to U.S. Government Users Restricted Rights:  Use, duplication or 
011 * disclosure restricted by GSA ADP  Schedule Contract with IBM Corp.
012 */
013
014package com.ibm.rational.wvcm.stp;
015
016/**
017 * A mixin indicating that a resource can act as an access control principal
018 * 
019 * @see StpAccessControlEntry
020 */
021public interface StpPrincipal extends StpResource
022{
023
024}