Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cxf


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/af717517
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/af717517
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/af717517

Branch: refs/heads/master
Commit: af7175171ade0017e77a8deb17ee90849b9ace1b
Parents: 4bb552c 08068c8
Author: Benson Margulies <ben...@basistech.com>
Authored: Fri Dec 11 11:14:27 2015 -0500
Committer: Benson Margulies <ben...@basistech.com>
Committed: Fri Dec 11 11:14:27 2015 -0500

----------------------------------------------------------------------
 .../oauth2/client/OAuthClientUtils.java         | 11 +--
 .../oauth2/common/ServerAccessToken.java        |  9 +++
 .../oauth2/grants/AbstractGrantHandler.java     | 66 ++++++++--------
 .../grants/code/AbstractCodeDataProvider.java   |  1 +
 .../code/AuthorizationCodeGrantHandler.java     | 38 +++++++--
 .../code/ServerAuthorizationCodeGrant.java      |  9 +++
 .../provider/AbstractOAuthDataProvider.java     |  1 +
 .../oauth2/services/AbstractOAuthService.java   |  9 ++-
 .../oauth2/services/AbstractTokenService.java   | 81 ++++++++++++--------
 .../oauth2/services/AccessTokenService.java     |  3 +-
 .../services/DirectAuthorizationService.java    | 41 ++++++----
 .../services/RedirectionBasedGrantService.java  | 79 ++++++++++---------
 .../oauth2/services/TokenRevocationService.java |  3 +-
 .../oidc/idp/IdTokenResponseFilter.java         |  3 +
 14 files changed, 222 insertions(+), 132 deletions(-)
----------------------------------------------------------------------


Reply via email to