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

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

Subclasses of WebAuthenticationDetails in org.springframework.security.web.authentication.preauth
 class PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails
          This WebAuthenticationDetails implementation allows for storing a list of pre-authenticated Granted Authorities.
 



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