|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UserManager | |
---|---|
com.jivesoftware.base | Base APIs and classes for Jive Software products. |
com.jivesoftware.base.action | Base WebWork actions for Jive Software products. |
com.jivesoftware.base.action.interceptor | XWork interceptors 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.base.stats | Core reporting engine classes and interfaces. |
com.jivesoftware.forum | Core interfaces and classes for Jive Forums. |
com.jivesoftware.forum.action | Jive Forums WebWork actions. |
com.jivesoftware.forum.database | DB implementation of core Jive Forums interfaces. |
com.jivesoftware.forum.interceptor | Filters and rejects content being added to the system. |
com.jivesoftware.forum.proxy | Protection proxies for Jive Forums objects. |
com.jivesoftware.forum.stats | Jive Forums reporting engine. |
com.jivesoftware.forum.watches | |
com.jivesoftware.forum.webservices.action | |
com.jivesoftware.profiles.action |
Uses of UserManager in com.jivesoftware.base |
---|
Subinterfaces of UserManager in com.jivesoftware.base | |
---|---|
interface |
IntrospectiveUserManager
This UserManager subinterface adds the ability to query what optional capabilities are supported in this UserManager implementation. |
Classes in com.jivesoftware.base that implement UserManager | |
---|---|
class |
UserManagerAdapter
UserManagerAdapter is an abstract class implementation of the IntrospectiveUserManager interface. |
class |
UserManagerProxy
Protection proxy for the UserManager class. |
Methods in com.jivesoftware.base that return UserManager | |
---|---|
static UserManager |
UserManagerFactory.getInstance()
Returns a concrete instance of the user manager interface. |
Constructors in com.jivesoftware.base with parameters of type UserManager | |
---|---|
UserManagerProxy(UserManager userManager,
AuthToken auth,
Permissions permissions)
Creates a new UserManagerProxy. |
Uses of UserManager in com.jivesoftware.base.action |
---|
Methods in com.jivesoftware.base.action with parameters of type UserManager | |
---|---|
void |
UserManagerAware.setUserManager(UserManager userManager)
|
Uses of UserManager in com.jivesoftware.base.action.interceptor |
---|
Methods in com.jivesoftware.base.action.interceptor that return UserManager | |
---|---|
protected UserManager |
AdminAuthInterceptor.getUserManager(AuthToken authToken)
|
protected abstract UserManager |
AuthInterceptor.getUserManager(AuthToken authToken)
Returns a UserManager given an authToken. |
Uses of UserManager in com.jivesoftware.base.database |
---|
Classes in com.jivesoftware.base.database that implement UserManager | |
---|---|
class |
DbUserManager
Database implementation of the UserManager interface. |
Uses of UserManager in com.jivesoftware.base.ldap |
---|
Classes in com.jivesoftware.base.ldap that implement UserManager | |
---|---|
class |
LdapUserManager
LDAP connections are made via JNDI using the Sun LDAP provider. |
Uses of UserManager in com.jivesoftware.base.stats |
---|
Methods in com.jivesoftware.base.stats that return UserManager | |
---|---|
protected abstract UserManager |
AbstractReportRunner.getUserManager()
|
Uses of UserManager in com.jivesoftware.forum |
---|
Methods in com.jivesoftware.forum that return UserManager | |
---|---|
abstract UserManager |
ForumFactory.getUserManager()
Returns a UserManager that can be used to manage users. |
Uses of UserManager in com.jivesoftware.forum.action |
---|
Methods in com.jivesoftware.forum.action that return UserManager | |
---|---|
protected UserManager |
ForumAuthInterceptor.getUserManager(AuthToken authToken)
|
Methods in com.jivesoftware.forum.action with parameters of type UserManager | |
---|---|
void |
UserAvatarAction.setUserManager(UserManager userManager)
|
Uses of UserManager in com.jivesoftware.forum.database |
---|
Fields in com.jivesoftware.forum.database declared as UserManager | |
---|---|
protected UserManager |
DbForumFactory.userManager
|
Methods in com.jivesoftware.forum.database that return UserManager | |
---|---|
UserManager |
DbForumFactory.getUserManager()
|
Uses of UserManager in com.jivesoftware.forum.interceptor |
---|
Methods in com.jivesoftware.forum.interceptor that return UserManager | |
---|---|
protected UserManager |
ForumsAdminAuthInterceptor.getUserManager(AuthToken authToken)
Returns a UserManager using the supplied AuthToken . |
Uses of UserManager in com.jivesoftware.forum.proxy |
---|
Methods in com.jivesoftware.forum.proxy that return UserManager | |
---|---|
UserManager |
ForumFactoryProxy.getUserManager()
|
Uses of UserManager in com.jivesoftware.forum.stats |
---|
Methods in com.jivesoftware.forum.stats that return UserManager | |
---|---|
protected UserManager |
ForumsReportRunner.getUserManager()
|
Uses of UserManager in com.jivesoftware.forum.watches |
---|
Methods in com.jivesoftware.forum.watches with parameters of type UserManager | |
---|---|
void |
WatchSettingsManagerImpl.setUserManager(UserManager userManager)
|
Uses of UserManager in com.jivesoftware.forum.webservices.action |
---|
Methods in com.jivesoftware.forum.webservices.action with parameters of type UserManager | |
---|---|
void |
WebServiceSettingsAction.setUserManager(UserManager userManager)
|
Uses of UserManager in com.jivesoftware.profiles.action |
---|
Methods in com.jivesoftware.profiles.action with parameters of type UserManager | |
---|---|
void |
ViewProfile.setUserManager(UserManager um)
|
|
Jive Forums Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |