org.apache.qpid.server.security.access.plugins
Class LegacyAccess.LegacyAccessConfiguration

java.lang.Object
  extended by org.apache.qpid.server.configuration.plugins.ConfigurationPlugin
      extended by org.apache.qpid.server.security.access.plugins.LegacyAccess.LegacyAccessConfiguration
Enclosing class:
LegacyAccess

public static class LegacyAccess.LegacyAccessConfiguration
extends ConfigurationPlugin


Field Summary
static ConfigurationPluginFactory FACTORY
           
 
Fields inherited from class org.apache.qpid.server.configuration.plugins.ConfigurationPlugin
_configuration, _logger
 
Constructor Summary
LegacyAccess.LegacyAccessConfiguration()
           
 
Method Summary
 String[] getElementsProcessed()
          The Elements that this Plugin can process.
 
Methods inherited from class org.apache.qpid.server.configuration.plugins.ConfigurationPlugin
addConfiguration, contains, containsBoolean, containsInt, containsLong, containsPositiveLong, formatToString, getBooleanValue, getBooleanValue, getConfig, getConfiguration, getDoubleValue, getDoubleValue, getIntValue, getIntValue, getListValue, getListValue, getLongValue, getLongValue, getStringValue, getStringValue, hasConfiguration, mergeConfiguration, setConfiguration, showKeys, toString, validateConfiguration, validatePositiveLong
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

FACTORY

public static final ConfigurationPluginFactory FACTORY
Constructor Detail

LegacyAccess.LegacyAccessConfiguration

public LegacyAccess.LegacyAccessConfiguration()
Method Detail

getElementsProcessed

public String[] getElementsProcessed()
Description copied from class: ConfigurationPlugin
The Elements that this Plugin can process. For a Queues plugin that would be a list containing:

Specified by:
getElementsProcessed in class ConfigurationPlugin


Licensed to the Apache Software Foundation