Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 OPC UA 的新手,我想创建一个需要用户名和密码才能验证用户身份的服务器,这在 Milo OPC 中怎么可能?
示例服务器对此进行了介绍:https://github.com/eclipse/milo/blob/master/milo-examples/server-examples/src/main/java/org/eclipse/milo/examples/server/ExampleServer。爪哇
创建一个UsernameIdentityValidator并将其设置在配置生成器上。
UsernameIdentityValidator