25 Sep, 2013
1 commit
-
…x or in an external Directory store. AME-2291 CR-2319 The CTS expired tokens deletion feature was too slow, this has now been improved. git-svn-id: https://svn.forgerock.org/openam/trunk@6647 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
04 Sep, 2013
1 commit
-
git-svn-id: https://svn.forgerock.org/openam/trunk@6498 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
15 Aug, 2013
2 commits
-
* Removing obsolete code * Moving lockhart to console * Separating out configurator and upgrade tool from openam-core * Moving LDIF files to their correct location * Removing unnecessary files * Fixing component builds after removing openam-locale * Updates based on review comments git-svn-id: https://svn.forgerock.org/openam/trunk@6286 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
-
* Use commons-lang 2 consistently, and remove commons-lang3 * Remove JMQ/JMS dependencies * Removing backport-util-concurrent * Aligning license headers * Moving amadmtools to openam-core for now (it may be extracted in the future, when all the CLI tools have their own modules) * Consolidating POMs git-svn-id: https://svn.forgerock.org/openam/trunk@6284 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
08 Aug, 2013
1 commit
-
This merge also includes changes for: * short reports were always generated when clicking on an actionlink, even though the report isn't actually displayed. * Implementation of OPENAM-1630 SAML2 metadata signatures are now compliant with the specification. Within this change two new realm level option has been introduced: metadataSigningKey metadataSigningKeyPass These will tell OpenAM which private key to use for signing the SAML2 metadata. In case the SAML entity is remote, OpenAM will try to maintain the original XML signature (if present), otherwise it will be signed with the configured key. * Fixing minor bug with configurator in case the system is already upgraded. The problem was that the request for upgrade.htm resulted in a redirect which has been automatically followed, so the final response code was 200, and that confused the configurator. * Fix for OPENAM-2710 * Fix for OPENAM-2064 Dashboard service has been extracted to a separate LDIF file and the schema is now available for all supported data store types. git-svn-id: https://svn.forgerock.org/openam/trunk@6187 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
29 May, 2013
1 commit
-
AME-259: (CR-1751) CTSv2 scale to 2000 sessions/sec Upgraded the Core Token Services to v2 with a more generalised token storage format. This cover all Core Token Service areas including Sessions, SAML Tokens and OAuth Tokens. New LDAP schema is included which fits into the previous schema. Performance testing of implementation finds its performance to be acceptable with the possibility of further tuning later. git-svn-id: https://svn.forgerock.org/openam/trunk@5405 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
21 May, 2013
1 commit
-
git-svn-id: https://svn.forgerock.org/openam/trunk@5311 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
03 May, 2013
1 commit
-
git-svn-id: https://svn.forgerock.org/openam/trunk@5202 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
02 Feb, 2013
1 commit
-
… module had the wrong parent project. git-svn-id: https://svn.forgerock.org/openam/trunk@4184 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
01 Feb, 2013
1 commit
-
… from openam-server-only to openam-locale. A couple of additional changes to fix NPE's and latest XACML3 development. git-svn-id: https://svn.forgerock.org/openam/trunk@4182 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
29 Jan, 2013
1 commit
-
…rketing Road map updates per version naming git-svn-id: https://svn.forgerock.org/openam/trunk@4138 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
12 Dec, 2012
4 commits
-
git-svn-id: https://svn.forgerock.org/openam/trunk@3855 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
-
git-svn-id: https://svn.forgerock.org/openam/trunk@3853 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
-
git-svn-id: https://svn.forgerock.org/openam/trunk@3849 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
-
git-svn-id: https://svn.forgerock.org/openam/trunk@3847 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
11 Dec, 2012
1 commit
-
git-svn-id: https://svn.forgerock.org/openam/trunk@3841 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
18 Nov, 2012
1 commit
-
git-svn-id: https://svn.forgerock.org/openam/trunk@3643 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
16 Nov, 2012
1 commit
-
git-svn-id: https://svn.forgerock.org/openam/trunk@3630 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
09 Nov, 2012
1 commit
-
git-svn-id: https://svn.forgerock.org/openam/trunk@3586 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
07 Nov, 2012
1 commit
-
git-svn-id: https://svn.forgerock.org/openam/trunk@3557 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
05 Nov, 2012
1 commit
-
…for use for SAML2 and OAUTH2 tokens as well. git-svn-id: https://svn.forgerock.org/openam/trunk@3531 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
01 Nov, 2012
1 commit
-
Due to changes to schemata, you need to: * cd openam-shared && mvn clean install * cd openam-schema && mvn clean install and only then can you actually run the full build git-svn-id: https://svn.forgerock.org/openam/trunk@3513 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
16 Oct, 2012
1 commit
-
git-svn-id: https://svn.forgerock.org/openam/trunk@3398 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
15 Sep, 2012
1 commit
-
git-svn-id: https://svn.forgerock.org/openam/trunk@3253 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
14 Sep, 2012
1 commit
-
git-svn-id: https://svn.forgerock.org/openam/trunk@3251 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
11 Sep, 2012
1 commit
-
…today's end of sprint demo. Additional development will continue. git-svn-id: https://svn.forgerock.org/openam/trunk@3195 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
05 Sep, 2012
1 commit
-
git-svn-id: https://svn.forgerock.org/openam/trunk@3127 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d