Uses of Interface
org.jivesoftware.openfire.vcard.VCardProvider
-
Packages that use VCardProvider Package Description org.jivesoftware.openfire.crowd org.jivesoftware.openfire.ldap LDAP code for authentication and user profile information.org.jivesoftware.openfire.vcard -
-
Uses of VCardProvider in org.jivesoftware.openfire.crowd
Classes in org.jivesoftware.openfire.crowd that implement VCardProvider Modifier and Type Class Description classCrowdVCardProviderVCard provider for Crowd. -
Uses of VCardProvider in org.jivesoftware.openfire.ldap
Classes in org.jivesoftware.openfire.ldap that implement VCardProvider Modifier and Type Class Description classLdapVCardProviderRead-only LDAP provider for vCards.Configuration consists of adding a provider: -
Uses of VCardProvider in org.jivesoftware.openfire.vcard
Classes in org.jivesoftware.openfire.vcard that implement VCardProvider Modifier and Type Class Description classDefaultVCardProviderDefault implementation of the VCardProvider interface, which reads and writes data from theofVCarddatabase table.Methods in org.jivesoftware.openfire.vcard that return VCardProvider Modifier and Type Method Description static VCardProviderVCardManager. getProvider()Returns the currently-installed VCardProvider.
-