Uses of Class
org.springframework.security.authentication.AuthenticationDetails

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

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



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