【问题标题】:Geode SecurityManager implementationGeode SecurityManager 实现
【发布时间】:2017-10-17 17:18:03
【问题描述】:

我目前对根据Implementing Authentication 在 Java/Geode 中实现 SecurityManager 接口的要求感到迷茫。

我可以在gemfire.properties 中指向处理security-usernamesecurity-password 属性的标准实现吗?

我将ExampleSecurityManager java 类保存到Geode bin 目录,然后尝试将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 开头

一个疯狂的问题。感谢您的评论。

【问题讨论】:

  • 我认为你的类名有阅读障碍 :) 试试org.apache.geode.examples.security.ExampleSecurityManager

标签: gemfire geode


【解决方案1】:

@JensD 再次感谢。我requested 更新JavadocCustom Security Manager 页面有它正确的方式!

应该是org.apache.geode.examples.security.ExampleSecurityManager

【讨论】:

    猜你喜欢
    • 2011-01-31
    • 2022-08-23
    • 2011-10-18
    • 2011-05-14
    • 2014-04-05
    • 1970-01-01
    • 2011-04-18
    • 2014-12-08
    • 1970-01-01
    相关资源
    最近更新 更多