Spring GemFire客户端身份验证

时间:2017-05-30 17:51:12

标签: spring-data-gemfire

我使用缓存服务器和客户端缓存在 Spring 中实现了一个带有GemFire缓存的集群环境。如何在集群环境中的客户端和服务器之间实现身份验证或任何类型的安全性?

1 个答案:

答案 0 :(得分:1)

@Sonal -

几种不同的方式!看看......

https://github.com/jxblum/contacts-application/blob/apache-geode/security-example/src/test/java/example/app/geode/security/GeodeSecurityIntegrationTests.java

虽然这是为 Apache Geode 编码的,但它同样适用于 Pivotal GemFire 9.x (基于 Apache Geode 1.0.0-孵育)。

您还可以阅读my Spring.io Blog Post,其中明确涵盖了安全性。虽然这与Apache Geode的Spring Data有关,但它同样适用于 Spring Data GemFire 2.0.0 ,它基于 Pivotal GemFire 9.0.x

希望这有帮助!

-John