|
Jive Forums API (5.5.20.2-oracle) Core Javadocs | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthToken | |
---|---|
com.jivesoftware.base | Base APIs and classes for Jive Software products. |
com.jivesoftware.forum | Core interfaces and classes for Jive Forums. |
Uses of AuthToken in com.jivesoftware.base |
---|
Methods in com.jivesoftware.base that return AuthToken | |
---|---|
protected abstract AuthToken |
AuthFactory.createAnonymousAuthToken()
Creates anonymous AuthToken tokens. |
protected AuthToken |
AuthFactory.createAuthToken(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Creates AuthToken tokens based on information from servlet request and response objects. |
protected abstract AuthToken |
AuthFactory.createAuthToken(java.lang.String username,
java.lang.String password)
Creates AuthToken tokens for users. |
protected AuthToken |
AuthFactory.createSessionUserInfo(java.lang.String username,
java.lang.String password,
boolean autoLogin,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Concrete subclasses may wish to override this method to create session info as appropriate. |
static AuthToken |
AuthFactory.getAnonymousAuthToken()
Returns an anonymous user AuthToken. |
static AuthToken |
AuthFactory.getAuthToken(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Returns the AuthToken token associated with the information in a servlet request and response object. |
static AuthToken |
AuthFactory.getAuthToken(java.lang.String username,
java.lang.String password)
Returns the AuthToken token associated with the specified username and password. |
static AuthToken |
AuthFactory.loginUser(java.lang.String username,
java.lang.String password,
boolean autoLogin,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This method is a method for logging a user in and creating the appropriate session variables and/or cookies to keep state. |
Methods in com.jivesoftware.base with parameters of type AuthToken | |
---|---|
protected void |
AuthFactory.checkAuthorization(AuthToken authToken,
javax.servlet.http.HttpServletRequest request)
Checks if the specified AuthToken is authorized. |
static void |
AuthFactory.checkIfBanned(AuthToken authToken,
javax.servlet.http.HttpServletRequest request)
This will check to see if user is banned. |
Permissions |
Group.getPermissions(AuthToken authToken)
Returns the permissions for the group that correspond to the passed-in AuthToken. |
Permissions |
User.getPermissions(AuthToken authToken)
Returns the permissions for the user that correspond to the passed-in AuthToken. |
Uses of AuthToken in com.jivesoftware.forum |
---|
Methods in com.jivesoftware.forum with parameters of type AuthToken | |
---|---|
static ForumFactory |
ForumFactory.getInstance(AuthToken authToken)
Returns a concrete ForumFactory instance. |
static QueryLogger |
QueryLoggerFactory.getInstance(AuthToken authToken)
Returns a concrete instance of the query logger interface wrapped by a protection proxy. |
static RatingManager |
RatingManagerFactory.getInstance(AuthToken authToken)
Returns a concrete instance of the rating manager interface wrapped by a protection proxy. |
Permissions |
Forum.getPermissions(AuthToken authToken)
Returns the permissions for the forum that correspond to the passed-in AuthToken. |
Permissions |
ForumCategory.getPermissions(AuthToken authToken)
Returns the permissions for the category that correspond to the passed-in AuthToken. |
abstract Permissions |
ForumFactory.getPermissions(AuthToken authToken)
Returns the permissions for the factory that correspond to the passed-in Authorization. |
void |
ForumMessage.setModerationValue(int value,
AuthToken authToken)
Sets the number of moderation points this message has. |
void |
ForumThread.setModerationValue(int value,
AuthToken authToken)
Sets the number of moderation points this thread has. |
|
Jive Forums Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |