This is an automated email from the ASF dual-hosted git repository.

jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git


The following commit(s) were added to refs/heads/master by this push:
     new c399fd8  Javadocs
c399fd8 is described below

commit c399fd8d9307033719baced1f9c35f9adfb3f913
Author: JamesBognar <jamesbog...@apache.org>
AuthorDate: Wed Aug 15 10:06:52 2018 -0400

    Javadocs
---
 juneau-doc/src/main/javadoc/overview.html                    | 12 +++++++++---
 .../Topics/09.juneau-rest-client/03.Authentication.html      | 10 ++++++++--
 2 files changed, 17 insertions(+), 5 deletions(-)

diff --git a/juneau-doc/src/main/javadoc/overview.html 
b/juneau-doc/src/main/javadoc/overview.html
index 3361736..43115a1 100644
--- a/juneau-doc/src/main/javadoc/overview.html
+++ b/juneau-doc/src/main/javadoc/overview.html
@@ -375,7 +375,7 @@
                        <li><p class='todo'><a class='doclink' 
href='#juneau-rest-client.3rdPartyProxies.Request'>@Request</a></p>
                </ol>
                <li><p class=''><a class='doclink' 
href='#juneau-rest-client.SSL'>SSL Support</a></p>
-               <li><p class='todo'><a class='doclink' 
href='#juneau-rest-client.Authentication'>Authentication</a></p>
+               <li><p class='new'><a class='doclink' 
href='#juneau-rest-client.Authentication'>Authentication</a></p>
                <ol>
                        <li><p class=''><a class='doclink' 
href='#juneau-rest-client.Authentication.BASIC'>BASIC Authentication</a></p>
                        <li><p class=''><a class='doclink' 
href='#juneau-rest-client.Authentication.FORM'>FORM-based Authentication</a></p>
@@ -20366,9 +20366,15 @@ TODO(7.2.0)
 
 <!-- 
====================================================================================================
 -->
 
-<h3 class='topic todo' onclick='toggle(this)'><a 
href='#juneau-rest-client.Authentication' 
id='juneau-rest-client.Authentication'>9.3 - Authentication</a></h3>
+<h3 class='topic new' onclick='toggle(this)'><a 
href='#juneau-rest-client.Authentication' 
id='juneau-rest-client.Authentication'>9.3 - Authentication</a></h3>
 <div class='topic'><!-- START: 9.3 - juneau-rest-client.Authentication -->
-TODO(7.2.0)
+<p>
+       The Juneau REST client itself does not implement any support for 
authentication.  
+       Instead, it delegates it to the underlying Apache HTTP Client interface.
+</p>
+<p>
+       The following sections show how some common authentication mechanisms 
can be set up using HTTP Client APIs.
+</p>
 
 <!-- 
====================================================================================================
 -->
 
diff --git 
a/juneau-doc/src/main/resources/Topics/09.juneau-rest-client/03.Authentication.html
 
b/juneau-doc/src/main/resources/Topics/09.juneau-rest-client/03.Authentication.html
index 5cfcb07..565a639 100644
--- 
a/juneau-doc/src/main/resources/Topics/09.juneau-rest-client/03.Authentication.html
+++ 
b/juneau-doc/src/main/resources/Topics/09.juneau-rest-client/03.Authentication.html
@@ -13,6 +13,12 @@
  
***************************************************************************************************************************/
  -->
 
-{todo} Authentication
+{new} Authentication
 
-TODO(7.2.0)
\ No newline at end of file
+<p>
+       The Juneau REST client itself does not implement any support for 
authentication.  
+       Instead, it delegates it to the underlying Apache HTTP Client interface.
+</p>
+<p>
+       The following sections show how some common authentication mechanisms 
can be set up using HTTP Client APIs.
+</p>
\ No newline at end of file

Reply via email to