Uses of Package
org.springframework.security.web.authentication.preauth

Packages that use org.springframework.security.web.authentication.preauth
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. 
 

Classes in org.springframework.security.web.authentication.preauth used by org.springframework.security.web.authentication.preauth
AbstractPreAuthenticatedProcessingFilter
          Base class for processing filters that handle pre-authenticated authentication requests, where it is assumed that the principal has already been authenticated by an external system.
 

Classes in org.springframework.security.web.authentication.preauth used by org.springframework.security.web.authentication.preauth.j2ee
AbstractPreAuthenticatedProcessingFilter
          Base class for processing filters that handle pre-authenticated authentication requests, where it is assumed that the principal has already been authenticated by an external system.
 

Classes in org.springframework.security.web.authentication.preauth used by org.springframework.security.web.authentication.preauth.websphere
AbstractPreAuthenticatedProcessingFilter
          Base class for processing filters that handle pre-authenticated authentication requests, where it is assumed that the principal has already been authenticated by an external system.
 

Classes in org.springframework.security.web.authentication.preauth used by org.springframework.security.web.authentication.preauth.x509
AbstractPreAuthenticatedProcessingFilter
          Base class for processing filters that handle pre-authenticated authentication requests, where it is assumed that the principal has already been authenticated by an external system.
 



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