org.apache.jetspeed.pipeline.valve
Interface SecurityValve

All Superinterfaces:
Valve
All Known Implementing Classes:
AbstractSecurityValve, SecurityValveImpl

public interface SecurityValve
extends Valve

Authenticates the User or redirects to Login if necessary, add authenticated Subject to RequestContext
Read from the ValveContext:


Written into the ValveContext:
Note: The primary purpose of this interface is primary for documention.

Version:
$Id: SecurityValve.java 186726 2004-06-05 05:13:09Z taylor $
Author:
David Sean Taylor
See Also:
ValveContext

Methods inherited from interface org.apache.jetspeed.pipeline.valve.Valve
initialize, invoke
 



Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.