Uses of Interface
org.jivesoftware.openfire.group.GroupProvider
Packages that use GroupProvider
Package
Description
Groups, which are used to organize users together.
LDAP code for authentication and user profile information.
-
Uses of GroupProvider in org.jivesoftware.openfire.crowd
Classes in org.jivesoftware.openfire.crowd that implement GroupProviderModifier and TypeClassDescriptionclassAtlassian Crowd implementation of the GroupProvider. -
Uses of GroupProvider in org.jivesoftware.openfire.group
Classes in org.jivesoftware.openfire.group that implement GroupProviderModifier and TypeClassDescriptionclassShared base class for Openfire GroupProvider implementations.classDatabase implementation of the GroupManager interface.classThe JDBC group provider allows you to use an external database to define the composition of groups.Methods in org.jivesoftware.openfire.group that return GroupProviderModifier and TypeMethodDescriptionGroupManager.getProvider()Returns the configured group provider. -
Uses of GroupProvider in org.jivesoftware.openfire.ldap
Classes in org.jivesoftware.openfire.ldap that implement GroupProviderModifier and TypeClassDescriptionclassLDAP implementation of the GroupProvider interface.