Uses of Class
org.jivesoftware.openfire.group.AbstractGroupProvider
Packages that use AbstractGroupProvider
Package
Description
Groups, which are used to organize users together.
LDAP code for authentication and user profile information.
-
Uses of AbstractGroupProvider in org.jivesoftware.openfire.crowd
Subclasses of AbstractGroupProvider in org.jivesoftware.openfire.crowdModifier and TypeClassDescriptionclassAtlassian Crowd implementation of the GroupProvider. -
Uses of AbstractGroupProvider in org.jivesoftware.openfire.group
Subclasses of AbstractGroupProvider in org.jivesoftware.openfire.groupModifier and TypeClassDescriptionclassDatabase implementation of the GroupManager interface.classThe JDBC group provider allows you to use an external database to define the composition of groups. -
Uses of AbstractGroupProvider in org.jivesoftware.openfire.ldap
Subclasses of AbstractGroupProvider in org.jivesoftware.openfire.ldapModifier and TypeClassDescriptionclassLDAP implementation of the GroupProvider interface.