Uses of Package
org.apache.jetspeed.pipeline.valve

Packages that use org.apache.jetspeed.pipeline.valve
org.apache.jetspeed.aggregator   
org.apache.jetspeed.ajax   
org.apache.jetspeed.capabilities.impl   
org.apache.jetspeed.container   
org.apache.jetspeed.container.url.impl   
org.apache.jetspeed.decoration   
org.apache.jetspeed.desktop.impl   
org.apache.jetspeed.localization.impl   
org.apache.jetspeed.login.impl   
org.apache.jetspeed.pipeline.valve.impl   
org.apache.jetspeed.profiler.impl   
org.apache.jetspeed.resource   
org.apache.jetspeed.security.impl   
org.apache.jetspeed.security.impl.ntlm   
 

Classes in org.apache.jetspeed.pipeline.valve used by org.apache.jetspeed.aggregator
AbstractValve
          Valve that can be used as the basis of Valve implementations.
 

Classes in org.apache.jetspeed.pipeline.valve used by org.apache.jetspeed.ajax
AbstractValve
          Valve that can be used as the basis of Valve implementations.
 

Classes in org.apache.jetspeed.pipeline.valve used by org.apache.jetspeed.capabilities.impl
AbstractValve
          Valve that can be used as the basis of Valve implementations.
CapabilityValve
          Identifies the browser and add a Capability object to RequestContext
Read from the ValveContext:
Written into the ValveContext: Capability
Note: The primary purpose of this interface is primary for documention.
 

Classes in org.apache.jetspeed.pipeline.valve used by org.apache.jetspeed.container
AbstractValve
          Valve that can be used as the basis of Valve implementations.
 

Classes in org.apache.jetspeed.pipeline.valve used by org.apache.jetspeed.container.url.impl
AbstractValve
          Valve that can be used as the basis of Valve implementations.
 

Classes in org.apache.jetspeed.pipeline.valve used by org.apache.jetspeed.decoration
AbstractValve
          Valve that can be used as the basis of Valve implementations.
 

Classes in org.apache.jetspeed.pipeline.valve used by org.apache.jetspeed.desktop.impl
AbstractValve
          Valve that can be used as the basis of Valve implementations.
 

Classes in org.apache.jetspeed.pipeline.valve used by org.apache.jetspeed.localization.impl
AbstractValve
          Valve that can be used as the basis of Valve implementations.
LocalizationValve
          LocalizationValve
 

Classes in org.apache.jetspeed.pipeline.valve used by org.apache.jetspeed.login.impl
AbstractValve
          Valve that can be used as the basis of Valve implementations.
LoginViewValve
          LoginViewValve
 

Classes in org.apache.jetspeed.pipeline.valve used by org.apache.jetspeed.pipeline.valve.impl
AbstractValve
          Valve that can be used as the basis of Valve implementations.
ActionValve
          Check if PortletAction needs to be processed and process it, if required
Read from the ValveContext:
Written into the ValveContext:
Note: The primary purpose of this interface is primary for documention.
CleanupValve
          Return all recycle objects in the ValveContext.
LayoutValve
          Invokes all Layout components to mark all visible elements of the Page.
 

Classes in org.apache.jetspeed.pipeline.valve used by org.apache.jetspeed.profiler.impl
AbstractValve
          Valve that can be used as the basis of Valve implementations.
PageProfilerValve
          Determine the page to display and add it to the RequestContext
Read from the ValveContext:
Written into the ValveContext:
Note: The primary purpose of this interface is primary for documention.
 

Classes in org.apache.jetspeed.pipeline.valve used by org.apache.jetspeed.resource
AbstractValve
          Valve that can be used as the basis of Valve implementations.
 

Classes in org.apache.jetspeed.pipeline.valve used by org.apache.jetspeed.security.impl
AbstractValve
          Valve that can be used as the basis of Valve implementations.
LoginValidationValve
          Checks if a login attempt failed and determines the cause.
PasswordCredentialValve
          Checks the PasswordCredential (only once) after a User is logged in and redirects to a Change Password page if necessary.
SecurityValve
          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.
 

Classes in org.apache.jetspeed.pipeline.valve used by org.apache.jetspeed.security.impl.ntlm
AbstractValve
          Valve that can be used as the basis of Valve implementations.
SecurityValve
          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.
 



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