Uses of Interface
org.apache.felix.eventadmin.impl.security.TopicPermissions

Packages that use TopicPermissions
org.apache.felix.eventadmin.impl.handler   
org.apache.felix.eventadmin.impl.security   
 

Uses of TopicPermissions in org.apache.felix.eventadmin.impl.handler
 

Constructors in org.apache.felix.eventadmin.impl.handler with parameters of type TopicPermissions
BlacklistingHandlerTasks(org.osgi.framework.BundleContext context, BlackList blackList, TopicHandlerFilters topicHandlerFilters, Filters filters, TopicPermissions topicPermissions)
          The constructor of the factory.
 

Uses of TopicPermissions in org.apache.felix.eventadmin.impl.security
 

Classes in org.apache.felix.eventadmin.impl.security that implement TopicPermissions
 class CacheTopicPermissions
          An implementation of the TopicPermissions factory that uses a given cache in order to speed-up topic permission creation.
 

Constructors in org.apache.felix.eventadmin.impl.security with parameters of type TopicPermissions
EventAdminSecurityDecorator(org.osgi.framework.Bundle bundle, org.osgi.service.event.EventAdmin admin, TopicPermissions topicPermissions)
          The constructor of this decorator.
SecureEventAdminFactory(org.osgi.service.event.EventAdmin admin, TopicPermissions topicPermissions)
          The constructor of the factory.