org.nemesis.forum |
|
Java Source File Name | Type | Comment |
Authorization.java | Interface | Proves that a user has successfully logged in. |
AuthorizationFactory.java | Class | An abstract class that defines a framework for providing authorization
services. |
Forum.java | Interface | A top level container for discussions. |
ForumFactory.java | Class | A ForumFactory provides access to and management of Forums. |
ForumPermissions.java | Class | Defines a set of permissions for objects in the forum system that
users can be granted. |
ForumThread.java | Interface | A ForumThread is a container for a hierarchy of ForumMessages.
Intimately tied to the concept of a ForumThread is a root message. |
Group.java | Interface | Organizes Users into a group for easier permissions management at the
Forum level. |
Message.java | Interface | A ForumMessage encapsulates message data. |
MessageFilter.java | Class | A filter acts as a layer between a forum skin and a real ForumMessage
object. |
ProfileManager.java | Interface | Manages Users and Groups. |
TreeWalker.java | Interface | Allows hierarchical navigation of a Thread. |
User.java | Interface | The User interface provides information about and services for users
of the forum system. |