Ben Alex
|
9a4977ebd1
|
SEC-99/428/429/563: Various refactoring of method security metadata support.
|
18 years ago |
Luke Taylor
|
b54e3978dc
|
SEC-729: Organization of pom dependencies, particularly for servlet-api and jstl. Some other adjustments, removal of unrequired deps etc
|
18 years ago |
Luke Taylor
|
1dc80b5665
|
Removed openid from sandbox pom.xml as it's been moved to main project
|
18 years ago |
Ray Krueger
|
718eddadd7
|
Promoting OpenID out of the Sandbox
|
18 years ago |
Ray Krueger
|
b54853b58f
|
No longer used
|
18 years ago |
Ray Krueger
|
f34273a197
|
Added file header
|
18 years ago |
Ray Krueger
|
61c91d1b79
|
SEC-633: Handle null credentials in AbstractAuthenticationToken.equals
Also added a test for the OpenIDAuthenticationToken to reproduce the original error.
|
18 years ago |
Ray Krueger
|
66f73897e6
|
Refactored up an AuthoritiesPopulator and DaoAuthoritiesPopulator from functionality in the cas provider. This interface and impl are well suited for use in the openid provider, and possibly in the sitemesh provider.
|
18 years ago |
Luke Taylor
|
5b9042ae07
|
Removed outdated scm elements from sub poms.
|
18 years ago |
Luke Taylor
|
6f7590eb05
|
Updates to sandbox to allow it to compile against latest core changes.
|
18 years ago |
Ben Alex
|
e2db910b06
|
Moved to /spring-security-core project
|
18 years ago |
Luke Taylor
|
43fc8e2660
|
Added Id keyword for all java files
|
18 years ago |
Luke Taylor
|
3f2b9cd6fb
|
SEC-562: More changes of Acegi name in comments, docs etc.
|
18 years ago |
Luke Taylor
|
acb02246e0
|
Refactored embedded LDAP server tests to make use of new namespace configuration. Use Junit 4 annotations in preference to AbstractDependencyInjectionSpringContextTests so that it is possible to clear up the context after each class is run rather than at JVM shutdown (causes problems with running embedded apache DS).
|
18 years ago |
Luke Taylor
|
5066fc5e39
|
SEC-562: Changed urls for login, logout, switch user etc.
|
19 years ago |
Luke Taylor
|
18c8ba4ac2
|
SEC-562: Changing constants and key names.
|
19 years ago |
Luke Taylor
|
d1c866e477
|
SEC-562: Repackaging of config module in sandbox (currently tests will fail because of assumptions it makes about core that ave been rolled back, so still omitted from build).
|
19 years ago |
Luke Taylor
|
56847d0af6
|
SEC-562: Tidying up module names in pom files.
|
19 years ago |
Luke Taylor
|
d8497a1642
|
SEC-562: Sandbox repackaging.
|
19 years ago |
Luke Taylor
|
e5e4f040a1
|
SEC-562: Sandbox repackaging.
|
19 years ago |
Luke Taylor
|
9d01ace915
|
added spring-dao dependency (for DataAccessException)
|
19 years ago |
Luke Taylor
|
5fe6bfa59b
|
Updated acegi version in pom.xml
|
19 years ago |
Luke Taylor
|
7fbd20fa5f
|
SEC-133: Move portlet module out of sandbox
|
19 years ago |
Luke Taylor
|
f178ca2a39
|
Updated trunk poms to 2.0-SNAPSHOT version
|
19 years ago |
Luke Taylor
|
8d4b97f685
|
Updated poms post-release 1.0.5
|
19 years ago |
Luke Taylor
|
ac30552c42
|
Release 1.0.5 - additional poms
|
19 years ago |
Luke Taylor
|
22ec394ea4
|
Sandbox pom changes to allow build with spring 1.2.9. Commented out 2.0 config module
|
19 years ago |
Luke Taylor
|
cbc74de7c6
|
Removed old LDAP code from sandbox and adjusted dependencies accordingly.
|
19 years ago |
John Lewis
|
8396f04ae6
|
implemented unit tests for portlet support
|
19 years ago |
John Lewis
|
0efdd5d2bf
|
added javadoc package.html files for portlet classes
|
19 years ago |
John Lewis
|
f70cba5d0e
|
added PortletProcessingFilterEntryPoint for accessing servlet resources via portlet authentication
|
19 years ago |
Luke Taylor
|
99cc55b94a
|
Minor code style corrections.
|
19 years ago |
John Lewis
|
e70f01c260
|
minor tweaks to portlet support
|
19 years ago |
Vishal Puri
|
918f7ca008
|
SEC-271: added method authoriztion BeanDefinition parser
|
19 years ago |
Vishal Puri
|
02cf570be7
|
SEC-271: added AuthorizationManagerBeanDefinitionParser
|
19 years ago |
Vishal Puri
|
35c6aea8e8
|
SEC-271: added AuthorizationManagerBeanDefinitionParser
|
19 years ago |
Vishal Puri
|
97a568c078
|
SEC-271: Impemented FilterSecurityInovation parser for 'authorization-http-url' tag
|
19 years ago |
Vishal Puri
|
b1a39fe1d1
|
SEC-271: Impemented FilterSecurityInovation parser for 'authorization-http-url' tag
|
19 years ago |
Vishal Puri
|
c658efbc69
|
SEC-271: added ldap authentication parser
|
19 years ago |
Ray Krueger
|
1dfc2baea2
|
OpenId4Java support
OpenIdAuthenticationProcessingFilter to replace OpenIDLoginInititationServlet
|
19 years ago |
Ray Krueger
|
61d44954ee
|
Changed parent reference to 1.0.5-SNAPSHOT
|
19 years ago |
Vishal Puri
|
e0956920c7
|
SEC-271: copied Bank* unit test and relevant classes to test @Secured annotation as a part of autoconfig tag work
|
19 years ago |
Vishal Puri
|
3cdce8662e
|
SEC-271: added jdk 1.5 support
|
19 years ago |
Vishal Puri
|
b2c30277f4
|
SEC-271: work on security:autoconfig
|
19 years ago |
Vishal Puri
|
6e82a9bdfc
|
SEC-271: Removed unnecessary comments
|
19 years ago |
Vishal Puri
|
4b4807c138
|
SEC-271: Removed unnecessary AuthenticationProcessingFilterDependenciesConfigurer
|
19 years ago |
Vishal Puri
|
207e8b932e
|
SEC-271: implemented auto creation of AuthenticationProcessingFilter and it's dependencies
|
19 years ago |
Vishal Puri
|
23024b20ad
|
SEC-271: Removed AuthenticationRepositoryDependenciesConfigurer as the introspection of applicationcontext for collaborators is implemented in the bean itself
|
19 years ago |
Vishal Puri
|
2987b62893
|
SEC-271: autoconfig work
|
19 years ago |
Vishal Puri
|
1ee2a26e8f
|
SEC-271: removed RemeberMeServicesDependenciesConfigurer as autodetection of dependencies is handled in TokenBasedRememberMeServices
|
19 years ago |