Uses of Class
org.springframework.security.web.authentication.Http403ForbiddenEntryPoint

Packages that use Http403ForbiddenEntryPoint
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. 
 

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

Subclasses of Http403ForbiddenEntryPoint in org.springframework.security.web.authentication.preauth
 class PreAuthenticatedProcessingFilterEntryPoint
          Deprecated. Use Http403ForbiddenEntryPoint instead.
 



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