This is an automated email from the ASF dual-hosted git repository.
jinmeiliao pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.
from ff2f222 don't workound compile error, as the error needs to actually
get fixed
add f07c91c GEODE-7156: add token based authentication support in
management rest… (#4026)
No new revisions were added by this update.
Summary of changes:
.../ManagementRestAuthTokenIntegrationTest.java | 44 ++++++++--------------
.../geode/examples/SimpleSecurityManager.java | 26 ++++++++++++-
.../builder/ClusterManagementServiceBuilder.java | 2 +
.../api/GeodeClusterManagementServiceBuilder.java | 6 +++
.../client/ClusterManagementServiceBuilder.java | 18 +++++++++
.../internal/ClientClusterManagementService.java | 1 +
.../PlainClusterManagementServiceBuilder.java | 20 +++++++++-
.../internal/rest/RequestWithAuthTokenTest.java | 14 +++++--
.../rest/security/RestSecurityConfiguration.java | 19 +++-------
9 files changed, 102 insertions(+), 48 deletions(-)