Luke Taylor
9372f6175b
Removed unnecessary braces from annotations
18 years ago
Luke Taylor
adbf18a091
SEC-507: Updated JSR-250 impl to include better support for PermitAll and DenyAll as suggested by Ryan Heaton. Includes JSR-250 voter which is now used by AnnotationDriverbeanDefinitionParser.
18 years ago
Luke Taylor
d695f5002c
SEC-654: Made ConfigAttributeDefinition immutable, added several constructors to simplify its use. Removed MethodDefinitionMapping and FilterInvocationDefinitionMapping.
18 years ago
Luke Taylor
d66b9693ba
SEC-507: Initial support for JSR-250 "RolesAllowed" attributes.
...
Added jsr250 boolean to annotation-driven element to determine whether JSR-250 annotations should be used in preference to the traditional Acegi "Secured" attribute.
18 years ago
Luke Taylor
fad2b597af
Updated SecurityAnotationAttributes to user Spring's AnnotationUtils explicitly since we are now using Spring 2.0+
18 years ago
Luke Taylor
814b2fc7ea
Added Id keyword.
18 years ago
Luke Taylor
0f0bfb149f
Changed test class name to match implementation class.
18 years ago
Luke Taylor
5f1eea42fc
Moved configuration of security interceptors with access and authentication manangers from post processing stage to bean creation stage.
19 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.
19 years ago
Ben Alex
9b6c798a52
SEC-496: <annotation-driven> element.
19 years ago
Luke Taylor
43fc8e2660
Added Id keyword for all java files
19 years ago
Luke Taylor
a122e6bb74
SEC-562: Repackaging core-tiger.
19 years ago
Ben Alex
44cae6b2ee
SEC-274: Correctly handle bridge methods, using AnnotationUtils when on classpath.
20 years ago
Ben Alex
b941577198
SEC-274: Reproduce bug report.
20 years ago
Ben Alex
4fd3693df0
Move to annotation package to avoid jarsigner problems during deployment.
20 years ago
Ben Alex
22183648b3
Resolve imports.
20 years ago
Ben Alex
a6ef43d827
Move to annotation package to avoid jarsigner problems during deployment.
20 years ago
Ben Alex
ab12817b7a
SEC-97: Format Acegi Security source code in accordance with latest Jalopy configuration.
20 years ago
Mark St. Godard
1ca02b6922
Include @Inherited and @Documented to Secured annotation
...
see SEC-148
20 years ago
Ben Alex
dd99fae8e1
Fix error reported on acegisecurity-developer by Samuel Le Berrigaud on 28 November 2005.
21 years ago
Ben Alex
863ba3f0a3
SEC-99: Extra tests to explore generics behaviour.
21 years ago
Ben Alex
6a1a4abb1d
SEC-104: Move to org.acegisecurity package.
21 years ago
Scott McCrory
79c3ba521b
Resolved and/or inhibit build warnings as seen in Eclipse 3.1. Please refer to http://opensource2.atlassian.com/projects/spring/browse/SEC-93 for more info.
21 years ago
Ben Alex
975de1e043
Add .cvsignore files so that empty directories are created in CVS. Remove package.html files that do not belong to a particular package and were simply directory markers.
21 years ago
Mark St. Godard
0a8699003f
Initial checkin of Security Java 5 Annotation support
...
(see http://opensource.atlassian.com/projects/spring/browse/SEC-4 )
Note: I have created a new source dir "core-tiger" for Java 5 related core security classes, as well as test dir.
Note: project.properties should compile this project using 1.5.
WAR test application using Spring 1.2 Transaction Annotations and Security to follow
21 years ago