Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Interface
com.jivesoftware.forum.mail.EmailTokenManager

Packages that use EmailTokenManager
com.jivesoftware.forum.database DB implementation of core Jive Forums interfaces. 
com.jivesoftware.forum.mail   
com.jivesoftware.forum.mail.spi   
 

Uses of EmailTokenManager in com.jivesoftware.forum.database
 

Classes in com.jivesoftware.forum.database that implement EmailTokenManager
 class DbEmailTokenManager
          Implementation of EmailTokenManager which associates random numbers with user ids and stores them in the database.
 

Uses of EmailTokenManager in com.jivesoftware.forum.mail
 

Constructors in com.jivesoftware.forum.mail with parameters of type EmailTokenManager
EmailParserImpl(EmailTokenManager emailTokenManager)
          Sole constructor which takes an EmailTokenManager to read incoming mail tokens.
 

Uses of EmailTokenManager in com.jivesoftware.forum.mail.spi
 

Methods in com.jivesoftware.forum.mail.spi that return EmailTokenManager
 EmailTokenManager DefaultIntegrationProvider.getTokenManager()
           
abstract  EmailTokenManager EmailIntegrationProvider.getTokenManager()
          Returns an EmailTokenManager instance for reading and creating message tokens.
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.