Luke Taylor
aafbb5bb67
[maven-release-plugin] rollback the release of release_2_0_M1
18 years ago
Luke Taylor
425508d70d
[maven-release-plugin] prepare release release_2_0_M1
18 years ago
Luke Taylor
0b1e17f69a
[maven-release-plugin] rollback the release of release_2_0_M1
18 years ago
Luke Taylor
07aa0c6880
[maven-release-plugin] prepare release release_2_0_M1
18 years ago
Luke Taylor
5b9042ae07
Removed outdated scm elements from sub poms.
18 years ago
Luke Taylor
b115f4aa83
Removed unecessary rethrow of AuthenticationException from AbstractSecurityInterceptor and tidied up javadoc etc.
18 years ago
Luke Taylor
7ee049c824
Refactored SwitchUserProcessingFilter to extend SpringSecurityFilter.
18 years ago
Luke Taylor
5f1eea42fc
Moved configuration of security interceptors with access and authentication manangers from post processing stage to bean creation stage.
18 years ago
Luke Taylor
27de29f469
Corrected cut and paste error when parsing jdbc-user-service within AuthenticationProvider BDP.
18 years ago
Luke Taylor
ea8914f9ba
Moved Http post processor bean name to BeanIds class.
18 years ago
Luke Taylor
9d671fbdbf
Deleted original Ldap BD parser.
18 years ago
Luke Taylor
14e68618a5
Make constants class abstract.
18 years ago
Luke Taylor
46285a0ec0
SwitchUserProcessingFilter should come after FilterSecurityInterceptor (See SEC-376).
18 years ago
Luke Taylor
a38ed3cfde
Added check for multiple RememberMeServices beans.
18 years ago
Luke Taylor
debfbe47cf
Improvements to LDAP namespace configuration - splitting "ldap" element into ldap-server and ldap-authentication-provider. Also some minor changes to authentication-provider.
18 years ago
Luke Taylor
cf80292de3
Changes to namespace reinstating authentication-provider element in preference to "repository" to wrap convey that a user-service will be used as to authenticate against. Also introduced separate password-encoder element for use within authentication-provider.
18 years ago
Luke Taylor
70286f1197
Fixed problem caused by maven-2.0.8 change in test classpath. ldif file wasn't being loaded for tests. Default path should be "classpath*:" not "classpath:". (See discussing in Spring's PathMatchingResourcePatternResolver).
18 years ago
Luke Taylor
6e74d925fb
Boosted logging to try to resolve issues on bamboo server.
18 years ago
Luke Taylor
78e376312a
Added logging of working directory location.
18 years ago
Luke Taylor
85b10f79c2
Made servlet-api integration into an attribute of http, rather than a child element since it has no configuration.
18 years ago
Luke Taylor
31c09896ea
Fixed problem with relative name being used in (member={0}) search in DefaultAuthoritiesPopulator.
18 years ago
Luke Taylor
1a171ea316
SEC-595: Introduced loadUserAuthorities method. This can be overridden to allow loading of authorities with the authenticated user's credentials (by setting the security context). The Ldap ContextSource used in the authorities populator would also be configured with a SpringSecurityAuthentcationSource, to make use of the information in the security context.
18 years ago
Ben Alex
fa510b3187
Modify attribute names to use "ref" instead of "id", plus use a hyphen
...
as an attribute value separator rather than a colon. This was changed
for compatibility with other components in the Spring Portfolio. tests
pass.
18 years ago
Luke Taylor
0f12d31d90
Corrected code for choosing entry point in namespace configuration.
18 years ago
Ben Alex
9728f48adf
Convert to using AopNamespaceUtils, to avoid potentially creating
...
duplicate DefaultAdvisorAutoProxyCreator bean instances.
18 years ago
Luke Taylor
82cfa722be
Upgrade Spring-LDAP to 1.2.1 version.
18 years ago
Luke Taylor
ca996de2dc
Added tests for SpringSecurityAuthenticationSource.
18 years ago
Luke Taylor
894c90dadd
Moved AbstractAuthenticationManagerTests into ProviderManager as tested methods have already been moved there (maven wasn't running Abstract* tests but they were actually failing).
18 years ago
Luke Taylor
32038d8b92
Tidying.
18 years ago
Luke Taylor
47dec4e597
Make getters in AbstractRememberMeServices protected rather than public
18 years ago
Luke Taylor
ee31305fd5
Deprecated InitialDirContextFactory
18 years ago
Luke Taylor
5382627d4a
Added property to LdapAuthenticationProvider to allow the credentials to be set either using the submitted password (the default) or the credentials from the loaded UserDetails object (which may be null if the attribute isn't readable).
18 years ago
Luke Taylor
78529f6d28
SEC-620: AuthenticationSource implementation.
18 years ago
Luke Taylor
5e0cb21c8d
SEC-619: Added test class for LdapUserDetailsService. The LdapAuthoritiesPopulator interface and also implementations have been moved to the org.springframework.security.ldap package since they are now used by both the ldap provider and the user service.
18 years ago
Ben Alex
4770c29094
Use hyphens in attribute names, and not Camel Case. This is to maintain
...
consistency with the rest of Spring Portfolio. Camel Case was preserved
for attribute values, consistent with Spring Portfolio usage such as
autowiring modes (byName, byType etc).
18 years ago
Luke Taylor
6ad176ce1a
Tidying.
18 years ago
Luke Taylor
4984024314
SEC-618: Moved copyDetails method down to ProviderManager so that it can be called prior to checking if authentication is allowed by ConcurrentSessionController.
18 years ago
Luke Taylor
b12a4939df
SEC-619: LdapUserDetailsService implementation.
18 years ago
Luke Taylor
a569ff01e2
Tidying.
18 years ago
Luke Taylor
382dc50f3c
SEC-299: Change ConcurrentSessionFilter to delegate to an array of LogoutHandlers rather than invalidating an expired session directly.
18 years ago
Luke Taylor
cb980f12d5
Tidying.
18 years ago
Luke Taylor
628227f5e7
Corrected out of date comment (constructor doesn't create a session). Removed unnecessary default constructor.
18 years ago
Luke Taylor
4b8455c831
Tidying comments.
18 years ago
Luke Taylor
4c6e41af7d
Tidying comments.
18 years ago
Ben Alex
c66a3ba323
@deprecate FilterToBeanProxy in favour of the simpler and Spring Core provided DelegatingFilterProxy.
18 years ago
Luke Taylor
ab23fe56ad
Added log msg for loading of ldif files.
18 years ago
Luke Taylor
a1abcc39d2
SEC-513: Minor work on LDAP UserDetailsManager implementation.
18 years ago
Luke Taylor
e3432c2407
Some changes suggested by Spring LDAP guys to improve template usage.
18 years ago
Luke Taylor
4d133be0d0
Tidying.
18 years ago
Luke Taylor
3ddcc203bf
LdapUserDetailsMapper now throws UnsupportedOperationException for mapUserToContext method as only subclasses of this which implement actual LDAP object classes should be used for writing to a directory.
18 years ago