org.jivesoftware.openfire.pubsub.models |
Defines policies that define who is allowed to subscribe and retrieve items or policies that
define who is allowed to publish items to nodes. (JEP-0060).
|
Java Source File Name | Type | Comment |
AccessModel.java | Class | Policy that defines who is allowed to subscribe and retrieve items. |
AuthorizeAccess.java | Class | Subscription requests must be approved and only subscribers may retrieve items. |
OnlyPublishers.java | Class | Publishers and owners may publish items to the node. |
OnlySubscribers.java | Class | Subscribers, publishers and owners may publish items to the node. |
OpenAccess.java | Class | Anyone may subscribe and retrieve items. |
OpenPublisher.java | Class | Anyone may publish items to the node. |
PresenceAccess.java | Class | Anyone with a presence subscription of both or from may subscribe and retrieve items. |
PublisherModel.java | Class | Policy that defines who is allowed to publish items to the node. |
RosterAccess.java | Class | Anyone in the specified roster group(s) may subscribe and retrieve items. |
WhitelistAccess.java | Class | Only those on a whitelist may subscribe and retrieve items. |