26 May, 2014

1 commit

  • ResourceLookup changes:
    * instead of always using cache, we are now using an advanced property to
    determine if the lookup results should be cached
    * using ConcurrentHashMap instead of Hashtable
    * now only XMLs are looked up from classpath
    * Cached filenames are no longer verified before returning them to prevent
    extra lookups
    
    git-svn-id: https://svn.forgerock.org/openam/trunk@9062 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
    peter.major
     

24 May, 2014

1 commit


14 May, 2014

1 commit


13 May, 2014

3 commits


02 May, 2014

1 commit


30 Apr, 2014

1 commit


29 Apr, 2014

2 commits


28 Apr, 2014

1 commit


07 Apr, 2014

1 commit


04 Apr, 2014

1 commit


25 Mar, 2014

1 commit


19 Mar, 2014

1 commit


07 Mar, 2014

1 commit


25 Feb, 2014

1 commit


24 Feb, 2014

1 commit


22 Feb, 2014

1 commit


20 Feb, 2014

1 commit


19 Feb, 2014

1 commit


13 Feb, 2014

1 commit


28 Jan, 2014

2 commits


27 Jan, 2014

1 commit


17 Dec, 2013

1 commit

  • Fixed the OpenID Connect prompt parameter actions.
    
    git-svn-id: https://svn.forgerock.org/openam/trunk@7601 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
    jason
     

07 Dec, 2013

1 commit


16 Oct, 2013

1 commit


11 Oct, 2013

1 commit


02 Oct, 2013

1 commit


01 Oct, 2013

1 commit


25 Sep, 2013

1 commit


28 Aug, 2013

1 commit


19 Aug, 2013

1 commit


17 Aug, 2013

1 commit


16 Aug, 2013

1 commit


15 Aug, 2013

1 commit

  • * 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
    peter.major
     

14 Aug, 2013

1 commit


08 Aug, 2013

2 commits

  • * Refactored LDAP module to use DJ SDK failover mechanism
    * Fixed initialization problems with AD
    * Implemented HBCF
    
    git-svn-id: https://svn.forgerock.org/openam/trunk@6188 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
    peter.major
     
  • 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
    peter.major