You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by an...@apache.org on 2016/11/24 17:13:11 UTC

svn commit: r1771193 - in /jackrabbit/site/live/oak/docs/security: authentication.html authentication/default.html

Author: angela
Date: Thu Nov 24 17:13:10 2016
New Revision: 1771193

URL: http://svn.apache.org/viewvc?rev=1771193&view=rev
Log:
OAK-936: Site checkin for project Oak Documentation-1.6-SNAPSHOT

Modified:
    jackrabbit/site/live/oak/docs/security/authentication.html
    jackrabbit/site/live/oak/docs/security/authentication/default.html

Modified: jackrabbit/site/live/oak/docs/security/authentication.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/oak/docs/security/authentication.html?rev=1771193&r1=1771192&r2=1771193&view=diff
==============================================================================
--- jackrabbit/site/live/oak/docs/security/authentication.html (original)
+++ jackrabbit/site/live/oak/docs/security/authentication.html Thu Nov 24 17:13:10 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-07-20
+ | Generated by Apache Maven Doxia at 2016-11-24
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160720" />
+    <meta name="Date-Revision-yyyymmdd" content="20161124" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Jackrabbit Oak - Authentication</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -216,7 +216,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2016-07-20</li>
+                  <li id="publishDate">Last Published: 2016-11-24</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 1.6-SNAPSHOT</li>
                       
                 
@@ -693,7 +693,7 @@
 <p><a name="default_implementation"></a></p></div></div>
 <div class="section">
 <h3>Oak Authentication Implementation<a name="Oak_Authentication_Implementation"></a></h3>
-<p>A description of the various requirements covered by Oak by default as well as the characteristics of the corresponding implementations can be found in section [Authentication: Implementation Details].</p>
+<p>A description of the various requirements covered by Oak by default as well as the characteristics of the corresponding implementations can be found in section <a href="authentication/default.html">Authentication: Implementation Details</a>.</p>
 <p>See section <a href="authentication/differences.html">differences</a> for comprehensive list of differences wrt authentication between Jackrabbit 2.x and Oak.</p>
 <p><a name="configuration"></a></p></div>
 <div class="section">

Modified: jackrabbit/site/live/oak/docs/security/authentication/default.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/oak/docs/security/authentication/default.html?rev=1771193&r1=1771192&r2=1771193&view=diff
==============================================================================
--- jackrabbit/site/live/oak/docs/security/authentication/default.html (original)
+++ jackrabbit/site/live/oak/docs/security/authentication/default.html Thu Nov 24 17:13:10 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-11-18
+ | Generated by Apache Maven Doxia at 2016-11-24
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20161118" />
+    <meta name="Date-Revision-yyyymmdd" content="20161124" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Jackrabbit Oak - Authentication : Implementation Details</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.3.0.min.css" />
@@ -216,7 +216,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2016-11-18</li>
+                  <li id="publishDate">Last Published: 2016-11-24</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 1.6-SNAPSHOT</li>
                       
                 
@@ -642,7 +642,7 @@ Session anonymous = repository.login(new
 <div class="section">
 <h6>User Authentication<a name="User_Authentication"></a></h6>
 <p>The <tt>LoginModuleImpl</tt> uses a configured <tt>Authentication</tt>-implementation for performing the login step. Which implementation to use is determined by the <a href="/oak/docs/apidocs/org/apache/jackrabbit/oak/spi/security/user/UserAuthenticationFactory.html">UserAuthenticationFactory</a> obtained by the given <tt>UserConfiguration</tt>. It is expected to provides an <tt>Authentication</tt> implementation if the given <tt>UserConfiguration</tt> is accepted.</p>
-<p>In case multiple implementations of the <tt>UserAuthenticationFactory</tt> are available, the precendece depends on its OSGi service ranking property. The default factory implementation has a ranking of 0 (OSGi default). Services with the highest ranking will take precedence.</p>
+<p>In case multiple implementations of the <tt>UserAuthenticationFactory</tt> are available, the precedence depends on its OSGi service ranking property. The default factory implementation has a ranking of 0 (OSGi default). Services with the highest ranking will take precedence.</p>
 <p>See also section <a href="../user/default.html#pluggability">user management</a>.</p>
 <p><a name="impersonation"></a></p></div></div></div>
 <div class="section">