Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Interface
com.jivesoftware.base.action.AuthTokenAware

Packages that use AuthTokenAware
com.jivesoftware.base.action Base WebWork actions for Jive Software products. 
com.jivesoftware.base.action.rss Base RSS helper actions. 
com.jivesoftware.forum.abuse.action   
com.jivesoftware.forum.action Jive Forums WebWork actions. 
com.jivesoftware.forum.action.rss Jive Forums WebWork RSS actions. 
com.jivesoftware.forum.everywhere.action   
com.jivesoftware.forum.moderation.action   
com.jivesoftware.profiles.action   
com.jivesoftware.profiles.action.admin   
 

Uses of AuthTokenAware in com.jivesoftware.base.action
 

Classes in com.jivesoftware.base.action that implement AuthTokenAware
 class JiveActionSupport
          A base action class that handles a set of common Jive code.
 class LogoutAction
          This class is an Action which encapsulates all the logic of a user logout.
 class PluginSettingsAction
           
 

Uses of AuthTokenAware in com.jivesoftware.base.action.rss
 

Classes in com.jivesoftware.base.action.rss that implement AuthTokenAware
 class RSSActionSupport
          A base class for developers to help with RSS actions.
 

Uses of AuthTokenAware in com.jivesoftware.forum.abuse.action
 

Classes in com.jivesoftware.forum.abuse.action that implement AuthTokenAware
 class AbuseAction
           
 

Uses of AuthTokenAware in com.jivesoftware.forum.action
 

Classes in com.jivesoftware.forum.action that implement AuthTokenAware
 class Accountbox
          An action that encapsulates the required logic from the accountbox
 class AddressBookAction
          An action to handle logic of viewing a user's address book.
 class AddressBookAddAction
          An action to handle adding users to the address book.
 class AddressBookRemoveAction
           
 class AddressBookViewAction
          An action to handle logic of viewing a user's address book.
 class AnnounceAction
          An action to load an announcement.
 class AnnounceDeleteAction
          An action to handle deleting of announcements.
 class AnnounceEditAction
           
 class AnnounceExpireAction
          A simple action to handle expiration of announcements.
 class AttachAction
          An action that encapsulates all the logic for posting message attachments as well as deleting them.
 class AttachmentSettingsAction
           
 class AvatarDisplayAction
           
 class AvatarSetActiveAction
          Used to set a user's active avatar.
 class AvatarSettingsAction
           
 class AvatarUploadAction
           
 class AvatarUserDeleteAction
           
 class AvatarUserUploadAction
          This action allows a user to upload an image in order to create an avatar.
 class BranchAction
          An action that encapsulates all the logic for branching parts of a thread into a new thread.
 class Breadcrumbs
          An action that encapsulates the logic used to display breadcrumbs
 class ChangePasswordAction
          An action for changing the current user's password.
 class Click
          An action which logs a search clickthrough and then forwards the user to the message.
 class DeleteAction
          An action that encapsulates all the logic for deleting content.
 class DeletePrivateMessageAction
           
 class DraftsAction
          Provides a listing of available drafts for a particular user.
 class DraftsDeleteAction
           
 class EditAction
          Action for handling logic of editing forum content.
 class EditAttachAction
          Action for editing message attachments.
 class EditRenderFilter
          Handles the editing of the RenderFilter properties
 class EditTagsAction
           
 class EditWatchesAction
          An action that encapsulates all the logic for editing user's watches.
 class EmailResetPasswordToken
          This class is an Action which encapsulates all the logic needed for resetting a user's password.
 class FilterSettings
          Handles the configuration of the editor settings.
 class ForumAction
          This class is a WebWork action which encapsulates all the logic of loading and validating a Forum object.
 class ForumActionSupport
          A base action class that handles a set of common Jive Forums code.
 class ForumCategoryAction
          This class is an Action which encapsulates all the logic of loading a category (or the root category if no category is specified) and its subcategories and forums.
 class ForumThreadAction
          This class is a WebWork action which encapsulates all the logic of loading and validating a ForumThread object.
 class GuestSettingsAction
          An action to adjust guest settings.
 class HelpAction
          A simple action which just lets us wrap the help page with an action.
 class LockThreadAction
          An action that encapsulates all the logic for locking threads.
 class MarkPrivateMessageAction
           
 class MovePrivateMessageAction
           
 class MoveThreadAction
          An action that encapsulates all the logic for moving threads from one forum to another.
 class MyRewardsAction
          A simple action class that allows the view to get a handle on the reward manager (by the call to getForumFactory()).
 class OldEditAction
          Action for handling logic of editing forum content.
 class OldPostAction
          An Action to encapsulate all the logic for posting messages.
 class OnlineAction
          An action that encapsulates all the logic for showing who is online is the forums.
 class ParameterNameDispatchAction
           
 class PollAction
           
 class PollDeleteAction
          An action which handles deleting of a poll.
 class PollEditAction
           
 class PollExpireAction
          A simple action to expire a poll.
 class PollPostAction
          Logic for creating a poll.
 class PollsViewAction
          Class to support viewing multiple polls in a given area (system, category or forum).
 class PollViewAction
          Logic for loading a poll given a poll ID.
 class PollVoteAction
           
 class PostAction
          An Action to encapsulate all the logic for posting messages using the new style single post page (as opposed to additional pages for spell checking, adding attachments, previewing, etc).
 class PostAnnounceAction
          Logic for creating an announcement.
 class PrivateMessageFolderAction
           
 class PrivateMessageFolderAddAction
           
 class PrivateMessageFolderDeleteAction
           
 class PrivateMessageFolderEditAction
           
 class PrivateMessagePostAction
          An action for posting private messages.
 class PrivateMessagesAction
          An action to view the main private messages list.
 class PrivateMessageViewAction
          An action to load a private message given its ID.
 class ProfileRedirectAction
          An action for handling PeopleURLMapping.
 class RatingAddAction
           
 class ReadAction
          An action to take care of marking all topics in a given forum as "read".
 class RecentHistoryAction
          An action to display the recent history for a user.
 class ResetPassword
          This class is an Action which encapsulates all the logic needed for the reset password functionality.
 class RewardsAction
          Modes: 1.
 class RosterAction
          An action that encapsulates all the logic for displaying a user's roster.
 class SearchAction
          An Action to encapsulate all the logic of searching forum content.
 class SpellAction
          An action that encapsulates all the logic for doing spell checks.
 class StatusLevelLeadersAction
          Used to construct status level leaderboards.
 class TagAction
          Displays messages that correspond to a given tag.
 class TagCloudAction
           
 class TagsAction
          Displays a Tag Cloud for all tags in the specified category.
 class UnlockThreadAction
          An action that encapsulates all the logic for unlocking a thread.
 class UserAvatarAction
          Used to display an avatar for a user.
 class UserPicker
          An action to search and pick users based on user account information.
 class UserSearch
          An action to search user account information.
 class UserSettingsAction
          An action for setting users preferences, account settings and password.
 class ValidateAction
           
 class WatchesAction
          An action that encapsulates all the logic for showing a user's watches.
 

Uses of AuthTokenAware in com.jivesoftware.forum.action.rss
 

Classes in com.jivesoftware.forum.action.rss that implement AuthTokenAware
 class RSSAnnouncements
          An RSS action to return a list of announcements from a given forum, category, or the system overall.
 class RSSCommunityStats
          An RSSAction to return basic forum community statistics (number of threads, messages, etc.)
 class RSSForums
          An RSS action to return information about a forum given a list of forums, a category, or list of categories.
 class RSSMainAction
          A simple action which assists with the page which lists all RSS feeds available.
 class RSSMessages
          An RSS action to return a list of messages from a given category, forum, or thread.
 class RSSPopularForums
          A simple action to return the list of popular forums in the system.
 class RSSPopularThreads
          A simple action to return the list of popular threads in a category, forum or the whole system.
 class RSSSearch
          A simple action to return the list of search result messages in a category or the whole system that match a given search query.
 class RSSThreads
          An RSS action to return a list of threads from a given category or forum.
 

Uses of AuthTokenAware in com.jivesoftware.forum.everywhere.action
 

Classes in com.jivesoftware.forum.everywhere.action that implement AuthTokenAware
 class CommunityEverywhereSettings
          Manages Community Everywhere settings.
 

Uses of AuthTokenAware in com.jivesoftware.forum.moderation.action
 

Classes in com.jivesoftware.forum.moderation.action that implement AuthTokenAware
 class AvatarModerationAction
          An admin action to moderate user avatars.
 class BulkModerateAction
          An action to handle forum message moderation.
 class ViewModerateAction
          An action to handle the viewing of moderated messages
 

Uses of AuthTokenAware in com.jivesoftware.profiles.action
 

Classes in com.jivesoftware.profiles.action that implement AuthTokenAware
 class CreateProfile
          Action to create the user profile when the user object is created.
 class EditProfile
           
 class EditProfileAction
          An abstract action that contains all of the logic to create / edit a user profile.
 class ProfileAction
           
 class SearchProfile
          An action responsible for searching, sorting, and displaying expert users.
 class ViewProfile
           
 

Uses of AuthTokenAware in com.jivesoftware.profiles.action.admin
 

Classes in com.jivesoftware.profiles.action.admin that implement AuthTokenAware
 class DeleteProfileFields
           
 class EditProfileField
           
 class EditProfileFieldOptions
           
 class EditUserProfile
          An action for administrators to edit a user profile in the admin console
 class ListProfileFields
           
 class MoveProfileFieldDown
          An action to move a profile field down one index value.
 class MoveProfileFieldUp
          An action to move a profile field up one index value.
 class ProfileFieldWizard
           
 class ProfileFieldWizard2
           
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.