Luke Taylor
514bca669f
SEC-999: Introduced custom SecurityExpressionEvaluationContext which is responsible for lazy initialization of parameter values in the context. Also some further conversion of code using GrantedAuthority arrays.
17 years ago
Luke Taylor
ec44f2bdfe
SEC-1012: Refactoring of use of GrantedAuthority[] to generified collections
17 years ago
Luke Taylor
e891b334e6
SEC-1009: removed additional container adapter specific code
17 years ago
Luke Taylor
09cc58d7ac
SEC-1009: removed additional container adapter specific code
17 years ago
Luke Taylor
3521af4cae
Added missing test class.
17 years ago
Luke Taylor
a7d046357b
SEC-1013: Refactored out use of ConfigAttributeDefinition from remaining interfaces
17 years ago
Luke Taylor
c7abdadc06
SEC-999: Moved caching from AbstractFallbackMethodDefinitionSource to DelegatingMethodDefinitionSource, to allow ExpressionBasedMethodDefinitionSource to take advantage of it. The latter no-longer uses the fallback approach as it requires its own strategy to combine annotations which may be defined at method-on-class, class, method-on-interface or interface level.
17 years ago
Luke Taylor
f2ec8c978a
Moved MethodDefinitionSource to standalone class.
17 years ago
Luke Taylor
f592357c27
SEC-999,SEC-1013: removed ConfigAtributeDefinition from ObjectDefinitionSource and implementations. Modified el-authz to allow methods which use an annotation without explicitly specifying a PreAuthorize condition
17 years ago
Luke Taylor
5174693c64
SEC-999: Expression language based access decision support
...
http://jira.springframework.org/browse/SEC-999 . Added missing test class.
17 years ago
Luke Taylor
4aa32f7d06
SEC-999: First commit of expression-based authorization implementation
17 years ago
Luke Taylor
0dd82cb91a
Temporary addition of spring-el to security source tree until binary is available
17 years ago
Luke Taylor
91c44a47fd
SEC-999: Added spel-annotations to newly created 2.5 schema file.
...
http://jira.springframework.org/browse/SEC-999
17 years ago
Luke Taylor
b031124f61
SEC-991: Removed deprecated getAttributes() method from LdapUserDetails interface
17 years ago
Luke Taylor
b589f78918
SEC-954: Deprecate AbstractMethodDefinitionSource
17 years ago
Luke Taylor
7f35f56f40
Added link to db schema appendix when discussing jdbc provider
17 years ago
Luke Taylor
c947d42146
SEC-1010: Moved TestingAuthenticationProvider and token to main core src tree and updated poms to match
17 years ago
Luke Taylor
6c8a82fa13
Updated poms to Spring 2.5 and fixed up sandbox to work with latest build
17 years ago
Luke Taylor
a62eae4587
Script for running all the sample apps
17 years ago
Luke Taylor
6a7bade049
SEC-1009: Removed adapters from main pom
17 years ago
Luke Taylor
ce93197cda
SEC-1009: Removed chapter on adapters
17 years ago
Luke Taylor
6183b7ec28
SEC-1009: Deleted container adapters
17 years ago
Luke Taylor
6364238aa2
Added id for dependencies faq
17 years ago
Luke Taylor
2d827f87ab
SEC-1000: Updated itest module to 2.5.0
17 years ago
Luke Taylor
e46f47c170
SEC-1001: Delete core tiger module
17 years ago
Luke Taylor
7cc0965383
SEC-1001: Move core tiger code into core and adjust pom files
17 years ago
Luke Taylor
ad4b5c487f
Temporarily store webflow test sample in sandbox
17 years ago
Luke Taylor
48013b2c93
typo
17 years ago
Luke Taylor
03b21494bc
Corrected typo
17 years ago
Luke Taylor
ac54976f9e
Added appendices to end of doc
17 years ago
Scott Battaglia
7594e1ae2f
SEC-984
...
added template method to allow to override the default of retrieving user by username.
17 years ago
Luke Taylor
97381fb448
SEC-974: Made getExceptionMappings() protected.
17 years ago
Carlos Sanchez
af3c77f56f
[SEC-997] Remove unnecessary repository
17 years ago
Luke Taylor
4542f00b14
SEC-975: Namespace security syntax does not interpret properties
...
http://jira.springframework.org/browse/SEC-975 . Changed creation of AccessDeniedHandler to use a BeanDefinition to make sure placeholders work OK.
18 years ago
Luke Taylor
5e4634d216
Minor Javadoc improvement.
18 years ago
Luke Taylor
d291def963
Removed invalid comment.
18 years ago
Luke Taylor
df59cb9dcd
Import cleaning.
18 years ago
Luke Taylor
ef0389ae79
SEC-976: Removed checks for presence of core-tiger classes.
18 years ago
Luke Taylor
5b9bb8ba54
[maven-release-plugin] prepare for next development iteration
18 years ago
Luke Taylor
73eed2656d
[maven-release-plugin] prepare release spring-security-parent-2.0.4
18 years ago
Luke Taylor
f935830cdf
Class index generation files
18 years ago
Luke Taylor
ee04b189b7
Updated schema verisions to 2.0.4
18 years ago
Luke Taylor
8661e17df9
OPEN - issue SEC-960: DN Encoding in LDAPUserDetailsManager.changePassword() causes bind errors
...
http://jira.springframework.org/browse/SEC-960 . Replaced call to toUrl() with toString() to prevent URL encoding when setting up principal name for reconnect() in changePassword() method.
18 years ago
Ben Alex
c45b4e0989
SEC-951: Overcome serialization error caused by BasicLookupStrategy failing to modify AccessControlEntryImpl.acl field to the replacement AclImpl (previously old references to StubAclParent were retained).
18 years ago
Ben Alex
0f8ea229c2
SEC-908: Correct issue with BasePermission static initialization failure.
18 years ago
Luke Taylor
5102be3a59
SEC-971: getter for cookieName in AbstractRememberMeServices
...
http://jira.springframework.org/browse/SEC-971 . Added getCookieName() method.
18 years ago
Luke Taylor
de379dc2ac
Converted literals to classname/interfacename docbook tags for easier indexing
18 years ago
Luke Taylor
09c70bb28e
SEC-970: Corrected link in docbook html banner
18 years ago
Luke Taylor
4e2d6f8b2e
SEC-967: TextUtils.java does not escape ampersand character
...
http://jira.springframework.org/browse/SEC-967 . Added escaping of '&' character
18 years ago
Luke Taylor
d781deffe7
OPEN - issue SEC-966: Consider adding escapeXml attribute to security:authentication
...
http://jira.springframework.org/browse/SEC-966 . Added escaping of rendered text as default.
18 years ago