Spring Security Framework

Uses of Interface
org.springframework.security.concurrent.SessionIdentifierAware

Packages that use SessionIdentifierAware
org.springframework.security.ui Authentication processing mechanisms, which respond to the submission of authentication credentials using various protocols (eg BASIC, CAS, form login etc). 
org.springframework.security.ui.preauth   
 

Uses of SessionIdentifierAware in org.springframework.security.ui
 

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

Uses of SessionIdentifierAware in org.springframework.security.ui.preauth
 

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


Spring Security Framework

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