2645 Commits (820e3f57504a7fb8fcc8a74e06a481ab47a10ea2)

Author SHA1 Message Date
Luke Taylor b4bb489638 SEC-1164: Further registering on bean components for tooling and removal of global ids. 17 years ago
Luke Taylor b387d63aba Removing unnecessary global bean names. 17 years ago
Luke Taylor a67448c867 SEC-1216: Remove unused code. 17 years ago
Luke Taylor 229866e293 SEC-1142: Support for session timeout detection. Added namespace support for invalid-session-url 17 years ago
Luke Taylor 0f6642d3ab SEC-1216: Replacement of custom-after-invocation-provider with after-invocation-provider element. Some changes to help prevent proxying of aop infrastructure classes (use of AopInfrastructureBean marker interface) 17 years ago
Luke Taylor eaa0dc4fce typo 17 years ago
Luke Taylor e40b9fbc75 SEC-1196: Introduce AuthenticationManagerDelegator is MethodSecurityInterceptor which is configured by global-method-security. Prevents regression of SEC-933 caused by eager init of AuthenitcationManager and dependent beans 17 years ago
Luke Taylor 997faabe1e SEC-1196: Removed ConfigUtils (no longer used). 17 years ago
Luke Taylor 5953af0f6b SEC-1196: Change use of <authentication-manager> to actually register the global ProviderManager instance. This element now registers the global ProviderManager instance and must contain any authentication-provider elements (or ldap-authentication-provider elements). 17 years ago
Luke Taylor c5d6484b54 SEC-1210: RememberMe filter misses UserDetailsService in default <http /> tag config when it is declared in parent app context. Fixed by getting the UserDetailsServiceInjectionPostProcessor to check ancestor bean factories for a UserDetailsService if one isn't found in the current bean factory. 17 years ago
Luke Taylor 160aa512a1 Remove "infrastructure" type from authentication provider bean. 17 years ago
Luke Taylor 6ae61f95db Minor updates to test XML context implementation. 17 years ago
Luke Taylor a4a0aab66f SEC-1164: Add additional component definitions so that Spring IDE picks them up and doesn;t report missing bean definitions 17 years ago
Luke Taylor 5d5df0c63d Added extra 'manual' security interceptor config 17 years ago
Luke Taylor 3e6054b69f SEC-1211: Rename SessionFixationProtectionFilter to SessionManagementFilter, since it no longer performs session-fixation protection directly, but just executes the AuthenticatedSessionStrategy. 17 years ago
Luke Taylor 609a68b12a SEC-1077: Added DefaultAuthenticatedSessionStrategy test to check that saved request attribute is retained when migrateAttributes is false. 17 years ago
Luke Taylor db90122179 SEC-1211: Create strategy for session handling on successful authentication. Added AuthenticatedSessionStrategy interface and default implementation which encapsulates the functionality that was previously in SessionFixationProtectionFilter and AbstractAuthentictationProcessingFilter. Updated the namespace to make use of these. 17 years ago
Luke Taylor 931cf90dbb SEC-1203: Allow configuration of X509 subject-dn-regex attribute using PropertyPlaceholderConfigurer. Modified parser to use a BeanDefinition for the SubjectPrincipalDnExtractor to allow property subsititution. 17 years ago
Luke Taylor 8b115e2a21 SEC-1167: Added setRequestCache to SavedRequestAwareAuthenticationSuccessHandler and updated namespace parsing to set PortResolver on created HttpRequestCache. 17 years ago
Luke Taylor f404bb3d74 SEC-1167: Introduce more flexible SavedRequest handling. Separated the concept of SavedRequest from SecurityContextHolderAwareFilter since the two are orthogonal requirements. This no longer takes a wrapper class property or uses reflection. SavedRequest functionality is accessed through the RequestCache interface, with the default implementation being HttpSessionRequestCache. A separate filter RequestCacheAwareFilter is now responsible for reconstituting the SavedRequest if it matches the current request. The functionality for matching and returning the wrapper is contained in the RequestCache method though. 17 years ago
Luke Taylor 491837ae34 SEC-1197: Moved support from session-controller-ref from authentication-manager to concurrent-session-control element. Plus refactoring of config classes into separate packages. 17 years ago
Luke Taylor 1afa67c954 SEC-1195: Added internal AuthenticationManager for use by beans which are generated by the <http> block. 17 years ago
Luke Taylor 6346e31517 SEC-1195: Change <http> parsing behaviour to use an internal AuthenticationManager instance. Implemented "parent" AuthenticationManager in ProviderManager which is delegated to when no authentication is returned by the instances list of authentication providers. Extracted the Authentication success/failure publishing into a separate strategy. 17 years ago
Luke Taylor d59bdc0cbc Reducing use of global bean Ids as part of SEC-1186 17 years ago
Luke Taylor 7622dfe092 SEC-1194: Added support for services-alias to remember-me 17 years ago
Luke Taylor d02bbbf560 import cleaning. 17 years ago
Luke Taylor 43dab4c3b3 SEC-1186: Additional changes to remove custom-filter decorator functionality. 17 years ago
Luke Taylor abddcb044a SEC-1186: Remove functionality from CustomFilterBeanDefinitionDecorator and report a warning instead. 17 years ago
Luke Taylor b3366a1646 SEC-1186: Tidying up changes to http parsing 17 years ago
Luke Taylor eae670269d Tidying 17 years ago
Luke Taylor 853b4c8753 SEC-1186: Make sure an Element is always supplied when registering the AuthenticationManager. Fixes broken tests. 17 years ago
Luke Taylor d5bf5d7adc SEC-1186: validator for filter chain beans 17 years ago
Luke Taylor 8ddd96af2b SEC-1186: intermediate commit of namespace changes for improved tooling support 17 years ago
Luke Taylor f6e2e36346 Remove use of property editor internally. 17 years ago
Luke Taylor 074fa7d629 SEC-1186: Refactoring to bring all filter registrations into the HttpBDP parse method in preparation for building the filter chain and map at that point, rather than in a post-processor 17 years ago
Luke Taylor 37d3401d0c SEC-1016: Rollback changes. 17 years ago
Luke Taylor a963be4719 SEC-1095: Register AuthenticationManager from GlobalMethodSecurityBDP. 17 years ago
Luke Taylor 0473cfbfc0 SEC-1137: Added support for an external UserDetailsContextMapper using the attribute user-context-mapper-ref. 17 years ago
Luke Taylor bfa2806034 Add component definition registration for tooling. 17 years ago
Luke Taylor aa511bb1f4 SEC-1175: Changed default anonymous username to match that in the schema docs. 17 years ago
Luke Taylor 66f7e8bcc8 SEC-1168: Added filter-security-metadat-source to namespace. 17 years ago
Luke Taylor 9993a7f6e4 Added newlines to filter list to test use of xsd:token. 17 years ago
Luke Taylor 545550bb0c Made ApacheDS deps optional 17 years ago
Luke Taylor 131ba5c62e Reset poms to 3.0.0.CI-SNAPSHOT after tagging M1 release 17 years ago
Luke Taylor e2c218e8c9 [maven-release-plugin] prepare release spring-security-3.0.0.M1 17 years ago
Luke Taylor 45c54c558c Updated build to use maven.springframework.org deps 17 years ago
Luke Taylor a8215fa2cb SEC-1160: Renaming of authentication filters and entry points and associated doc changes 17 years ago
Luke Taylor 4bad213b19 SEC-1132: Moved remaining preauth code from core to web 17 years ago
Luke Taylor 76561813e9 Fixed config bundlor template 17 years ago
Luke Taylor 76438b3347 SEC-1132: Refactoring of access/intercept package to extract packages and classes which are externally depended on or potentially may be used outside of the standard interceptor model (e.g. SecurityMetadataSource) 17 years ago