org.apache.qpid.server.security
Interface SecurityPluginFactory<S extends SecurityPlugin>

All Superinterfaces:
PluginFactory<S>

public interface SecurityPluginFactory<S extends SecurityPlugin>
extends PluginFactory<S>

The factory that generates instances of security plugins. Usually implemented as a static member class in the plugin itself.


Method Summary
 
Methods inherited from interface org.apache.qpid.server.plugins.PluginFactory
getPluginClass, getPluginName, newInstance
 



Licensed to the Apache Software Foundation