Commit Graph

27 Commits

Author SHA1 Message Date
Luke Taylor 123ad907d1 Altered makeAdapter to use conext classloader getResource() to load files instead of ClassLoader.getSystemResource. Fixes tests when run under Maven. 2004-06-24 19:50:58 +00:00
Ben Alex bc285fce91 Correct issue with unit test under Windows introduced with Linux fix. 2004-06-23 05:49:38 +00:00
Ben Alex 36ad7f3963 Linux compatibility fixes. 2004-06-21 06:04:24 +00:00
Ben Alex 1b24ff5ea8 Refactor DaoAuthenticationProvider cache model. 2004-05-31 04:41:22 +00:00
Ben Alex eaa92cd80a Fixed issue with caching by making AbstractIntegrationFilter (and its subclasses) write the new Authentication object to the well-known location. 2004-04-30 05:16:08 +00:00
Ben Alex e0d57de330 Add DaoAuthenticationProvider caching support. 2004-04-23 05:01:57 +00:00
Ben Alex fa9b872570 Initial CAS support. 2004-04-19 07:34:32 +00:00
Ben Alex 7387c7f231 Remove unnecessary logging statements. 2004-04-11 12:04:25 +00:00
Colin Sampaleanu 6c26e79a0f change AuthenticationProcessingFilter and SecurityEnforcementFilter to use Spring's WebApplicationContextUtils by defualt to find their config context. 2004-04-09 02:44:17 +00:00
Ben Alex 1b1d119836 Modifications consistent with changes to the objects being tested. 2004-04-02 12:20:41 +00:00
Ben Alex aa5a9ca4c3 Correct logging mesage. 2004-04-02 12:10:52 +00:00
Ben Alex 15588123ba Additional import statement. 2004-04-02 12:10:31 +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 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 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 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 fe379d9712 Initial commit. 2004-03-28 11:41:20 +00:00
Ben Alex 6038d56ece Expanded unit test coverage, moving relevant methods to AbstractAdapterAuthenticationTokenTests. 2004-03-28 11:35:35 +00:00
Ben Alex 83b5cb0919 Initial commit. 2004-03-26 12:22:16 +00:00
Ben Alex e61427ec6c Made no arg constructor protected to enable unit test coverage. 2004-03-26 12:17:34 +00:00
Ben Alex c3507b26c9 Change to Apache License version 2.0. 2004-03-23 04:44:48 +00:00
Ben Alex 35fe1e7b73 Initial commit. 2004-03-16 23:57:17 +00:00