|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GroupManager | |
---|---|
com.jivesoftware.base | Base APIs and classes for Jive Software products. |
com.jivesoftware.base.database | DB implementation of base interfaces and APIs. |
com.jivesoftware.base.ldap | LDAP user and auth implementations. |
com.jivesoftware.forum | Core interfaces and classes for Jive Forums. |
com.jivesoftware.forum.database | DB implementation of core Jive Forums interfaces. |
com.jivesoftware.forum.proxy | Protection proxies for Jive Forums objects. |
Uses of GroupManager in com.jivesoftware.base |
---|
Subinterfaces of GroupManager in com.jivesoftware.base | |
---|---|
interface |
IntrospectiveGroupManager
Interface that marks which GroupManager features a particular GroupManager implementation supports. |
Classes in com.jivesoftware.base that implement GroupManager | |
---|---|
class |
GroupManagerAdapter
|
class |
GroupManagerProxy
Protection proxy for the GroupManager class. |
Methods in com.jivesoftware.base that return GroupManager | |
---|---|
static GroupManager |
GroupManagerFactory.getInstance()
Returns a concrete instance of the group manager interface. |
Constructors in com.jivesoftware.base with parameters of type GroupManager | |
---|---|
GroupManagerProxy(GroupManager groupManager,
AuthToken auth,
Permissions permissions)
Creates a new GroupManagerProxy. |
Uses of GroupManager in com.jivesoftware.base.database |
---|
Classes in com.jivesoftware.base.database that implement GroupManager | |
---|---|
class |
DbGroupManager
Database implementation of the GroupManager interface. |
Uses of GroupManager in com.jivesoftware.base.ldap |
---|
Classes in com.jivesoftware.base.ldap that implement GroupManager | |
---|---|
class |
LdapGroupManager
|
class |
LdapSearchGroupManager
Manages the LDAP search groups. |
Uses of GroupManager in com.jivesoftware.forum |
---|
Methods in com.jivesoftware.forum that return GroupManager | |
---|---|
abstract GroupManager |
ForumFactory.getGroupManager()
Returns a GroupManager that can be used to manage groups. |
Uses of GroupManager in com.jivesoftware.forum.database |
---|
Fields in com.jivesoftware.forum.database declared as GroupManager | |
---|---|
protected GroupManager |
DbForumFactory.groupManager
|
Methods in com.jivesoftware.forum.database that return GroupManager | |
---|---|
GroupManager |
DbForumFactory.getGroupManager()
|
Uses of GroupManager in com.jivesoftware.forum.proxy |
---|
Methods in com.jivesoftware.forum.proxy that return GroupManager | |
---|---|
GroupManager |
ForumFactoryProxy.getGroupManager()
|
|
Jive Forums Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |