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 TypeClassDescriptionclass
Atlassian Crowd implementation of the GroupProvider. -
Uses of GroupProvider in org.jivesoftware.openfire.group
Classes in org.jivesoftware.openfire.group that implement GroupProviderModifier and TypeClassDescriptionclass
Shared base class for Openfire GroupProvider implementations.class
Database implementation of the GroupManager interface.class
AGroupProvider
that delegates to one or more 'backing' GroupProvider.class
Delegate GroupProvider operations among up to three configurable provider implementation classes.class
The JDBC group provider allows you to use an external database to define the composition of groups.class
AGroupProvider
that 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 GroupProvider
GroupMultiProvider.instantiate
(SystemProperty<Class> implementationProperty) Instantiates a GroupProvider based on Class-based system property.static GroupProvider
GroupMultiProvider.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 TypeClassDescriptionclass
LDAP implementation of the GroupProvider interface.