27 Jun, 2014
3 commits
-
Reviewed by Laurent over Skype git-svn-id: https://svn.forgerock.org/openidm/trunk@3474 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
….0 and the groovy-all version otherwise the server doesn't start. git-svn-id: https://svn.forgerock.org/openidm/trunk@3473 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@3472 d98387aa-ee2c-4292-a9e6-504d2a719fd3
26 Jun, 2014
10 commits
-
…s JAVA_TYPE_BYTE_ARRAY return as Base64 content. git-svn-id: https://svn.forgerock.org/openidm/trunk@3470 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
… patch version number. git-svn-id: https://svn.forgerock.org/openidm/trunk@3469 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@3468 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@3467 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
IWAModule-as-a-wrapper for commons IWAModule is no longer needed given the flexible, generic IDMJaspiModuleWrapper and takes care of setting component from queryOnResource without hard-coding Strings. Also applied the tests in IWAModuleTest to IDMJaspiModuleWrapperTest as they were generic and apply to all module-wrapping. git-svn-id: https://svn.forgerock.org/openidm/trunk@3466 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
Do not audit log audit logs over the router. git-svn-id: https://svn.forgerock.org/openidm/trunk@3465 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@3464 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@3463 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@3462 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@3461 d98387aa-ee2c-4292-a9e6-504d2a719fd3
25 Jun, 2014
8 commits
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@3459 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
Remove unused/unimplemented script directory configuration. git-svn-id: https://svn.forgerock.org/openidm/trunk@3458 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@3457 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
…artup issues with the cluster manager and healthservice. git-svn-id: https://svn.forgerock.org/openidm/trunk@3456 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
Reviewed by Laurent over Skype. git-svn-id: https://svn.forgerock.org/openidm/trunk@3454 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@3453 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@3452 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@3451 d98387aa-ee2c-4292-a9e6-504d2a719fd3
24 Jun, 2014
8 commits
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@3449 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
…h affects only managed objects (queryFilter still works for system objects) git-svn-id: https://svn.forgerock.org/openidm/trunk@3448 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@3447 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@3446 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
Used debugger to diagnose differences in encrypted password storage in JDK6 vs JDK7. Found that in JDK6, the encrpyted password is stored as {"$crypto":{"value":{"data":"p2tiUCLFv71KNiEuRJQtyg==","cipher":"AES/CBC/PKCS5Padding","iv":"U0fF/6kKYfjtQQC8/l1c4Q==","key":"openidm-sym-default"},"type":"x-simple-encryption"}} whist in JDK7 it is stored as {"$crypto":{"type":"x-simple-encryption","value":{"data":"p2tiUCLFv71KNiEuRJQtyg==","cipher":"AES/CBC/PKCS5Padding","iv":"U0fF/6kKYfjtQQC8/l1c4Q==","key":"openidm-sym-default"}}} Because key ordering is not predictable, we cannot use endsWith("\"}}") as part of the test. Changed to }} as this matches the "{\"$crypto\":{" startsWith test. git-svn-id: https://svn.forgerock.org/openidm/trunk@3445 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@3443 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@3442 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@3441 d98387aa-ee2c-4292-a9e6-504d2a719fd3
23 Jun, 2014
5 commits
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@3440 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@3439 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
…ace for storing/modifying keystore and keypairs. git-svn-id: https://svn.forgerock.org/openidm/trunk@3437 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
Validate auth parameters if auth is given. 'auth' is JsonValue(null) if not present, not null. Reviewed by Laurent via skype. git-svn-id: https://svn.forgerock.org/openidm/trunk@3436 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
Update the "What's New" section of the release notes to cover major new 3.0 functionality git-svn-id: https://svn.forgerock.org/openidm/trunk@3435 d98387aa-ee2c-4292-a9e6-504d2a719fd3
22 Jun, 2014
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@3434 d98387aa-ee2c-4292-a9e6-504d2a719fd3
20 Jun, 2014
5 commits
-
…n with orientdb impl by throwing an Exception. git-svn-id: https://svn.forgerock.org/openidm/trunk@3433 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@3432 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@3431 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
Retool the way the preliminary security context gets passed to the augmentation script and how the updated context from the script gets repersisted in MessageInfo's context map. Replaces implementation from CR-3752. git-svn-id: https://svn.forgerock.org/openidm/trunk@3430 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@3429 d98387aa-ee2c-4292-a9e6-504d2a719fd3