Uses of Class
org.springframework.security.web.authentication.preauth.AbstractPreAuthenticatedProcessingFilter

Packages that use AbstractPreAuthenticatedProcessingFilter
org.springframework.security.web.authentication.preauth Support for "pre-authenticated" scenarios, where Spring Security assumes the incoming request has already been authenticated by some externally configured system. 
org.springframework.security.web.authentication.preauth.j2ee Pre-authentication support for container-authenticated requests. 
org.springframework.security.web.authentication.preauth.websphere Websphere-specific pre-authentication classes. 
org.springframework.security.web.authentication.preauth.x509 X.509 client certificate authentication support. 
 

Uses of AbstractPreAuthenticatedProcessingFilter in org.springframework.security.web.authentication.preauth
 

Subclasses of AbstractPreAuthenticatedProcessingFilter in org.springframework.security.web.authentication.preauth
 class RequestHeaderAuthenticationFilter
          A simple pre-authenticated filter which obtains the username from a request header, for use with systems such as CA Siteminder.
 

Uses of AbstractPreAuthenticatedProcessingFilter in org.springframework.security.web.authentication.preauth.j2ee
 

Subclasses of AbstractPreAuthenticatedProcessingFilter in org.springframework.security.web.authentication.preauth.j2ee
 class J2eePreAuthenticatedProcessingFilter
          This AbstractPreAuthenticatedProcessingFilter implementation is based on the J2EE container-based authentication mechanism.
 

Uses of AbstractPreAuthenticatedProcessingFilter in org.springframework.security.web.authentication.preauth.websphere
 

Subclasses of AbstractPreAuthenticatedProcessingFilter in org.springframework.security.web.authentication.preauth.websphere
 class WebSpherePreAuthenticatedProcessingFilter
          This AbstractPreAuthenticatedProcessingFilter implementation is based on WebSphere authentication.
 

Uses of AbstractPreAuthenticatedProcessingFilter in org.springframework.security.web.authentication.preauth.x509
 

Subclasses of AbstractPreAuthenticatedProcessingFilter in org.springframework.security.web.authentication.preauth.x509
 class X509AuthenticationFilter
           
 



Copyright © 2004-2011 SpringSource, Inc. All Rights Reserved.