You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by lm...@apache.org on 2017/02/05 21:37:25 UTC

[7/7] knox git commit: KNOX-850 - KnoxToken API for Acquiring a Knox Access Token

KNOX-850 - KnoxToken API for Acquiring a Knox Access Token


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

Branch: refs/heads/master
Commit: 47c1f4ac2ec942cad7472f7aa3ef6201b96f1e0b
Parents: 0b161c9 fef119a
Author: Larry McCay <lm...@hortonworks.com>
Authored: Sun Feb 5 16:22:53 2017 -0500
Committer: Larry McCay <lm...@hortonworks.com>
Committed: Sun Feb 5 16:22:53 2017 -0500

----------------------------------------------------------------------
 .../jwt/filter/JWTFederationFilter.java         |  29 +-
 gateway-release/pom.xml                         |   4 +
 gateway-service-knoxtoken/pom.xml               |  67 ++++
 .../service/knoxtoken/TokenResource.java        | 157 ++++++++++
 .../service/knoxtoken/TokenServiceMessages.java |  66 ++++
 .../TokenServiceDeploymentContributor.java      |  55 ++++
 ....gateway.deploy.ServiceDeploymentContributor |  19 ++
 .../knoxsso/TokenServiceResourceTest.java       |  32 ++
 .../hadoop/gateway/shell/AbstractRequest.java   |  22 ++
 .../hadoop/gateway/shell/ClientContext.java     |   7 +-
 .../org/apache/hadoop/gateway/shell/Hadoop.java |  50 ++-
 .../org/apache/hadoop/gateway/shell/KnoxSh.java | 304 +++++++++++++++++++
 .../shell/KnoxTokenCredentialCollector.java     |  82 +++++
 .../hadoop/gateway/shell/knox/token/Get.java    |  57 ++++
 .../hadoop/gateway/shell/knox/token/Token.java  |  29 ++
 ...che.hadoop.gateway.shell.CredentialCollector |   3 +-
 pom.xml                                         |  13 +-
 17 files changed, 963 insertions(+), 33 deletions(-)
----------------------------------------------------------------------