09 Jun, 2014

9 commits

  • Support class-loading from external java libraries by setting ScriptRegistry
    class loader to org.forgerock.openidm.script.  Currently supported for
    JAVASCRIPT ONLY.
    
    This means that if you package a jar as an OSGi-Fragment attached to 
    org.forgerock.openidm.script, your package files will be "visible" to 
    javascript invocation by the Rhino Engine:
                                                                                 
        <plugin>                                                                 
            <groupId>org.apache.felix</groupId>
            <artifactId>maven-bundle-plugin</artifactId>
            <extensions>true</extensions>
            <configuration>
                <instructions>
                    <Fragment-Host>org.forgerock.openidm.script</Fragment-Host>
                    <Export-Package></Export-Package>
                </instructions>
            </configuration>
        </plugin>           
    
    see also
    https://lists.forgerock.org/pipermail/openidm/2012-January/000408.html
    
    
    
    git-svn-id: https://svn.forgerock.org/openidm/trunk@3351 d98387aa-ee2c-4292-a9e6-504d2a719fd3
    brmiller
     
  • 
    
    git-svn-id: https://svn.forgerock.org/openidm/trunk@3349 d98387aa-ee2c-4292-a9e6-504d2a719fd3
    brmiller
     
  • git-svn-id: https://svn.forgerock.org/openidm/trunk@3348 d98387aa-ee2c-4292-a9e6-504d2a719fd3
    jim.mitchener
     
  • git-svn-id: https://svn.forgerock.org/openidm/trunk@3347 d98387aa-ee2c-4292-a9e6-504d2a719fd3
    cgdrake
     
  • script SNAPSHOTs.
    
    
    
    git-svn-id: https://svn.forgerock.org/openidm/trunk@3346 d98387aa-ee2c-4292-a9e6-504d2a719fd3
    brmiller
     
  • Allow roles property to be an empty list, but mandate that the property must be set (and be a list).
    
    
    git-svn-id: https://svn.forgerock.org/openidm/trunk@3345 d98387aa-ee2c-4292-a9e6-504d2a719fd3
    brmiller
     
  • Support class-loading from external java libraries by setting ScriptRegistry 
    class loader to org.forgerock.openidm.script.  This means that if you package
    a jar as an OSGi-Fragment attached to org.forgerock.openidm.script, your
    package files will be "visible" to javascript invocation by the Rhino Engine:
    
        <plugin>
            <groupId>org.apache.felix</groupId>
            <artifactId>maven-bundle-plugin</artifactId>
            <extensions>true</extensions>
            <configuration>
                <instructions>
                    <Fragment-Host>org.forgerock.openidm.script</Fragment-Host>
                    <Export-Package></Export-Package>
                </instructions>
            </configuration>
        </plugin>
    
    see also
    https://lists.forgerock.org/pipermail/openidm/2012-January/000408.html
    
    
    
    git-svn-id: https://svn.forgerock.org/openidm/trunk@3344 d98387aa-ee2c-4292-a9e6-504d2a719fd3
    brmiller
     
  • Restore authenticationId in access audit log by refactoring SecurityCoontextMapper 
    usage so that it maintains authenticationid in the MessageInfo param map.
    
    
    
    git-svn-id: https://svn.forgerock.org/openidm/trunk@3343 d98387aa-ee2c-4292-a9e6-504d2a719fd3
    brmiller
     
  • git-svn-id: https://svn.forgerock.org/openidm/trunk@3342 d98387aa-ee2c-4292-a9e6-504d2a719fd3
    npvisual
     

08 Jun, 2014

1 commit


06 Jun, 2014

6 commits


05 Jun, 2014

5 commits


04 Jun, 2014

16 commits


03 Jun, 2014

3 commits