01 Aug, 2014
1 commit
-
Notice that the welcome page now uses the Maven property ${welcomeDocUrl}. As mentioned in the POM, for a release build we need to set this to http://docs.forgerock.org/en/openig/${project.version} when building the RC. For example: $ mvn -D'welcomeDocUrl=http://docs.forgerock.org/en/openig/${project.version}/' clean package git-svn-id: https://svn.forgerock.org/openig/trunk@436 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
31 Jul, 2014
8 commits
-
… order to add addition "enhanced" getters and setters for fields Reduce the size of the BranchingInputStream API in order to make it easier to understand and refactor: * pushed down closeBranches, isClosed, and getParent into BranchingStreamWrapper since they are private implementation details * fixed Request form decoding to close just the branch it created and not other branches. git-svn-id: https://svn.forgerock.org/openig/trunk@435 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
… order to add addition "enhanced" getters and setters for fields More mechanical changes: add encapsulation for LogMetric and LogEntry. git-svn-id: https://svn.forgerock.org/openig/trunk@434 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
… order to add addition "enhanced" getters and setters for fields More mechanical changes: * add encapsulation for cookies * required equals/hashCode implementations for unit tests. git-svn-id: https://svn.forgerock.org/openig/trunk@433 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
… order to add addition "enhanced" getters and setters for fields * remove FormAttributes since the underlying form can now be lazily created from the getter. git-svn-id: https://svn.forgerock.org/openig/trunk@432 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
… order to add addition "enhanced" getters and setters for fields Rename getThis() to thisMessage() in order to prevent Groovy's Bean introspection from going into a downward spiral when serializing request objects. I was hoping that it would ignore package private methods, but it seems not. git-svn-id: https://svn.forgerock.org/openig/trunk@431 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
… order to add addition "enhanced" getters and setters for fields * perform mechanical changes to encapsulate fields for Message, Request, and Response * added Javadoc for getters and setters * Message no longer extends FieldMap since the expression library leverages the BeanResolver. Remaining non-mechanical changes (e.g. adding enhanced getters/setters) will be performed as separate changes. git-svn-id: https://svn.forgerock.org/openig/trunk@430 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
git-svn-id: https://svn.forgerock.org/openig/trunk@428 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
* Provided a SPI interface to be implemented by modules who want to enrich the supported aliases collection * Provided implementations for all OpenIG's modules (core, saml and oauth2) git-svn-id: https://svn.forgerock.org/openig/trunk@426 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
30 Jul, 2014
6 commits
-
Main entry point is OAuth2ClientFilter Supports: * OAuth 2.0 "authorization code" grant type * automatic token refresh * proactive and reactive authorization for SSO * user initiated login / logout * OpenID Connect Relying Party * OpenID Connect discovery via "well-known configuration" * multiple providers and optional "Nascar" page * session based persistence * CSRF prevention via 160 bit state nonces * manually tested against OpenAM 11 and Google. TODO: * more unit testing * cookie based session management via encrypted JWT tokens * attribute mappings per provider? (TBD) * consider replacing default login/logout URLs with handlers? git-svn-id: https://svn.forgerock.org/openig/trunk@424 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
git-svn-id: https://svn.forgerock.org/openig/trunk@420 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
…ore the plain text password in the configuration file) git-svn-id: https://svn.forgerock.org/openig/trunk@419 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
git-svn-id: https://svn.forgerock.org/openig/trunk@418 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
* Added Base64 encode/decode functions * Added read() function to read from a file * Added readProperties() function to read from a properties file and return a Properties (usable as a Map) git-svn-id: https://svn.forgerock.org/openig/trunk@417 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
* Added read-only support for 'system' -> system properties * Added read-only support for 'env' -> environment variables git-svn-id: https://svn.forgerock.org/openig/trunk@416 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
29 Jul, 2014
7 commits
-
git-svn-id: https://svn.forgerock.org/openig/trunk@410 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
* Uses Duration.duration(String) instead of constructor git-svn-id: https://svn.forgerock.org/openig/trunk@409 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
* Defaults to JKS and SunX509 (respectively) if not specified git-svn-id: https://svn.forgerock.org/openig/trunk@408 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
git-svn-id: https://svn.forgerock.org/openig/trunk@407 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
* Support Socket timeout * Support Connection timeout git-svn-id: https://svn.forgerock.org/openig/trunk@406 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
git-svn-id: https://svn.forgerock.org/openig/trunk@405 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
* Added hostnameVerifier attribute git-svn-id: https://svn.forgerock.org/openig/trunk@404 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
28 Jul, 2014
6 commits
-
git-svn-id: https://svn.forgerock.org/openig/trunk@403 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
* suppress warnings about missing Javadoc * suppress warnings about unused methods: they are actually accessed via reflection. git-svn-id: https://svn.forgerock.org/openig/trunk@402 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
…here a heaplet's configuration parameter is optional. Allow name parameter to be null. If a name is provided then its associated object must exist in the heap. git-svn-id: https://svn.forgerock.org/openig/trunk@401 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
git-svn-id: https://svn.forgerock.org/openig/trunk@400 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
git-svn-id: https://svn.forgerock.org/openig/trunk@399 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
* New configuration attribute options in the HttpClient object * Added a configuration example in the class javadoc * Added an alias git-svn-id: https://svn.forgerock.org/openig/trunk@398 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
25 Jul, 2014
3 commits
-
- Fixed default-config.json - Removed unused aliases from JsonValueUtil.java git-svn-id: https://svn.forgerock.org/openig/trunk@390 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
* as per issue description * included updates to the reference guide. git-svn-id: https://svn.forgerock.org/openig/trunk@389 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
…ince it complicates the configuration model - Deleted now unused files from openig-core. - Removed javax.servlet dependency from openig-core. git-svn-id: https://svn.forgerock.org/openig/trunk@387 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
24 Jul, 2014
2 commits
-
git-svn-id: https://svn.forgerock.org/openig/trunk@384 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
git-svn-id: https://svn.forgerock.org/openig/trunk@381 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
23 Jul, 2014
1 commit
-
* Removed unused imports. git-svn-id: https://svn.forgerock.org/openig/trunk@380 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
21 Jul, 2014
5 commits
-
* Factored out HttpClient configuration from ClientHandler into an HttpClient specific Heaplet * GatewayServlet registers a default HttpClient instance in the heap at startup ** This object (named 'HttpClient') can be overridden in your config.json if needed * ClientHandler changed to use the system provided HttpClient (by default) ** Configuration has drastically changed (you now only specify optionally which HttpClient to use) * Script configuration has been updated like ClientHandler git-svn-id: https://svn.forgerock.org/openig/trunk@379 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
* add unit test for defaultHandler. git-svn-id: https://svn.forgerock.org/openig/trunk@378 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
* unit test for WelcomeHandler. git-svn-id: https://svn.forgerock.org/openig/trunk@377 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
Change review: CR-4050. git-svn-id: https://svn.forgerock.org/openig/trunk@376 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
* added "defaultHandler" option to Router to allow configuration of a default route which should be invoked when no other routes match an incoming request * Change review CR-4050 git-svn-id: https://svn.forgerock.org/openig/trunk@375 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
18 Jul, 2014
1 commit
-
git-svn-id: https://svn.forgerock.org/openig/trunk@374 dbb9e58e-28e6-4ce0-90e8-f11d9605b710