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

Class Summary
AbstractPreAuthenticatedProcessingFilter Base class for processing filters that handle pre-authenticated authentication requests.
PreAuthenticatedAuthenticationProvider Processes a pre-authenticated authentication request.
PreAuthenticatedAuthenticationToken Authentication implementation for pre-authenticated authentication.
PreAuthenticatedGrantedAuthoritiesAuthenticationDetails This AuthenticationDetails implementation allows for storing a list of pre-authenticated Granted Authorities.
PreAuthenticatedGrantedAuthoritiesUserDetailsService This AuthenticationUserDetailsService implementation creates a UserDetails object based solely on the information contained in the given PreAuthenticatedAuthenticationToken.
PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails This WebAuthenticationDetails implementation allows for storing a list of pre-authenticated Granted Authorities.
PreAuthenticatedProcessingFilterEntryPoint Deprecated. Use Http403ForbiddenEntryPoint instead.
RequestHeaderAuthenticationFilter A simple pre-authenticated filter which obtains the username from a request header, for use with systems such as CA Siteminder.
 

Exception Summary
PreAuthenticatedCredentialsNotFoundException  
 



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