如何配置明火通过自定义表进行身份验证?

时间:2019-03-06 11:54:47

标签: java xmpp openfire

我的应用程序网站中有两种类型的用户,一种是应用程序,两种用户的详细信息都存储在自己的数据库表中。我想配置“开火”以通过这些表验证用户。我该怎么办?

Openfire.xml看起来像

        some_data = [1,2,3,4,5]

        x = tf.constant(0)
        y = len(some_data)
        c = lambda x: tf.less(x, y)
        b = lambda x: some_data[x] <--- You cannot index like this!

        tf.while_loop(c, b, [x])

我已经在网上搜索了解决方案,但我发现的全部就是如何配置单个表。 预先感谢。

0 个答案:

没有答案