You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by se...@apache.org on 2015/11/17 17:11:43 UTC

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

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/e492a222
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/e492a222
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/e492a222

Branch: refs/heads/master
Commit: e492a22278ef9bbb1c6bb3ea34cfae45fe6c0de7
Parents: 2653e88 08f2cfc
Author: Sergey Beryozkin <sb...@gmail.com>
Authored: Tue Nov 17 16:11:29 2015 +0000
Committer: Sergey Beryozkin <sb...@gmail.com>
Committed: Tue Nov 17 16:11:29 2015 +0000

----------------------------------------------------------------------
 .../ws/security/trust/AbstractSTSClient.java    |   4 +-
 .../cxf/sts/operation/TokenIssueOperation.java  |  10 +-
 .../apache/cxf/sts/request/ReceivedToken.java   |   5 -
 .../cxf/sts/token/realm/JWTRealmCodec.java      |  36 +++
 .../token/validator/jwt/JWTTokenValidator.java  |  56 ++--
 .../sts/operation/IssueJWTClaimsUnitTest.java   |  61 ++--
 .../operation/IssueJWTOnbehalfofUnitTest.java   |  46 +--
 .../sts/operation/IssueJWTRealmUnitTest.java    |  63 +++--
 .../cxf/sts/operation/IssueJWTUnitTest.java     |  16 +-
 .../validator/JWTTokenValidatorRealmTest.java   | 280 +++++++++++++++++++
 .../token/validator/JWTTokenValidatorTest.java  |  23 +-
 .../apache/cxf/systest/sts/jwt/JWTUnitTest.java |  41 ++-
 .../cxf/systest/sts/deployment/cxf-sts.xml      |   3 +
 13 files changed, 514 insertions(+), 130 deletions(-)
----------------------------------------------------------------------