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.classAGroupProviderthat delegates to one or more 'backing' GroupProvider.classDelegate GroupProvider operations among up to three configurable provider implementation classes.classThe JDBC group provider allows you to use an external database to define the composition of groups.classAGroupProviderthat delegates to a group-specific GroupProvider.Methods in org.jivesoftware.openfire.group that return GroupProviderModifier and TypeMethodDescriptionGroupProviderMapper.getGroupProvider(String groupname) Finds a suitable GroupProvider for the group.MappedGroupProvider.getGroupProvider(String groupname) GroupManager.getProvider()Returns the configured group provider.static GroupProviderGroupMultiProvider.instantiate(SystemProperty<Class> implementationProperty) Instantiates a GroupProvider based on Class-based system property.static GroupProviderGroupMultiProvider.instantiate(SystemProperty<Class> implementationProperty, SystemProperty<String> configProperty) Instantiates a GroupProvider based on Class-based system property.Methods in org.jivesoftware.openfire.group that return types with arguments of type GroupProviderModifier and TypeMethodDescriptionGroupProviderMapper.getGroupProviders()Returns all providers that are used by this instance.MappedGroupProvider.getGroupProviders() -
Uses of GroupProvider in org.jivesoftware.openfire.ldap
Classes in org.jivesoftware.openfire.ldap that implement GroupProviderModifier and TypeClassDescriptionclassLDAP implementation of the GroupProvider interface.