Carlos Sanchez
|
e8de53b87c
|
Add more info about the problem
|
2006-09-06 17:12:17 +00:00 |
Carlos Sanchez
|
6c0ddbfa9d
|
Add WebWork support to handle Acegi exceptions
|
2006-09-06 16:54:18 +00:00 |
Carlos Sanchez
|
881d50e2a6
|
Split sandbox in subprojects
|
2006-09-06 16:37:28 +00:00 |
Carlos Sanchez
|
87c1117b47
|
Remove outdated m1 build
|
2006-09-06 16:36:52 +00:00 |
Carlos Sanchez
|
1554ae4cc6
|
Splitting sandbox in subpojects
|
2006-09-06 16:29:50 +00:00 |
Carlos Sanchez
|
3226a90fcd
|
Split sandbox in subprojects
|
2006-09-06 16:27:39 +00:00 |
Ray Krueger
|
73cea493c6
|
Fixing unit test issues
|
2006-09-06 03:11:13 +00:00 |
Ray Krueger
|
d88adf3f9e
|
Fixed Java 1.3 incompatible IllegalStateException constructor.
Also fixed a potential NPE in getAccessibleField
|
2006-09-06 03:02:29 +00:00 |
Carlos Sanchez
|
3c223fd193
|
Explicitly set source plugin version, 2.0.1 seems to have a problem
|
2006-09-04 22:44:58 +00:00 |
Carlos Sanchez
|
4d070eab25
|
Add setAuthoritiesAsString to UserAttribute
|
2006-09-04 21:54:15 +00:00 |
Luke Taylor
|
000f9ab7ac
|
SEC-321: truncate from first question mark, not last.
|
2006-09-03 22:12:13 +00:00 |
Ben Alex
|
9769394c92
|
Fixes to new ACL implementation. Thanks to Nathan Sarr.
|
2006-08-30 22:15:29 +00:00 |
Ben Alex
|
a33ce2e7f0
|
Add Tapestry.
|
2006-08-30 11:57:10 +00:00 |
Ben Alex
|
e5fd83624d
|
Add Grails.
|
2006-08-30 08:30:26 +00:00 |
Ben Alex
|
265b719a39
|
Add Grails link.
|
2006-08-30 07:50:15 +00:00 |
Luke Taylor
|
557cf75745
|
Moved to branch
|
2006-08-28 22:03:20 +00:00 |
Luke Taylor
|
4e65b24253
|
SEC-245: Add mapPassword method to allow customized translation of password attribute.
|
2006-08-28 20:58:26 +00:00 |
Luke Taylor
|
1149da6137
|
Changed test server details.
|
2006-08-28 20:10:34 +00:00 |
Luke Taylor
|
5b414ddef5
|
Remove duplicate classes.
|
2006-08-25 19:16:41 +00:00 |
Luke Taylor
|
e2a83b6822
|
Changed version of spring-mock to 1.2.7 for consistency.
|
2006-08-25 16:23:27 +00:00 |
Luke Taylor
|
308212febc
|
Moved ppolicy test to correct package.
|
2006-08-25 16:18:58 +00:00 |
Luke Taylor
|
760a858be6
|
An oracle OID specific version of BindAuthenticator which parses password policy OID exception messages.
|
2006-08-25 16:17:12 +00:00 |
Luke Taylor
|
139d8c2f65
|
Experimental UserDetailsManager interface and some ldap implementation classes.
|
2006-08-25 16:14:50 +00:00 |
Luke Taylor
|
1b66467f70
|
Added ldaptemplate, ehcache and spring-mock dependencies.
|
2006-08-25 16:13:44 +00:00 |
Luke Taylor
|
54fb402e60
|
added package for password-policy specific classes and an ldaptemplate compatible context factory.
|
2006-08-25 16:12:26 +00:00 |
Luke Taylor
|
57a8d2adb3
|
Added handleBindException method to allow subclasses to inspect the reason for bind failure.
|
2006-08-25 16:06:20 +00:00 |
Luke Taylor
|
dc13f25dee
|
Tidied up formatting.
|
2006-08-25 16:04:27 +00:00 |
Luke Taylor
|
8dd1177c02
|
Added property to force use of LdapContext instead of DirContext
|
2006-08-25 16:03:50 +00:00 |
Luke Taylor
|
92dcf694b4
|
added createTarget method on Essence class to allow subclassing.
|
2006-08-25 15:32:39 +00:00 |
Luke Taylor
|
b5cbc977e1
|
Javadoc correction
|
2006-08-24 10:56:26 +00:00 |
Luke Taylor
|
3889894d16
|
Added extra mapping of OperationNotSupportedException to BadCredentialsException as some servers return a 53 code (unwilling to perform) when attempting a bind (e.g. is password has expired). This shouldn't be treated as an outright failure.
|
2006-08-24 10:32:38 +00:00 |
Luke Taylor
|
67fcf426eb
|
Close returned context in nameExists method
|
2006-08-24 10:10:24 +00:00 |
Luke Taylor
|
e96fee6ec1
|
Updated apacheds version to RC3 and slf4j to 1.0.1
|
2006-08-24 10:07:39 +00:00 |
Carlos Sanchez
|
27d2db9e22
|
Ensure that array of valid permissions can't be modified outside the class
|
2006-08-22 17:57:18 +00:00 |
Carlos Sanchez
|
38ec0f0d30
|
SEC-286: Reverted rev# 1588 as build fails without log4j (class not found exception)
|
2006-08-22 16:17:46 +00:00 |
Carlos Sanchez
|
69ec903088
|
Add MethodDefinitionSourceMapping for easier configuration
|
2006-08-22 16:02:44 +00:00 |
Carlos Sanchez
|
0298851ca3
|
Allow setting ACLs by its name
|
2006-08-22 16:01:34 +00:00 |
Carlos Sanchez
|
3487da0e85
|
Added javadoc
|
2006-08-22 15:53:41 +00:00 |
Carlos Sanchez
|
773a0d6969
|
Add clirr plugin and build test-jar
|
2006-08-22 15:45:18 +00:00 |
Luke Taylor
|
3498b36c14
|
SEC-285: Removed duplicate commons-lang dependency from pom.xml
|
2006-08-19 20:03:58 +00:00 |
Luke Taylor
|
5de0939b03
|
SEC-334: Incorrect filter name.
|
2006-08-19 19:39:45 +00:00 |
Scott McCrory
|
8d3a2b42d9
|
SEC-319: Improvements to Siteminder integration: Create its own authentication provider & reeval strategy. Note that documentation not yet complete, but code is functional, test-covered and validated in a Siteminder environment.
|
2006-07-27 01:13:46 +00:00 |
Luke Taylor
|
52a167acfa
|
SEC-286: removed log4j dep as it is in the parent pom and tests run fine without it..
|
2006-07-25 23:53:42 +00:00 |
Luke Taylor
|
1f89d153b2
|
SEC-312: wrong chapter number in Chinese book.
|
2006-07-25 23:07:58 +00:00 |
Carlos Sanchez
|
f7cb31a301
|
Fix broken test
|
2006-07-20 18:43:58 +00:00 |
Carlos Sanchez
|
9a337d2fea
|
Removed default constructors added in rev# 1573
|
2006-07-20 13:15:55 +00:00 |
Carlos Sanchez
|
85a67c6b7c
|
Use better repository ids
|
2006-07-18 17:34:27 +00:00 |
Luke Taylor
|
4930657e57
|
Remove typo in method name "getAuthoritiesPopulator"
|
2006-07-16 20:17:20 +00:00 |
Scott McCrory
|
442c51bb30
|
SEC-318: Rename AuthenticationDao to UserDetailsService in local variables and logging messages
|
2006-07-15 15:18:51 +00:00 |
Ray Krueger
|
d485e30fd5
|
SavedCookieTest was renamed to SavedCookieTests
|
2006-07-12 10:33:14 +00:00 |