GitHub user jsamarziya opened a pull request:
https://github.com/apache/cxf/pull/63
JwtBearerGrantHandler extensibility
I'd like to suggest this small change to make JwtBearerGrantHandler a
little more extensible. If we remove the `super` modifier on these internal
calls, then I can subclass JwtBearerGrantHandler and override
`validateSignature()` and `validateClaims()` to change the behavior of those
methods if desired.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jsamarziya/cxf jwtBearerGrantHandler
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cxf/pull/63.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #63
----
commit 2386b5bb27e749bad22d9fd2fb3d257864895ae6
Author: Jeffrey Samarziya <[email protected]>
Date: 2015-04-09T00:54:58Z
removed super qualifier from method calls to allow for extension
commit 752ead6dbfe3674fd741b9a4991eafc08288eb76
Author: Jeffrey Samarziya <[email protected]>
Date: 2015-04-09T17:49:18Z
Merge remote-tracking branch 'upstream/master' into jwtBearerGrantHandler
commit 8d3cf8ffed868ddb076b5361b974b34ca42be2ff
Author: Jeffrey Samarziya <[email protected]>
Date: 2015-04-09T18:07:47Z
filemode permissions fix
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---