03 Aug, 2014
5 commits
-
* By default, the new Request is kept in the Exchange * If enabled, the original Request is restored in the Exchange git-svn-id: https://svn.forgerock.org/openig/trunk@454 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
* Only read the values if fields attribute is present git-svn-id: https://svn.forgerock.org/openig/trunk@450 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
Minor optimization. git-svn-id: https://svn.forgerock.org/openig/trunk@447 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
* Request.uri is now a MutableUri * Removed UriResolver since it was useless with both this new feature and the BeanResolver git-svn-id: https://svn.forgerock.org/openig/trunk@444 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
… order to add addition "enhanced" getters and setters for fields Provide better APIs for interacting with Message entities. Previously we were stuck with the esoteric BranchingInputStream which makes entities very hard (impossible?) to use in expressions and Groovy. * methods for getting the entity's content as JSON or as a plain String * methods for setting the entity's content to JSON or String data * simplification (I hope) of the branch life-cycle management * make Message closeable, delegating close to the entity and onto the branching input stream, allowing us to avoid alot of null-checking boilerplace. git-svn-id: https://svn.forgerock.org/openig/trunk@443 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
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
5 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
-
…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
6 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
-
* 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
4 commits
-
git-svn-id: https://svn.forgerock.org/openig/trunk@403 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@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
1 commit
-
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
3 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
-
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
3 commits
-
git-svn-id: https://svn.forgerock.org/openig/trunk@374 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
…on files (routes) from a directory * rename configuration option scan-interval to scanInterval in order to align with camel-case naming convention used throughout OpenIG. git-svn-id: https://svn.forgerock.org/openig/trunk@373 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
git-svn-id: https://svn.forgerock.org/openig/trunk@372 dbb9e58e-28e6-4ce0-90e8-f11d9605b710