-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/15417/
-----------------------------------------------------------
(Updated Nov. 19, 2013, 12:41 p.m.)
Review request for shindig.
Changes
-------
Update the javadoc to not allow 'null' return values from
#createSecurityTokenForValidatedRequest()
Bugs: SHINDIG-1950
https://issues.apache.org/jira/browse/SHINDIG-1950
Repository: shindig
Description
-------
Factor out creation of the actual SecurityToken in OAuth2AuthenticationHandler
into a separate method that can be overridden in a child class.
Diffs (updated)
-----
trunk/java/social-api/src/main/java/org/apache/shindig/social/core/oauth2/OAuth2AuthenticationHandler.java
1543384
Diff: https://reviews.apache.org/r/15417/diff/
Testing
-------
Patch used in our application to create a different type of token.
Thanks,
Andreas Kohn