You can see this for the password parameter; the string for the userid parameter has been selected, so you can't see the green text there.
您从password参数中可以看到;userid参数的字符串被选中,这样您无法看见这里的绿色文本。
This assumes that the LDAP entry for each user has an attribute containing a string that can be used for the second userid.
假定每个用户的LDAP条目有一个属性,该属性包含可用于第二个userid的字符串。
When an application's resource authentication setting is set to Application, you can acquire the connections by either getConnection() or getConnection(String userid, String password).
当应用程序的资源认证设置被设置为Application 时,您可以通过getConnection()或 getConnection(String userid, Stringpassword) 来获取连接。
You need to implement the authenticate(String userID) method to validate the user ID based on the access group.
您需要实现authenticate(String userID)方法来根据访问组验证用户ID。
You need to implement the authenticate(String userID) method to validate the user ID based on the access group.
您需要实现authenticate(String userID)方法来根据访问组验证用户ID。
应用推荐