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

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.AllowAll
All Implemented Interfaces:
Plugin, SecurityPlugin

public class AllowAll
extends BasicPlugin

Always allow.


Nested Class Summary
static class AllowAll.AllowAllConfiguration
           
 
Field Summary
static SecurityPluginFactory<AllowAll> FACTORY
           
 
Fields inherited from class org.apache.qpid.server.security.AbstractPlugin
_config, _logger
 
Constructor Summary
AllowAll()
           
 
Method Summary
 Result getDefault()
          Default result for SecurityPlugin.access(ObjectType, Object) or SecurityPlugin.authorise(Operation, ObjectType, ObjectProperties).
 
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
 
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<AllowAll> FACTORY
Constructor Detail

AllowAll

public AllowAll()
Method Detail

getDefault

public Result getDefault()
Description copied from interface: SecurityPlugin
Default result for SecurityPlugin.access(ObjectType, Object) or SecurityPlugin.authorise(Operation, ObjectType, ObjectProperties).

Specified by:
getDefault in interface SecurityPlugin
Overrides:
getDefault in class AbstractPlugin


Licensed to the Apache Software Foundation