diff options
| author | Keith Wall <kwall@apache.org> | 2012-02-02 22:26:50 +0000 |
|---|---|---|
| committer | Keith Wall <kwall@apache.org> | 2012-02-02 22:26:50 +0000 |
| commit | 323e2e53e21c5cabdb6790465a3358cdd0de3c73 (patch) | |
| tree | 6419040e6b4dce32b79bd8a0247f74d40f230bd0 /qpid/doc | |
| parent | 0837de3f63e5b59535edcbc737182e959d4b32ed (diff) | |
| download | qpid-python-323e2e53e21c5cabdb6790465a3358cdd0de3c73.tar.gz | |
QPID-3805: Remove allow-all/deny-all security plugins from Java Broker.
Remove allow-all/deny-all security plugins as equivilent functionality is offerred by the ACL plugin.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1239889 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/doc')
| -rw-r--r-- | qpid/doc/book/src/Security-Plugins.xml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/qpid/doc/book/src/Security-Plugins.xml b/qpid/doc/book/src/Security-Plugins.xml index 55cd651bb5..bf5cb726b3 100644 --- a/qpid/doc/book/src/Security-Plugins.xml +++ b/qpid/doc/book/src/Security-Plugins.xml @@ -608,17 +608,4 @@ if (!_vhost.getSecurityManager().accessObject("com.example.application", "Extens </section> </section> </section> - <section role="h2" label="SPD-Other-Security-Plugins"> - <title>Other Security Plugins</title> - <para> - There are two basic plugins provided internally by the broker, which can be - found in the <code>org.apache.qpid.server.security.access.plugins</code> package. - These are <code>AllowAll</code> and <code>DenyAll</code>. The <code>LegacyAccess</code> - plugin is not normally required, and simply ignores legacy elements of the configuration - file. The other two plugins are activated by the presence of an element in the - <code><security /></code> section of the configuration or virtual hosts XML - files. To deny all access by default, add the empty <code><deny-all /></code> - element, and to allow all access, add <code><allow-all /></code>. - </para> - </section> </section> |
