Uses of Class
org.jivesoftware.openfire.ldap.LdapManager
Packages that use LdapManager
Package
Description
Supporting classes and tags for the admin console.
LDAP code for authentication and user profile information.
-
Uses of LdapManager in org.jivesoftware.admin
Constructors in org.jivesoftware.admin with parameters of type LdapManagerModifierConstructorDescriptionLdapGroupTester(LdapManager manager) LdapUserTester(LdapManager manager, LdapUserProfile profile) -
Uses of LdapManager in org.jivesoftware.openfire.ldap
Methods in org.jivesoftware.openfire.ldap that return LdapManagerModifier and TypeMethodDescriptionstatic LdapManagerLdapManager.getInstance()Provides singleton access to an instance of the LdapManager class.static LdapManagerLdapManager.getInstance(String name) Provides singleton access to a named instance of the LdapManager class.