You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by mo...@apache.org on 2020/02/12 03:12:56 UTC

[knox] branch master updated (f9071e0 -> 73c8f84)

This is an automated email from the ASF dual-hosted git repository.

more pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git.


    from f9071e0  KNOX-2231 - Fix KnoxSSO OIDC integration (#262)
     add 73c8f84  KNOX-2214 - Periodic job to evict expired tokens (#257)

No new revisions were added by this update.

Summary of changes:
 .../gateway/config/impl/GatewayConfigImpl.java     | 15 ++++++
 .../token/impl/AliasBasedTokenStateService.java    | 24 ++++++++--
 .../token/impl/DefaultTokenStateService.java       | 54 ++++++++++++++++++++++
 .../token/impl/TokenStateServiceMessages.java      |  9 ++++
 .../token/impl/DefaultTokenStateServiceTest.java   | 42 +++++++++++++++++
 .../apache/knox/gateway/config/GatewayConfig.java  | 12 +++++
 .../org/apache/knox/gateway/GatewayTestConfig.java | 10 ++++
 7 files changed, 163 insertions(+), 3 deletions(-)