Commit Graph

7854 Commits

Author SHA1 Message Date
Ben Alex 33edeb5a2f Moved to net.sf.acegisecurity.ui 2004-04-02 12:07:24 +00:00
Ben Alex e54ad9b4e8 Reflect new secure object API, which is no longer bound to MethodInvocations. 2004-04-02 12:05:49 +00:00
Ben Alex 3ece12c386 Moved to net.sf.acegisecurity.intercept.method. 2004-04-02 12:03:18 +00:00
Ben Alex 738fd2161d Initial commit. 2004-04-02 12:02:01 +00:00
Ben Alex 6ddc006012 Modify MethodSecurityInterceptor to new location, remove unnecessary comments, add a DAO authentication provider so the MethodSecurityInterceptor can validate Authentication objects presented by the HTTP filter authentication system. 2004-04-02 12:00:29 +00:00
Ben Alex d820f64d59 Now in the etc directory. 2004-04-02 11:58:24 +00:00
Ben Alex c92798536a Modified to report success for HTTP filter-based authentication, not only container adapters. 2004-04-02 11:57:17 +00:00
Ben Alex 8c69eb6abb Modified to support changes to interface. 2004-04-02 11:56:00 +00:00
Ben Alex cfb99d01c9 Build two WARs: one for deployment to containers without container adapters, and one for delpoyment to containers with them. 2004-04-02 11:54:57 +00:00
Ben Alex ef84c78776 Ignore temporary directory. 2004-04-02 11:54:15 +00:00
Ben Alex 862f45e02f Initial commit. 2004-04-02 11:53:20 +00:00
Ben Alex 8a944d3b64 Update MethodSecurityInterceptor location. 2004-04-02 11:52:23 +00:00
Ben Alex 699c3d46ce Refactored into separate tests to support the two Contacts sample application WAR versions. 2004-04-02 11:51:08 +00:00
Ben Alex 18c545d51b Correct usage instructions. 2004-04-02 11:50:53 +00:00
Ben Alex d993486c85 Modifications to support changes to build.xml. 2004-04-02 11:45:01 +00:00
Ben Alex 7d1916eb7a Correct report summarisation, and add support for testing both WAR versions of Contact sample application. 2004-04-02 11:44:19 +00:00
Francois Beausoleil 219dfe2038 * integration-test/build.xml:
Ooops, had left debugging code in the build file.
2004-03-31 17:57:17 +00:00
Ben Alex 4f19f76269 Initial commit. 2004-03-30 04:46:12 +00:00
Ben Alex c224728d79 Changed appContextLocation to use a String (to enable unit testing), fixed logger outputs, improved handling of nulls and empty Strings. 2004-03-30 04:45:39 +00:00
Ben Alex 65314d99e3 Addition of classes to support testing of Resin container adapter outside of actual Resin deployment. 2004-03-30 04:44:09 +00:00
Ben Alex 60ddb6a3c7 Modifications to support changes to Resin container adapter. 2004-03-30 04:42:09 +00:00
Ben Alex 1affe45ced Moved to classes directory to support changes to Resin container adapter. 2004-03-30 04:41:35 +00:00
Ben Alex 734dd387c6 Moved to classes directory. 2004-03-30 04:39:48 +00:00
Ben Alex 6f0f9650a0 Corrected class name of Resin Container Adapter. 2004-03-30 03:58:45 +00:00
Ben Alex b886390a3f Added method to support unit testing, and made class more robust to null conditions. 2004-03-29 13:41:10 +00:00
Ben Alex dd39d747d5 Improved documentation and added methods to facilitate unit testing. 2004-03-29 13:39:30 +00:00
Ben Alex 922461d19a Removed MockPrincipal inner class as MockPrincipal is now a full class. 2004-03-29 13:38:16 +00:00
Ben Alex c220ff583c Initial commit. 2004-03-29 13:36:45 +00:00
Ben Alex 4091550764 Modified JUnit tests use "test" as working directory, in order to pick up HSQLDB database files. 2004-03-29 02:51:44 +00:00
Ben Alex 0a17d65d37 Initial commit. 2004-03-29 02:49:51 +00:00
Ben Alex ea05e0b931 Simplified sub-class usage. Made compatible with changes to User constructor. 2004-03-29 02:48:10 +00:00
Ben Alex b332c3bc03 Modified to ignore case sensitivity, as per the DAO Authentication Provider interface contract. 2004-03-29 02:46:48 +00:00
Ben Alex 01bde16347 Updated to refer to required Tomcat 4 ZIP file. 2004-03-29 00:47:09 +00:00
Ben Alex ec491d8112 Changed to not delete destination directories, as doing so also removes the CVS sub-directory. 2004-03-28 12:46:09 +00:00
Ben Alex 3bd4b20594 Add classes to JBoss and Catalina extractions in order to support new unit tests. 2004-03-28 12:42:37 +00:00
Ben Alex 1b726825fa Changed internals to use list instead of set, to preserve element ordering. 2004-03-28 12:19:13 +00:00
Ben Alex adb1971873 Enhancements to detect errors and faciltiate easier testing. 2004-03-28 12:17:46 +00:00
Ben Alex d59a5da321 Changed to not detect null returns, as the UserMap will now throw the UsernameNotFoundException. 2004-03-28 12:16:44 +00:00
Ben Alex f203979237 Update to be compatible to changes made to User's no-arg constructor. 2004-03-28 12:15:11 +00:00
Ben Alex 489c941101 Improved detection of invalid parameters in constructors. 2004-03-28 12:14:11 +00:00
Ben Alex 3179f5f1e7 Fixed support for lowercase usernames and passwords. 2004-03-28 12:10:23 +00:00
Ben Alex 1573491fbe Changed no-arg constructor to a form more suitable for unit testing. 2004-03-28 12:09:35 +00:00
Ben Alex cab961bfa6 Enhanced equals() method. 2004-03-28 12:08:20 +00:00
Ben Alex cff8894b99 Changed interface to extend Context. This provides interface-level compatibility with objects requiring a Context, rather than requiring implementations to also implement Context. 2004-03-28 12:07:34 +00:00
Ben Alex 71a0faf829 Enhanced error detection at startup time. Changed no-arg constructor to better support unit testing. JavaDoced method. 2004-03-28 12:05:12 +00:00
Ben Alex c5951ff1c0 Changed no-arg constructor to a form more suitable for unit testing. 2004-03-28 12:02:41 +00:00
Ben Alex 68ee9aaabb Enhanced error detection at startup time. Added support for handling null usernames and passwords. 2004-03-28 12:01:51 +00:00
Ben Alex 2e1b4b4ffc Changes to support testing, and enhanced error detection at startup time. 2004-03-28 12:00:21 +00:00
Ben Alex 3fa1534c94 Added license information. 2004-03-28 11:58:37 +00:00
Ben Alex 4b1e738bb5 Minor formatting changes. 2004-03-28 11:57:55 +00:00