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.Methods in org.jivesoftware.openfire.ldap with parameters of type LdapManagerModifier and TypeMethodDescriptionstatic voidLdapManager.setInstance(LdapManager instance) Exposed for test use only