目前,我无法理解在SecurityManager / Geode中实现实现认证接口的需求。
是否有标准实现可以在gemfire.properties中指向以处理security-username和security-password属性?
我把ExampleSecurityManager java类保存到Geode目录,然后尝试将security-manager属性指向它。
security-manager=org.apache.geode.security.examples.ExampleSecurityManager
如果我在开箱即用的情况下运行Geode,那么定位器就无法从org.apache.geode.security.GemFireSecurityException: Instance could not be obtained, java.lang.ClassNotFoundException: org.apache.geode.security.examples.ExampleSecurityManager开始。
一个疯狂的问题。谢谢你的评论。
https://stackoverflow.com/questions/46548293
复制相似问题