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