org.apache.portals.graffito.context
Interface CmsRequestContext


public interface CmsRequestContext

This class keeps information about the current cms request.

Version:
$Id: CmsRequestContext.java,v 1.1 2004/12/22 21:16:13 christophe Exp $
Author:
Christophe Lombart

Method Summary
 javax.security.auth.Subject getSubject()
          Get the Subject associated to the request.
 void setSubject(javax.security.auth.Subject subject)
          Set the subject
 

Method Detail

getSubject

javax.security.auth.Subject getSubject()
Get the Subject associated to the request.

Returns:
The associated Subject

setSubject

void setSubject(javax.security.auth.Subject subject)
Set the subject

Parameters:
subject - The subject to assigned to the request


Copyright © 2004-2006 The Apache Software Foundation. All Rights Reserved.