org.apache.jetspeed.pipeline.valve
Interface SecurityValve

All Superinterfaces:
org.apache.jetspeed.pipeline.valve.Valve
All Known Implementing Classes:
AbstractSecurityValve, NtlmSecurityValve, SecurityValveImpl

public interface SecurityValve
extends org.apache.jetspeed.pipeline.valve.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 516448 2007-03-09 16:25:47Z ate $
Author:
David Sean Taylor
See Also:
ValveContext

Field Summary
static String IP_ADDRESS
           
 
Method Summary
 
Methods inherited from interface org.apache.jetspeed.pipeline.valve.Valve
initialize, invoke
 

Field Detail

IP_ADDRESS

static final String IP_ADDRESS


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