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 class
CrowdVCardProvider
VCard 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 class
LdapVCardProvider
Read-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 class
DefaultVCardProvider
Default implementation of the VCardProvider interface, which reads and writes data from theofVCard
database table.Methods in org.jivesoftware.openfire.vcard that return VCardProvider Modifier and Type Method Description static VCardProvider
VCardManager. getProvider()
Returns the currently-installed VCardProvider.
-