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

java.lang.Object
  extended by org.apache.qpid.server.security.AbstractPlugin
      extended by org.apache.qpid.server.security.access.plugins.BasicPlugin
          extended by org.apache.qpid.server.security.access.plugins.LegacyAccess
All Implemented Interfaces:
Plugin, SecurityPlugin

public class LegacyAccess
extends BasicPlugin

Always Abstain.


Nested Class Summary
static class LegacyAccess.LegacyAccessConfiguration
           
 
Field Summary
static SecurityPluginFactory<LegacyAccess> FACTORY
           
 
Fields inherited from class org.apache.qpid.server.security.AbstractPlugin
_config, _logger
 
Constructor Summary
LegacyAccess()
           
 
Method Summary
 
Methods inherited from class org.apache.qpid.server.security.access.plugins.BasicPlugin
access, authorise
 
Methods inherited from class org.apache.qpid.server.security.AbstractPlugin
configure, getDefault
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FACTORY

public static final SecurityPluginFactory<LegacyAccess> FACTORY
Constructor Detail

LegacyAccess

public LegacyAccess()


Licensed to the Apache Software Foundation