org.apache.qpid.server.security.access.plugins
Class AllowAll
java.lang.Object
org.apache.qpid.server.security.AbstractPlugin
org.apache.qpid.server.security.access.plugins.BasicPlugin
org.apache.qpid.server.security.access.plugins.AllowAll
- All Implemented Interfaces:
- Plugin, SecurityPlugin
public class AllowAll
- extends BasicPlugin
Always allow.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FACTORY
public static final SecurityPluginFactory<AllowAll> FACTORY
AllowAll
public AllowAll()
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