Uses of Interface
org.jivesoftware.openfire.group.GroupProvider
-
Packages that use GroupProvider Package Description org.jivesoftware.openfire.crowd org.jivesoftware.openfire.group Groups, which are used to organize users together.org.jivesoftware.openfire.ldap LDAP code for authentication and user profile information. -
-
Uses of GroupProvider in org.jivesoftware.openfire.crowd
Classes in org.jivesoftware.openfire.crowd that implement GroupProvider Modifier and Type Class Description classCrowdGroupProviderAtlassian Crowd implementation of the GroupProvider. -
Uses of GroupProvider in org.jivesoftware.openfire.group
Classes in org.jivesoftware.openfire.group that implement GroupProvider Modifier and Type Class Description classAbstractGroupProviderShared base class for Openfire GroupProvider implementations.classDefaultGroupProviderDatabase implementation of the GroupManager interface.classJDBCGroupProviderThe JDBC group provider allows you to use an external database to define the make up of groups.Methods in org.jivesoftware.openfire.group that return GroupProvider Modifier and Type Method Description GroupProviderGroupManager. getProvider()Returns the configured group provider. -
Uses of GroupProvider in org.jivesoftware.openfire.ldap
Classes in org.jivesoftware.openfire.ldap that implement GroupProvider Modifier and Type Class Description classLdapGroupProviderLDAP implementation of the GroupProvider interface.
-