Uses of Interface
org.springframework.security.core.session.SessionIdentifierAware

Packages that use SessionIdentifierAware
org.springframework.security.web.authentication Authentication processing mechanisms, which respond to the submission of authentication credentials using various protocols (eg BASIC, CAS, form login etc). 
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 SessionIdentifierAware in org.springframework.security.web.authentication
 

Classes in org.springframework.security.web.authentication that implement SessionIdentifierAware
 class WebAuthenticationDetails
          A holder of selected HTTP details related to a web authentication request.
 

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

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



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