Spring Security Framework

Package org.springframework.security.ui.preauth

Class Summary
AbstractPreAuthenticatedProcessingFilter Base class for processing filters that handle pre-authenticated authentication requests.
PreAuthenticatedGrantedAuthoritiesAuthenticationDetails This AuthenticationDetails implementation allows for storing a list of pre-authenticated Granted Authorities.
PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails This WebAuthenticationDetails implementation allows for storing a list of pre-authenticated Granted Authorities.
PreAuthenticatedProcessingFilterEntryPoint In the pre-authenticated authentication case (unlike CAS, for example) the user will already have been identified through some external mechanism and a secure context established by the time the security-enforcement filter is invoked.
 

Exception Summary
PreAuthenticatedCredentialsNotFoundException  
 


Spring Security Framework

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