Uses of Class
org.jivesoftware.admin.LdapUserTester.PropertyMapping
-
Packages that use LdapUserTester.PropertyMapping Package Description org.jivesoftware.admin Supporting classes and tags for the admin console.org.jivesoftware.openfire.ldap LDAP code for authentication and user profile information. -
-
Uses of LdapUserTester.PropertyMapping in org.jivesoftware.admin
Methods in org.jivesoftware.admin with parameters of type LdapUserTester.PropertyMapping Modifier and Type Method Description static String
LdapUserTester. getPropertyValue(LdapUserTester.PropertyMapping mapping, Attributes attributes)
-
Uses of LdapUserTester.PropertyMapping in org.jivesoftware.openfire.ldap
Methods in org.jivesoftware.openfire.ldap that return LdapUserTester.PropertyMapping Modifier and Type Method Description LdapUserTester.PropertyMapping
LdapManager. getNameField()
Returns the LDAP field name that the user's name is stored in.Methods in org.jivesoftware.openfire.ldap with parameters of type LdapUserTester.PropertyMapping Modifier and Type Method Description void
LdapManager. setNameField(LdapUserTester.PropertyMapping nameField)
Sets the LDAP field name that the user's name is stored in.
-