Uses of Class
org.springframework.security.web.authentication.preauth.j2ee.AbstractPreAuthenticatedAuthenticationDetailsSource

Packages that use AbstractPreAuthenticatedAuthenticationDetailsSource
org.springframework.security.web.authentication.preauth.j2ee   
 

Uses of AbstractPreAuthenticatedAuthenticationDetailsSource in org.springframework.security.web.authentication.preauth.j2ee
 

Subclasses of AbstractPreAuthenticatedAuthenticationDetailsSource in org.springframework.security.web.authentication.preauth.j2ee
 class J2eeBasedPreAuthenticatedWebAuthenticationDetailsSource
          Implementation of AuthenticationDetailsSource which converts the user's J2EE roles (as obtained by calling HttpServletRequest.isUserInRole(String)) into GrantedAuthoritys and stores these in the authentication details object (.
 



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