Uses of Interface
org.apache.qpid.server.security.SecurityPluginFactory

Packages that use SecurityPluginFactory
org.apache.qpid.server.plugins   
org.apache.qpid.server.security   
org.apache.qpid.server.security.access.plugins   
 

Uses of SecurityPluginFactory in org.apache.qpid.server.plugins
 

Methods in org.apache.qpid.server.plugins that return types with arguments of type SecurityPluginFactory
 Map<String,SecurityPluginFactory> PluginManager.getSecurityPlugins()
           
 

Uses of SecurityPluginFactory in org.apache.qpid.server.security
 

Methods in org.apache.qpid.server.security that return SecurityPluginFactory
abstract  SecurityPluginFactory SecurityPluginActivator.getFactory()
          Implement this to return the factory this plugin activates.
 

Constructors in org.apache.qpid.server.security with parameters of type SecurityPluginFactory
SecurityManager(ConfigurationPlugin configuration, PluginManager manager, SecurityPluginFactory plugin)
           
 

Uses of SecurityPluginFactory in org.apache.qpid.server.security.access.plugins
 

Fields in org.apache.qpid.server.security.access.plugins declared as SecurityPluginFactory
static SecurityPluginFactory<DenyAll> DenyAll.FACTORY
           
static SecurityPluginFactory<LegacyAccess> LegacyAccess.FACTORY
           
static SecurityPluginFactory<AllowAll> AllowAll.FACTORY
           
 



Licensed to the Apache Software Foundation