Geode SecurityManager 实现
Geode SecurityManager implementation
我目前迷失了在 Java / Geode per Implementing Authentication.
中实现 SecurityManager 接口的要求
是否有我可以在 gemfire.properties
中指出的标准实现来处理 security-username
和 security-password
属性?
我把 ExampleSecurityManager java class 保存到 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
开头
一个疯狂的问题。感谢您的评论。
@JensD 再次感谢。我 requested to update the Javadoc but the Custom Security Manager 页面有正确的方法!
应该是org.apache.geode.examples.security.ExampleSecurityManager
我目前迷失了在 Java / Geode per Implementing Authentication.
中实现 SecurityManager 接口的要求是否有我可以在 gemfire.properties
中指出的标准实现来处理 security-username
和 security-password
属性?
我把 ExampleSecurityManager java class 保存到 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
一个疯狂的问题。感谢您的评论。
@JensD 再次感谢。我 requested to update the Javadoc but the Custom Security Manager 页面有正确的方法!
应该是org.apache.geode.examples.security.ExampleSecurityManager