Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.acegisecurity.securechannel

Provides core Acegi Security System for Spring interfaces and classes.

See:
          Description

Interface Summary
ChannelDecisionManager Decides whether a web channel provides sufficient security.
ChannelEntryPoint May be used by a ChannelProcessor to launch a web channel.
ChannelProcessor Decides whether a web channel meets a specific security condition.
 

Class Summary
ChannelDecisionManagerImpl Implementation of ChannelDecisionManager.
ChannelProcessingFilter Ensures a web request is delivered over the required channel.
InsecureChannelProcessor Ensures channel security is inactive by review of HttpServletRequest.isSecure() responses.
RetryWithHttpEntryPoint Commences an insecure channel by retrying the original request using HTTP.
RetryWithHttpsEntryPoint Commences a secure channel by retrying the original request using HTTPS.
SecureChannelProcessor Ensures channel security is active by review of HttpServletRequest.isSecure() responses.
 

Package org.acegisecurity.securechannel Description

Provides core Acegi Security System for Spring interfaces and classes.