|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Permissions | |
---|---|
com.jivesoftware.base | Base APIs and classes for Jive Software products. |
com.jivesoftware.base.database | DB implementation of base interfaces and APIs. |
com.jivesoftware.base.ext | Extension implementations of the core APIs. |
com.jivesoftware.base.ldap | LDAP user and auth implementations. |
com.jivesoftware.forum | Core interfaces and classes for Jive Forums. |
com.jivesoftware.forum.ban | |
com.jivesoftware.forum.database | DB implementation of core Jive Forums interfaces. |
com.jivesoftware.forum.gateway | Synchronizes Jive Forums data with external data sources such as NNTP servers. |
com.jivesoftware.forum.proxy | Protection proxies for Jive Forums objects. |
com.jivesoftware.forum.webservices.server |
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 |
GroupAdapter.getPermissions(AuthToken authToken)
|
Permissions |
GroupProxy.getPermissions(AuthToken authToken)
|
Permissions |
MockGroup.getPermissions(AuthToken authToken)
|
Permissions |
MockUser.getPermissions(AuthToken authToken)
|
Permissions |
User.getPermissions(AuthToken authToken)
Returns the permissions for the user that correspond to the passed-in AuthToken. |
Permissions |
UserProxy.getPermissions(AuthToken authToken)
|
Methods in com.jivesoftware.base with parameters of type Permissions | |
---|---|
java.lang.Object |
ProxyFactory.createProxy(java.lang.Object obj,
AuthToken auth,
Permissions perms)
Creates a new proxy for obj using the specified authToken and permissions, or returns null if the user doesn't have permission to read the object. |
Constructors in com.jivesoftware.base with parameters of type Permissions | |
---|---|
GroupIteratorProxy(java.util.Iterator iterator,
AuthToken auth,
Permissions permissions)
Creates a new group iterator proxy. |
|
GroupManagerProxy(GroupManager groupManager,
AuthToken auth,
Permissions permissions)
Creates a new GroupManagerProxy. |
|
GroupProxy(Group group,
AuthToken authToken,
Permissions permissions)
|
|
Permissions(Permissions permissions1,
Permissions permissions2)
Creates a new Permission object by combining two permissions objects. |
|
PresenceManagerProxy(PresenceManager manager,
AuthToken authToken,
Permissions permissions)
|
|
PresenceProxy(Presence presence,
AuthToken authToken,
Permissions permissions)
|
|
RosterProxy(Roster roster,
AuthToken authToken,
Permissions permissions)
|
|
UserGroupIteratorProxy(int type,
java.util.Iterator iterator,
AuthToken auth,
Permissions permissions)
Creates a new iterator proxy. |
|
UserIteratorProxy(java.util.Iterator iterator,
AuthToken auth,
Permissions permissions)
Creates a new user iterator proxy. |
|
UserManagerProxy(UserManager userManager,
AuthToken auth,
Permissions permissions)
Creates a new UserManagerProxy. |
|
UserProxy(User user,
AuthToken authToken,
Permissions permissions)
Create a new UserProxy. |
Uses of Permissions in com.jivesoftware.base.database |
---|
Methods in com.jivesoftware.base.database that return Permissions | |
---|---|
Permissions |
DbPermissionsManager.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 |
DbGroup.getPermissions(AuthToken auth)
|
Permissions |
DbUser.getPermissions(AuthToken auth)
|
Uses of Permissions in com.jivesoftware.base.ext |
---|
Methods in com.jivesoftware.base.ext that return Permissions | |
---|---|
Permissions |
SimpleUserAdapter.getPermissions(AuthToken authToken)
|
Uses of Permissions in com.jivesoftware.base.ldap |
---|
Methods in com.jivesoftware.base.ldap that return Permissions | |
---|---|
Permissions |
LdapGroup.getPermissions(AuthToken auth)
|
Permissions |
LdapSearchGroup.getPermissions(AuthToken authToken)
|
Permissions |
LdapUser.getPermissions(AuthToken authToken)
|
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. |
Uses of Permissions in com.jivesoftware.forum.ban |
---|
Constructors in com.jivesoftware.forum.ban with parameters of type Permissions | |
---|---|
BanManagerProxy(BanManager banManager,
AuthToken authToken,
Permissions permissions)
|
Uses of Permissions in com.jivesoftware.forum.database |
---|
Methods in com.jivesoftware.forum.database that return Permissions | |
---|---|
Permissions |
DbForum.getPermissions(AuthToken authToken)
|
Permissions |
DbForumCategory.getPermissions(AuthToken authToken)
|
Permissions |
DbForumFactory.getPermissions(AuthToken authToken)
|
Uses of Permissions in com.jivesoftware.forum.gateway |
---|
Constructors in com.jivesoftware.forum.gateway with parameters of type Permissions | |
---|---|
GatewayManagerProxy(GatewayManager gatewayManager,
AuthToken auth,
Permissions permissions)
|
Uses of Permissions in com.jivesoftware.forum.proxy |
---|
Fields in com.jivesoftware.forum.proxy declared as Permissions | |
---|---|
protected Permissions |
AttachmentProxy.permissions
|
protected Permissions |
ForumFactoryProxy.permissions
|
protected Permissions |
ForumMessageProxy.permissions
|
protected Permissions |
ForumThreadProxy.permissions
|
protected Permissions |
RenderManagerProxy.permissions
|
protected Permissions |
RewardManagerProxy.permissions
|
Methods in com.jivesoftware.forum.proxy that return Permissions | |
---|---|
Permissions |
ForumCategoryProxy.getPermissions(AuthToken authToken)
|
Permissions |
ForumFactoryProxy.getPermissions(AuthToken authToken)
|
Permissions |
ForumProxy.getPermissions(AuthToken authToken)
|
Permissions |
RenderManagerProxy.getProxyPermissions()
|
Methods in com.jivesoftware.forum.proxy with parameters of type Permissions | |
---|---|
static ForumRenderManager |
ForumRenderManagerProxyFactory.getInstance(JiveRenderManager rManager,
long objectType,
Permissions permissions)
Returns a proxy for the ForumRenderManager interface. |
static RenderManager |
RenderManagerProxyFactory.getInstance(JiveRenderManager rManager,
long objectType,
Permissions permissions)
Returns a proxy for the RenderManager interface. |
Constructors in com.jivesoftware.forum.proxy with parameters of type Permissions | |
---|---|
AnnouncementIteratorProxy(java.util.Iterator iterator,
AuthToken authToken,
Permissions permissions)
|
|
AnnouncementManagerProxy(AnnouncementManager manager,
AuthToken authToken,
Permissions permissions)
Creates a new AnnouncementManager to protect the supplied manager with the specified permissions. |
|
AnnouncementProxy(Announcement announcement,
AuthToken authToken,
Permissions permissions)
Creates a new AnnouncementManager to protect the supplied manager with the specified permissions. |
|
ArchiveManagerProxy(ArchiveManager archiveManager,
AuthToken authToken,
Permissions permissions)
|
|
AttachmentManagerProxy(AttachmentManager attachmentManager,
Permissions permissions)
|
|
AttachmentProxy(Attachment attachment,
ForumMessageProxy message,
AuthToken authToken,
Permissions permissions)
Creates a new AttachmentProxy to protect the supplied attachment with the specified permissions |
|
AvatarIteratorProxy(java.util.Iterator iterator,
AuthToken authToken,
Permissions permissions)
|
|
AvatarManagerProxy(AvatarManager avatarManager,
AuthToken authToken,
Permissions permissions)
|
|
AvatarProxy(Avatar avatar,
AuthToken authToken,
Permissions permissions)
|
|
DraftManagerProxy(DraftManager manager,
AuthToken authToken,
Permissions permissions)
Creates a new ForumMessageDraftManagerProxy object. |
|
ForumCategoryProxy(ForumCategory category,
AuthToken authToken,
Permissions permissions)
Creates a new ForumCategoryProxy object. |
|
ForumFactoryProxy(AuthToken authToken,
ForumFactory factory,
Permissions permissions)
|
|
ForumMessageIteratorProxy(ForumMessageIterator iterator,
AuthToken authToken,
Permissions permissions)
|
|
ForumMessageProxy(ForumMessage message,
AuthToken authToken,
Permissions permissions)
Creates a new ForumMessageProxy to protect the supplied message with the specified permissions |
|
ForumProxy(Forum forum,
AuthToken authToken,
Permissions permissions)
Creates a new ForumProxy object. |
|
ForumRenderManagerProxy(ForumRenderManager manager,
long objectType,
Permissions permissions)
|
|
ForumThreadIteratorProxy(ForumThreadIterator iterator,
AuthToken authToken,
Permissions permissions)
|
|
ForumThreadProxy(ForumThread thread,
AuthToken authToken,
Permissions permissions)
Creates a new proxy. |
|
InterceptorManagerProxy(InterceptorManager interceptorManager,
Permissions permissions)
|
|
PermissionsManagerProxy(int objectType,
long objectID,
Permissions permissions)
|
|
PollManagerProxy(PollManager manager,
AuthToken authToken,
Permissions permissions)
Creates a new PollManagerProxy object. |
|
PollProxy(Poll poll,
Permissions permissions)
Creates a new PollProxy object. |
|
PrivateMessageManagerProxy(PrivateMessageManager manager,
AuthToken authToken,
Permissions permissions)
Creates a new PrivateMessageManagerProxy to protect the supplied message with the specified permissions. |
|
PrivateMessageProxy(PrivateMessage privateMessage,
Permissions permissions)
Creates a new PrivateMessageProxy to protect the supplied message with the specified permissions. |
|
QueryLoggerProxy(QueryLogger queryLogger,
AuthToken auth,
Permissions permissions)
Creates a new QueryLoggerProxy object. |
|
QueryManagerProxy(QueryManager queryManager,
AuthToken auth,
Permissions permissions)
Creates a new QueryManagerProxy object. |
|
RatingManagerProxy(RatingManager ratingManager,
Permissions permissions)
Creates a new RatingManagerProxy object. |
|
ReadTrackerProxy(ReadTracker readTracker,
AuthToken authToken,
Permissions permissions)
Creates a new ForumProxy object. |
|
RegistrationManagerProxy(RegistrationManager registrationManager,
AuthToken authToken,
Permissions permissions)
|
|
RenderManagerProxy(RenderManager manager,
long objectType,
Permissions permissions)
|
|
RewardManagerProxy(RewardManager rewardManager,
AuthToken authToken,
Permissions permissions)
|
|
StatusLevelIteratorProxy(java.util.Iterator iterator,
AuthToken authToken,
Permissions permissions)
|
|
StatusLevelManagerProxy(StatusLevelManager statusLevelManager,
AuthToken authToken,
Permissions permissions)
|
|
StatusLevelProxy(StatusLevel statusLevel,
AuthToken authToken,
Permissions permissions)
|
|
TreeWalkerProxy(TreeWalker treeWalker,
AuthToken authToken,
Permissions permissions)
|
|
WatchManagerProxy(WatchManager manager,
AuthToken authToken,
Permissions permissions)
Creates a new WatchManagerProxy object. |
|
WatchSettingsManagerProxy(WatchSettingsManager manager,
AuthToken authToken,
Permissions permissions)
Creates a new WatchSettingsManagerProxy object. |
Uses of Permissions in com.jivesoftware.forum.webservices.server |
---|
Methods in com.jivesoftware.forum.webservices.server that return Permissions | |
---|---|
protected Permissions |
SystemPropertiesServiceImpl.getPermissions()
|
|
Jive Forums Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |