Clearspace API (1.7.0) Core Javadocs

Uses of Class
com.jivesoftware.community.Permissions

Packages that use Permissions
com.jivesoftware.base Base APIs and classes for Jive Software products. 
com.jivesoftware.community Core interfaces and classes for Clearspace. 
 

Uses of Permissions in com.jivesoftware.base
 

Methods in com.jivesoftware.base that return Permissions
 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 Permissions in com.jivesoftware.community
 

Methods in com.jivesoftware.community that return Permissions
 Permissions PermissionsManager.getFinalGroupPerms(int objectType, long objectID, long groupID, PermissionType permissionType)
          Returns the Permissions object that corresponds to the permissions that a group has for a particular object.
 Permissions PermissionsManager.getFinalUserPerms(int objectType, long objectID, long userID, PermissionType permissionType)
          Returns the Permissions object that corresponds to the combined permissions that a user has for a particular object: Anonymous and "registered users" permissions.
 Permissions Blog.getPermissions(AuthToken authToken)
          Returns the permissions for the blog that correspond to the passed-in AuthToken.
 Permissions Community.getPermissions(AuthToken authToken)
          Returns the permissions for the community that correspond to the passed-in AuthToken.
 Permissions Document.getPermissions(AuthToken auth)
          Returns the permissions for the document that correspond to the passed-in AuthToken.
 Permissions JiveContext.getPermissions(AuthToken authToken)
          Returns the global permissions that correspond to the passed-in AuthToken.
 

Constructors in com.jivesoftware.community with parameters of type Permissions
Permissions(Permissions permissions1, Permissions permissions2)
          Creates a new Permission object by combining two permissions objects.
 


Clearspace Project Page

Copyright © 1999-2007 Jive Software.