Package org.springframework.security.web.authentication.preauth.j2ee

Class Summary
AbstractPreAuthenticatedAuthenticationDetailsSource Base implementation for classes scenarios where the authentication details object is used to store a list of authorities obtained from the context object (such as an HttpServletRequest) passed to AbstractPreAuthenticatedAuthenticationDetailsSource.buildDetails(Object).
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 (.
J2eePreAuthenticatedProcessingFilter This AbstractPreAuthenticatedProcessingFilter implementation is based on the J2EE container-based authentication mechanism.
WebXmlMappableAttributesRetriever This MappableAttributesRetriever implementation reads the list of defined J2EE roles from a web.xml file and returns these from {WebXmlMappableAttributesRetriever.getMappableAttributes().
 



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