From 24d10be23d2368868c56e0053030972e6b15e275 Mon Sep 17 00:00:00 2001 From: Keith Wall Date: Thu, 30 Oct 2014 23:37:03 +0000 Subject: QPID-6108: [Java Documentation] Refactor security/auth providers section into separate files to allow for convenient re-purposing of the document git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1635639 13f79535-47bb-0310-9956-ffa450edef68 --- ...Security-Authentication-Providers-Anonymous.xml | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 qpid/doc/book/src/java-broker/security/Java-Broker-Security-Authentication-Providers-Anonymous.xml (limited to 'qpid/doc/book/src/java-broker/security/Java-Broker-Security-Authentication-Providers-Anonymous.xml') diff --git a/qpid/doc/book/src/java-broker/security/Java-Broker-Security-Authentication-Providers-Anonymous.xml b/qpid/doc/book/src/java-broker/security/Java-Broker-Security-Authentication-Providers-Anonymous.xml new file mode 100644 index 0000000000..9c727ebc78 --- /dev/null +++ b/qpid/doc/book/src/java-broker/security/Java-Broker-Security-Authentication-Providers-Anonymous.xml @@ -0,0 +1,30 @@ + + + +
+ Anonymous + + The Anonymous Authentication Provider will allow users to connect with or without + credentials and result in their identification on the broker as the user ANONYMOUS. This + Provider does not require specification of any additional attributes on creation. +
-- cgit v1.2.1