You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by bu...@apache.org on 2017/05/07 17:46:04 UTC

svn commit: r1011802 - in /websites/staging/directory/trunk/content: ./ fortress/testimonials.html

Author: buildbot
Date: Sun May  7 17:46:04 2017
New Revision: 1011802

Log:
Staging update by buildbot for directory

Modified:
    websites/staging/directory/trunk/content/   (props changed)
    websites/staging/directory/trunk/content/fortress/testimonials.html

Propchange: websites/staging/directory/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun May  7 17:46:04 2017
@@ -1 +1 @@
-1794232
+1794233

Modified: websites/staging/directory/trunk/content/fortress/testimonials.html
==============================================================================
--- websites/staging/directory/trunk/content/fortress/testimonials.html (original)
+++ websites/staging/directory/trunk/content/fortress/testimonials.html Sun May  7 17:46:04 2017
@@ -188,18 +188,12 @@ h2:hover > .headerlink, h3:hover > .head
 <li>Spring Framework -&gt; 4.2.x-RELEASE</li>
 </ul>
 <p>There are two types of development required, one on server side and other on the client, which is then used by my team for managing security within their own web applications:</p>
-<ol>
-<li>CAS Server side development:</li>
-<li>Create own implementation for AbstractUsernamePasswordAuthenticationHandler</li>
-<li>
-<p>Implement Ignite Service Registry for CAS</p>
-</li>
-<li>
-<p>CAS Client side development:</p>
-</li>
-<li>Create own implementation for WebExpressionVoter</li>
-<li>Create own implementation for CasAuthenticationProvider</li>
-</ol>
+<p>CAS Server side development:
+  - Create own implementation for AbstractUsernamePasswordAuthenticationHandler
+  - Implement Ignite Service Registry for CAS</p>
+<p>CAS Client side development:
+  - Create own implementation for WebExpressionVoter
+  - Create own implementation for CasAuthenticationProvider</p>
 <h2 id="code-descriptions">Code Descriptions<a class="headerlink" href="#code-descriptions" title="Permanent link">&para;</a></h2>
 <p>The following sections contain code and xml snippets describing how the CAS and Fortress integration was accomplished.</p>
 <h3 id="server-side-development">Server side development:<a class="headerlink" href="#server-side-development" title="Permanent link">&para;</a></h3>