|
Jive Forums API (5.5.20.2-oracle) Core Javadocs | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Permissions | |
---|---|
com.jivesoftware.base | Base APIs and classes for Jive Software products. |
com.jivesoftware.forum | Core interfaces and classes for Jive Forums. |
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. |
Constructors in com.jivesoftware.base with parameters of type Permissions | |
---|---|
Permissions(Permissions permissions1,
Permissions permissions2)
Creates a new Permission object by combining two permissions objects. |
Uses of Permissions in com.jivesoftware.forum |
---|
Methods in com.jivesoftware.forum that return Permissions | |
---|---|
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. |
|
Jive Forums Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |