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   
 

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-2009 SpringSource, Inc. All Rights Reserved.