Clearspace API (2.5.22) Core Javadocs

Uses of Interface
com.jivesoftware.base.AuthToken

Packages that use AuthToken
com.jivesoftware.base Base APIs and classes for Jive Software products. 
com.jivesoftware.community Core interfaces and classes for Clearspace. 
com.jivesoftware.community.action Clearspace WebWork actions. 
com.jivesoftware.community.widget   
 

Uses of AuthToken in com.jivesoftware.base
 

Methods in com.jivesoftware.base with parameters of type AuthToken
 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.
 Permissions UserTemplate.getPermissions(AuthToken authToken)
           
 

Uses of AuthToken in com.jivesoftware.community
 

Methods in com.jivesoftware.community with parameters of type AuthToken
 void CommentManager.approve(Comment comment, AuthToken auth)
           
 Permissions Blog.getPermissions(AuthToken authToken)
          Deprecated. 
 Permissions Document.getPermissions(AuthToken auth)
          Returns the permissions for the document that correspond to the passed-in AuthToken.
 Permissions JiveContainer.getPermissions(AuthToken authToken)
          Deprecated. 
 String DocumentPresenter.getTransformedTemplate(Document document, AuthToken auth, Locale locale)
          Applies the template to a Document and returns the results as a string
 

Uses of AuthToken in com.jivesoftware.community.action
 

Methods in com.jivesoftware.community.action that return AuthToken
 AuthToken JiveActionSupport.getAuthToken()
           
 

Methods in com.jivesoftware.community.action with parameters of type AuthToken
 void JiveActionSupport.setAuthToken(AuthToken token)
          Deprecated. 
 

Uses of AuthToken in com.jivesoftware.community.widget
 

Methods in com.jivesoftware.community.widget that return AuthToken
 AuthToken BaseWidgetContext.getAuthToken()
          Gets the current page user's auth token
 

Constructors in com.jivesoftware.community.widget with parameters of type AuthToken
BaseWidgetContext(User user, AuthToken authToken, HttpServletRequest request, HttpServletResponse response)
          Creates a BaseWidgetContext whose type is WidgetType.COMMUNITY with all the necessary information for a widget author to render their widget.
BaseWidgetContext(WidgetTypeDescriptor type, User user, AuthToken authToken, HttpServletRequest request, HttpServletResponse response, boolean edit)
          Creates a BaseWidgetContext of a given type with all the necessary information for a widget author to render their widget.
CommunityWidgetContext(User user, AuthToken authToken, HttpServletRequest request, HttpServletResponse response, Community community)
          Creates a CommunityWidgetContext with all the necessary information for a widget author to render their widget.
CommunityWidgetContext(User user, AuthToken authToken, HttpServletRequest request, HttpServletResponse response, Community community, boolean edit)
          Creates a CommunityWidgetContext of a given type with all the necessary information for a widget author to render their widget.
HomepageWidgetContext(User user, AuthToken authToken, HttpServletRequest request, HttpServletResponse response)
          Creates a HomepageWidgetContext with all the necessary information for a widget author to render their widget.
HomepageWidgetContext(User user, AuthToken authToken, HttpServletRequest request, HttpServletResponse response, boolean edit)
          Creates a HomepageWidgetContext of a given type with all the necessary information for a widget author to render their widget.
PersonalizedHomepageWidgetContext(User user, AuthToken authToken, HttpServletRequest request, HttpServletResponse response)
          Creates a PersonalizedHomepageWidgetContext with all the necessary information for a widget author to render their widget.
PersonalizedHomepageWidgetContext(User user, AuthToken authToken, HttpServletRequest request, HttpServletResponse response, boolean edit)
          Creates a com.jivesoftware.community.widget.UserProfileWidgetContext of a given type with all the necessary information for a widget author to render their widget.
ProjectWidgetContext(User user, AuthToken authToken, HttpServletRequest request, HttpServletResponse response, Project project)
          Creates a ProjectWidgetContext with all the necessary information for a widget author to render their widget.
ProjectWidgetContext(User user, AuthToken authToken, HttpServletRequest request, HttpServletResponse response, Project project, boolean edit)
          Creates a BlogWidgetContext of a given type with all the necessary information for a widget author to render their widget.
 


Clearspace Project Page

Copyright © 1999-2007 Jive Software.