Ben Alex
|
c8c7c24822
|
SEC-120: Remember-me to delegate to AuthenticationManager so authentication-specific behaviour (such as concurrent user management) can be applied.
|
2006-01-28 01:22:36 +00:00 |
|
Luke Taylor
|
9062b4c352
|
Improved solution to 1.4-compatible IllegalArgumentException with "cause" exception (as suggested on dev list).
|
2006-01-27 18:53:37 +00:00 |
|
Luke Taylor
|
fbe5957c23
|
Add support for ldaps:// urls. (Fix for SEC-146).
|
2006-01-27 18:28:13 +00:00 |
|
Ben Alex
|
82be52cea0
|
SEC-123: Remove exception from no-arg constructor.
|
2006-01-27 05:26:46 +00:00 |
|
Ben Alex
|
ea182f73fe
|
SEC-145: Include nested exception.
|
2006-01-27 05:17:13 +00:00 |
|
Ben Alex
|
2459858f48
|
SEC-132: Refactor out getSessionId() to interface, so different Authentication.getDetails() implementations can be used.
|
2006-01-27 05:10:30 +00:00 |
|
Ben Alex
|
07ed2ca2f0
|
Initial commit.
|
2006-01-27 05:09:57 +00:00 |
|
Ben Alex
|
ab223b8423
|
SEC-156: Use getName() instead of toString() as getName() is always the username whereas toString() contains extra information if the Authentication.getPrincipal() has been converted to a UserDetails.
|
2006-01-27 04:52:46 +00:00 |
|
Ben Alex
|
8f6275ab3e
|
SEC-155: BasicaclEntryCache to provide "remove from cache" support.
|
2006-01-27 04:42:39 +00:00 |
|
Ben Alex
|
449e395181
|
Reformat code.
|
2006-01-27 04:42:15 +00:00 |
|
Ben Alex
|
e675c89e28
|
Remove unused imports.
|
2006-01-27 04:41:32 +00:00 |
|
Ben Alex
|
5e258cc201
|
SEC-161: Truncate everything after ? in URL.
|
2006-01-27 03:30:01 +00:00 |
|
Ben Alex
|
49a917b08d
|
Remove extra dependency on Commons Lang. This dependency is only required by the domain subproject, not the core security project.
|
2006-01-27 03:18:34 +00:00 |
|
Luke Taylor
|
13a0784736
|
Replaced use of Java 1.5 IllegalArgumentException constructor.
|
2006-01-27 01:20:15 +00:00 |
|
Luke Taylor
|
2b0a65983d
|
Removed unused logger.
|
2006-01-26 20:48:49 +00:00 |
|
Luke Taylor
|
f9e043d43a
|
added commons lang dependency
|
2006-01-26 20:02:26 +00:00 |
|
Luke Taylor
|
17b3424b85
|
Javadoc typos.
|
2006-01-26 14:55:13 +00:00 |
|
Ben Alex
|
4024f124b9
|
SEC-154: Support Hibernate/CGLIB modified domain objects.
|
2006-01-26 10:27:32 +00:00 |
|
Ben Alex
|
a7ebe51fc8
|
SEC-135: Additional logging of votes in BasicAclEntryVoter.
|
2006-01-26 10:04:36 +00:00 |
|
Ben Alex
|
f4c1b81a9c
|
SEC-150: Expand exception message.
|
2006-01-26 10:00:59 +00:00 |
|
Ben Alex
|
37802e3748
|
SEC-138: Make exception output to Commons Logging, not system console.
|
2006-01-26 09:36:48 +00:00 |
|
Ben Alex
|
10541fc9db
|
SEC-137: Correct stack overflow with MethodInvocation.createFromClass(Class, Method).
|
2006-01-26 09:28:30 +00:00 |
|
Ben Alex
|
e5c538d1a5
|
SEC-125: Provide hashCode() method for AbstractAuthenticationToken.
|
2006-01-26 09:23:03 +00:00 |
|
Luke Taylor
|
63682a9c5d
|
Javadoc typos.
|
2006-01-25 17:04:58 +00:00 |
|
Luke Taylor
|
fe2f4e4a3b
|
Added setter method to allow connection pooling to be disabled.
|
2006-01-25 17:04:02 +00:00 |
|
Ray Krueger
|
b20c0a674a
|
Fixed NPE see SEC-143
|
2006-01-16 23:56:04 +00:00 |
|
Luke Taylor
|
38629f159a
|
Added default role option to authorities populator.
|
2006-01-13 21:13:53 +00:00 |
|
Luke Taylor
|
63dcdec1b7
|
Corrected more Jalopy screwy formatting.
|
2006-01-06 02:00:41 +00:00 |
|
Luke Taylor
|
22b0e1613c
|
Addition of package.html files. Minor formatting.
|
2006-01-05 19:59:04 +00:00 |
|
Luke Taylor
|
2f53f0e7d7
|
Message string changed to reflect class name changes.
|
2006-01-05 01:11:45 +00:00 |
|
Luke Taylor
|
affa500778
|
Message string changed to reflect class name changes.
|
2006-01-05 01:02:49 +00:00 |
|
Luke Taylor
|
d7ae1ad21b
|
Refactoring to reduce code duplication, remove config files and use JMock to enforce expectations on whether FilterChain proceeds or not.
|
2006-01-05 00:59:10 +00:00 |
|
Luke Taylor
|
0202b47346
|
Switched to using JMock methods for dummy objects.
|
2006-01-04 23:31:34 +00:00 |
|
Luke Taylor
|
4063a87dbf
|
Changed to use parent method for Mock creation rather than new operator.
|
2006-01-04 23:25:40 +00:00 |
|
Luke Taylor
|
f9d0ee209b
|
Changed FilterInvocationDefinitionSourceEditor to complain if the parsed URL or the config attribute is empty or null. Plus some comment tidying.
|
2006-01-04 21:35:10 +00:00 |
|
Luke Taylor
|
56bccf6070
|
Added MessageSource support for LDAP provider classes.
|
2006-01-03 20:31:19 +00:00 |
|
Luke Taylor
|
e81be72bd7
|
Changed test to use tested class rather than interface name. Added test for service detection style URLs.
|
2006-01-01 15:11:54 +00:00 |
|
Carlos Sanchez
|
1dfc42550f
|
Add spring-mock to dependency management
Add ldap dependencies
Simplify spring dependencies
|
2005-12-25 00:21:49 +00:00 |
|
Ben Alex
|
6b1f97a381
|
Resolve compiler warnings.
|
2005-12-24 10:03:18 +00:00 |
|
Carlos Sanchez
|
b0d65259b6
|
Changed groupId to org.acegisecurity
|
2005-12-22 16:40:22 +00:00 |
|
Carlos Sanchez
|
f226dfb67f
|
Use ISO encoding to avoid problems
|
2005-12-22 16:27:44 +00:00 |
|
Carlos Sanchez
|
0c9e1769a4
|
Improved m2 poms
|
2005-12-22 15:54:37 +00:00 |
|
Carlos Sanchez
|
f662ed5890
|
Ignore eclipse project files
|
2005-12-22 13:41:33 +00:00 |
|
Luke Taylor
|
9b5aa159aa
|
Correct screwy formatting.
|
2005-12-22 01:42:27 +00:00 |
|
Luke Taylor
|
3977e3b822
|
Refactored to remove unnecessary null check in createSuccessAuthentication. Removed several legacy references to AuthenticationDao in Javadoc.
|
2005-12-22 01:30:53 +00:00 |
|
Luke Taylor
|
5b076c79d1
|
Changed to use a Set rather than array index to check for the presence of granted authorities as the ordering of the latter couldn't be guaranteed.
|
2005-12-22 01:22:09 +00:00 |
|
Luke Taylor
|
41a95b11cd
|
Corrected wrong package name in Javadoc.
|
2005-12-22 01:18:32 +00:00 |
|
Luke Taylor
|
8f725f7a74
|
Removed no-arg constructor from UsernamePasswordAuthenticationToken.
|
2005-12-22 01:16:16 +00:00 |
|
Luke Taylor
|
c378779610
|
Removed printStackTrace from expected exception.
|
2005-12-22 01:15:25 +00:00 |
|
Luke Taylor
|
09cef7adc2
|
Refactoring to remove encodeInternal method. Same as recent changes to SHA encoder.
|
2005-12-21 16:41:52 +00:00 |
|