Uses of Class
org.jivesoftware.openfire.pubsub.models.PublisherModel
-
Packages that use PublisherModel Package Description org.jivesoftware.openfire.pubsub Implementation of Publish-Subscribe (XEP-0060).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 (XEP-0060). -
-
Uses of PublisherModel in org.jivesoftware.openfire.pubsub
Fields in org.jivesoftware.openfire.pubsub declared as PublisherModel Modifier and Type Field Description protected PublisherModelNode. publisherModelPublisher model that specifies who is allowed to publish items to the node.Methods in org.jivesoftware.openfire.pubsub that return PublisherModel Modifier and Type Method Description PublisherModelDefaultNodeConfiguration. getPublisherModel()Returnes the publisher model that specifies who is allowed to publish items to the node.PublisherModelNode. getPublisherModel()Returns the publisher model that specifies who is allowed to publish items to the node.Methods in org.jivesoftware.openfire.pubsub with parameters of type PublisherModel Modifier and Type Method Description voidDefaultNodeConfiguration. setPublisherModel(PublisherModel publisherModel)Sets the publisher model that specifies who is allowed to publish items to the node. -
Uses of PublisherModel in org.jivesoftware.openfire.pubsub.models
Subclasses of PublisherModel in org.jivesoftware.openfire.pubsub.models Modifier and Type Class Description classOnlyPublishersPublishers and owners may publish items to the node.classOnlySubscribersSubscribers, publishers and owners may publish items to the node.classOpenPublisherAnyone may publish items to the node.Fields in org.jivesoftware.openfire.pubsub.models declared as PublisherModel Modifier and Type Field Description static PublisherModelPublisherModel. openstatic PublisherModelPublisherModel. publishersstatic PublisherModelPublisherModel. subscribersMethods in org.jivesoftware.openfire.pubsub.models that return PublisherModel Modifier and Type Method Description static PublisherModelPublisherModel. valueOf(String name)Returns the specific subclass of PublisherModel as specified by the publisher model name.
-