Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Interface
com.jivesoftware.base.registration.RegistrationManager

Packages that use RegistrationManager
com.jivesoftware.base.action Base WebWork actions for Jive Software products. 
com.jivesoftware.base.registration   
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.proxy Protection proxies for Jive Forums objects. 
 

Uses of RegistrationManager in com.jivesoftware.base.action
 

Methods in com.jivesoftware.base.action with parameters of type RegistrationManager
 void LoginAction.setRegistrationManager(RegistrationManager registrationManager)
           
 void RegistrationManagerAware.setRegistrationManager(RegistrationManager registrationManager)
           
 

Uses of RegistrationManager in com.jivesoftware.base.registration
 

Classes in com.jivesoftware.base.registration that implement RegistrationManager
 class RegistrationManagerImpl
          Database implementation of the RegistrationManager interface.
 

Methods in com.jivesoftware.base.registration that return RegistrationManager
static RegistrationManager RegistrationManagerImpl.getInstance()
          Provides access to the single RegistrationManager instance
 

Uses of RegistrationManager in com.jivesoftware.forum
 

Methods in com.jivesoftware.forum that return RegistrationManager
abstract  RegistrationManager ForumFactory.getRegistrationManager()
          Returns a validation manager that can be used for validating user accounts
 

Uses of RegistrationManager in com.jivesoftware.forum.action
 

Methods in com.jivesoftware.forum.action with parameters of type RegistrationManager
 void ValidateAction.setRegistrationManager(RegistrationManager registrationManager)
           
 

Uses of RegistrationManager in com.jivesoftware.forum.database
 

Methods in com.jivesoftware.forum.database that return RegistrationManager
 RegistrationManager DbForumFactory.getRegistrationManager()
           
 

Uses of RegistrationManager in com.jivesoftware.forum.proxy
 

Classes in com.jivesoftware.forum.proxy that implement RegistrationManager
 class RegistrationManagerProxy
           
 

Methods in com.jivesoftware.forum.proxy that return RegistrationManager
 RegistrationManager ForumFactoryProxy.getRegistrationManager()
           
 

Constructors in com.jivesoftware.forum.proxy with parameters of type RegistrationManager
RegistrationManagerProxy(RegistrationManager registrationManager, AuthToken authToken, Permissions permissions)
           
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.