You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2012/11/23 23:02:22 UTC

svn commit: r1413087 - in /archiva/site-content/redback: ./ development/ integration/ rbac/

Author: olamy
Date: Fri Nov 23 22:02:20 2012
New Revision: 1413087

URL: http://svn.apache.org/viewvc?rev=1413087&view=rev
Log:
Apache Redback Main site deployment

Modified:
    archiva/site-content/redback/authentication.html
    archiva/site-content/redback/authorization.html
    archiva/site-content/redback/configuration.html
    archiva/site-content/redback/development/extending-authn.html
    archiva/site-content/redback/index.html
    archiva/site-content/redback/integration.html
    archiva/site-content/redback/integration/general.html
    archiva/site-content/redback/integration/ldap.html
    archiva/site-content/redback/key-store.html
    archiva/site-content/redback/rbac/introduction.html
    archiva/site-content/redback/rbac/resource-links.html
    archiva/site-content/redback/rbac/role-management.html
    archiva/site-content/redback/user-management.html

Modified: archiva/site-content/redback/authentication.html
URL: http://svn.apache.org/viewvc/archiva/site-content/redback/authentication.html?rev=1413087&r1=1413086&r2=1413087&view=diff
==============================================================================
--- archiva/site-content/redback/authentication.html (original)
+++ archiva/site-content/redback/authentication.html Fri Nov 23 22:02:20 2012
@@ -7,7 +7,6 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="author" content="2 June 2007" />
     <meta name="Date-Revision-yyyymmdd" content="20121123" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Redback - Authentication</title>
@@ -210,7 +209,7 @@ pageTracker._trackPageview();</script>
                 
         <div id="bodyColumn" >
                                   
-            <!-- Licensed to the Apache Software Foundation (ASF) under one --><!-- or more contributor license agreements.  See the NOTICE file --><!-- distributed with this work for additional information --><!-- regarding copyright ownership.  The ASF licenses this file --><!-- to you under the Apache License, Version 2.0 (the --><!-- "License"); you may not use this file except in compliance --><!-- with the License.  You may obtain a copy of the License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- Unless required by applicable law or agreed to in writing, --><!-- software distributed under the License is distributed on an --><!-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or implied.  See the License for the --><!-- specific language governing permissions and limitations --><!-- under the License. --><!-- NOTE: For help with the syntax of this file, see: --><!-- http://maven.apache.org/guides/mi
 ni/guide-apt-format.html --><div class="section"><h2>Redback Authentication<a name="Redback_Authentication"></a></h2><p>Redback currently supports the following authentication mechanisms:</p><ul><li>username/password for redback-users </li><li>keystore based for redback-keys</li><li>read only LDAP</li></ul><p>Support is being actively worked on or considered for:</p><ul><li>ACEGI (effectively using their setup for authentication purposes)</li><li>LDAP</li></ul></div>
+            <!-- Licensed to the Apache Software Foundation (ASF) under one --><!-- or more contributor license agreements.  See the NOTICE file --><!-- distributed with this work for additional information --><!-- regarding copyright ownership.  The ASF licenses this file --><!-- to you under the Apache License, Version 2.0 (the --><!-- "License"); you may not use this file except in compliance --><!-- with the License.  You may obtain a copy of the License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- Unless required by applicable law or agreed to in writing, --><!-- software distributed under the License is distributed on an --><!-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or implied.  See the License for the --><!-- specific language governing permissions and limitations --><!-- under the License. --><!-- NOTE: For help with the syntax of this file, see: --><!-- http://maven.apache.org/guides/mi
 ni/guide-apt-format.html --><div class="section"><h2>Redback Authentication<a name="Redback_Authentication"></a></h2><p>Redback currently supports the following authentication mechanisms:</p><ul><li>username/password for redback-users </li><li>keystore based for redback-keys</li><li>read only LDAP</li></ul><p>Support is being actively worked on or considered for:</p><ul><li>LDAP</li></ul></div>
                   </div>
           </div>
 

Modified: archiva/site-content/redback/authorization.html
URL: http://svn.apache.org/viewvc/archiva/site-content/redback/authorization.html?rev=1413087&r1=1413086&r2=1413087&view=diff
==============================================================================
--- archiva/site-content/redback/authorization.html (original)
+++ archiva/site-content/redback/authorization.html Fri Nov 23 22:02:20 2012
@@ -7,7 +7,6 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="author" content="2 June 2007" />
     <meta name="Date-Revision-yyyymmdd" content="20121123" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Redback - Authorization</title>

Modified: archiva/site-content/redback/configuration.html
URL: http://svn.apache.org/viewvc/archiva/site-content/redback/configuration.html?rev=1413087&r1=1413086&r2=1413087&view=diff
==============================================================================
--- archiva/site-content/redback/configuration.html (original)
+++ archiva/site-content/redback/configuration.html Fri Nov 23 22:02:20 2012
@@ -7,7 +7,6 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="author" content="19 January 2008" />
     <meta name="Date-Revision-yyyymmdd" content="20121123" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Redback - Configuration</title>

Modified: archiva/site-content/redback/development/extending-authn.html
URL: http://svn.apache.org/viewvc/archiva/site-content/redback/development/extending-authn.html?rev=1413087&r1=1413086&r2=1413087&view=diff
==============================================================================
--- archiva/site-content/redback/development/extending-authn.html (original)
+++ archiva/site-content/redback/development/extending-authn.html Fri Nov 23 22:02:20 2012
@@ -7,7 +7,6 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="author" content="30 September 2008" />
     <meta name="Date-Revision-yyyymmdd" content="20121123" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Redback - Development</title>

Modified: archiva/site-content/redback/index.html
URL: http://svn.apache.org/viewvc/archiva/site-content/redback/index.html?rev=1413087&r1=1413086&r2=1413087&view=diff
==============================================================================
--- archiva/site-content/redback/index.html (original)
+++ archiva/site-content/redback/index.html Fri Nov 23 22:02:20 2012
@@ -7,7 +7,7 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="author" content="1 June 2007" />
+    <meta name="Date-Creation-yyyymmdd" content="20121123" />
     <meta name="Date-Revision-yyyymmdd" content="20121123" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Redback - Introduction</title>
@@ -210,7 +210,7 @@ pageTracker._trackPageview();</script>
                 
         <div id="bodyColumn" >
                                   
-            <!-- Licensed to the Apache Software Foundation (ASF) under one --><!-- or more contributor license agreements.  See the NOTICE file --><!-- distributed with this work for additional information --><!-- regarding copyright ownership.  The ASF licenses this file --><!-- to you under the Apache License, Version 2.0 (the --><!-- "License"); you may not use this file except in compliance --><!-- with the License.  You may obtain a copy of the License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- Unless required by applicable law or agreed to in writing, --><!-- software distributed under the License is distributed on an --><!-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or implied.  See the License for the --><!-- specific language governing permissions and limitations --><!-- under the License. --><!-- NOTE: For help with the syntax of this file, see: --><!-- http://maven.apache.org/guides/mi
 ni/guide-apt-format.html --><div class="section"><h2>Introduction<a name="Introduction"></a></h2><p>Apache Redback started as an attempt to clean away some of the more annoying security related components of web applications and centralize them into a simple to use framework. Some of the basic beliefs we started with where that authentication, authorization and user management were all basically seperate concerns, sure there are points where they rub up against each other but those are pretty clear points and not worth mashing up whole discrete concepts together. </p><p>Redback supports a number of authentication mechanisms, and a couple of authorization schemes including an implementation of role based access control. Redback has been built on top of the plexus container so it is simple to have the core security system object into your code for making authentication, authorization or user management tasks through its api. We also provide a war overlay based on xwork which p
 rovides all of the user management, authentication and remember me and single sign on functionalities. An easy to use taglib allows you to include authorization conditional functionalities to your jsps.</p><p>Apache Redback is currently being used for providing a consistent security related user experience to Apache Continuum and Archiva.</p></div>
+            <!-- Licensed to the Apache Software Foundation (ASF) under one --><!-- or more contributor license agreements.  See the NOTICE file --><!-- distributed with this work for additional information --><!-- regarding copyright ownership.  The ASF licenses this file --><!-- to you under the Apache License, Version 2.0 (the --><!-- "License"); you may not use this file except in compliance --><!-- with the License.  You may obtain a copy of the License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- Unless required by applicable law or agreed to in writing, --><!-- software distributed under the License is distributed on an --><!-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or implied.  See the License for the --><!-- specific language governing permissions and limitations --><!-- under the License. --><!-- NOTE: For help with the syntax of this file, see: --><!-- http://maven.apache.org/guides/mi
 ni/guide-apt-format.html --><div class="section"><h2>Introduction<a name="Introduction"></a></h2><p>Apache Redback started as an attempt to clean away some of the more annoying security related components of web applications and centralize them into a simple to use framework. Some of the basic beliefs we started with where that authentication, authorization and user management were all basically seperate concerns, sure there are points where they rub up against each other but those are pretty clear points and not worth mashing up whole discrete concepts together.</p><p>Redback supports a number of authentication mechanisms, and a couple of authorization schemes including an implementation of role based access control. Redback has been built on top of the plexus container so it is simple to have the core security system object into your code for making authentication, authorization or user management tasks through its api.</p><p>Apache Redback is currently being used for prov
 iding a consistent security related user experience to Apache Continuum and Archiva.</p></div>
                   </div>
           </div>
 

Modified: archiva/site-content/redback/integration.html
URL: http://svn.apache.org/viewvc/archiva/site-content/redback/integration.html?rev=1413087&r1=1413086&r2=1413087&view=diff
==============================================================================
--- archiva/site-content/redback/integration.html (original)
+++ archiva/site-content/redback/integration.html Fri Nov 23 22:02:20 2012
@@ -7,10 +7,9 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="author" content="26 October 2006" />
     <meta name="Date-Revision-yyyymmdd" content="20121123" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Apache Redback - Plexus Security Integration Points</title>
+    <title>Apache Redback - Continuous Integration</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
@@ -198,7 +197,7 @@ pageTracker._trackPageview();</script>
         Apache Redback</a>
         </li>
       <li class="divider ">/</li>
-        <li class="">Plexus Security Integration Points</li>
+        <li class="">Continuous Integration</li>
                 
                 
                     
@@ -210,7 +209,7 @@ pageTracker._trackPageview();</script>
                 
         <div id="bodyColumn" >
                                   
-            <!-- Licensed to the Apache Software Foundation (ASF) under one --><!-- or more contributor license agreements.  See the NOTICE file --><!-- distributed with this work for additional information --><!-- regarding copyright ownership.  The ASF licenses this file --><!-- to you under the Apache License, Version 2.0 (the --><!-- "License"); you may not use this file except in compliance --><!-- with the License.  You may obtain a copy of the License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- Unless required by applicable law or agreed to in writing, --><!-- software distributed under the License is distributed on an --><!-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or implied.  See the License for the --><!-- specific language governing permissions and limitations --><!-- under the License. --><!-- NOTE: For help with the syntax of this file, see: --><!-- http://maven.apache.org/guides/mi
 ni/guide-apt-format.html --><div class="section"><h2>Plexus Security Integration <a name="Plexus_Security_Integration"></a></h2></div>
+            <div class="section"><h2>Overview<a name="Overview"></a></h2><a name="Overview"></a><p>This project uses <a class="externalLink" href="http://jenkins-ci.org/">Jenkins</a>.</p></div><div class="section"><h2>Access<a name="Access"></a></h2><a name="Access"></a><p>The following is a link to the continuous integration system used by the project.</p><div class="source"><pre class="prettyprint"><a class="externalLink" href="https://builds.apache.org/view/A-F/view/Archiva/">https://builds.apache.org/view/A-F/view/Archiva/</a></pre></div></div><div class="section"><h2>Notifiers<a name="Notifiers"></a></h2><a name="Notifiers"></a><p>No notifiers are defined. Please check back at a later date.</p></div>
                   </div>
           </div>
 

Modified: archiva/site-content/redback/integration/general.html
URL: http://svn.apache.org/viewvc/archiva/site-content/redback/integration/general.html?rev=1413087&r1=1413086&r2=1413087&view=diff
==============================================================================
--- archiva/site-content/redback/integration/general.html (original)
+++ archiva/site-content/redback/integration/general.html Fri Nov 23 22:02:20 2012
@@ -7,7 +7,6 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="author" content="26 October 2006" />
     <meta name="Date-Revision-yyyymmdd" content="20121123" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Redback - Integration Points</title>

Modified: archiva/site-content/redback/integration/ldap.html
URL: http://svn.apache.org/viewvc/archiva/site-content/redback/integration/ldap.html?rev=1413087&r1=1413086&r2=1413087&view=diff
==============================================================================
--- archiva/site-content/redback/integration/ldap.html (original)
+++ archiva/site-content/redback/integration/ldap.html Fri Nov 23 22:02:20 2012
@@ -7,7 +7,7 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="author" content="2012-11-23" />
+    <meta name="Date-Creation-yyyymmdd" content="20121123" />
     <meta name="Date-Revision-yyyymmdd" content="20121123" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Redback - Ldap Integration</title>

Modified: archiva/site-content/redback/key-store.html
URL: http://svn.apache.org/viewvc/archiva/site-content/redback/key-store.html?rev=1413087&r1=1413086&r2=1413087&view=diff
==============================================================================
--- archiva/site-content/redback/key-store.html (original)
+++ archiva/site-content/redback/key-store.html Fri Nov 23 22:02:20 2012
@@ -7,7 +7,6 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="author" content="2 June 2007" />
     <meta name="Date-Revision-yyyymmdd" content="20121123" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Redback - Keystore</title>

Modified: archiva/site-content/redback/rbac/introduction.html
URL: http://svn.apache.org/viewvc/archiva/site-content/redback/rbac/introduction.html?rev=1413087&r1=1413086&r2=1413087&view=diff
==============================================================================
--- archiva/site-content/redback/rbac/introduction.html (original)
+++ archiva/site-content/redback/rbac/introduction.html Fri Nov 23 22:02:20 2012
@@ -7,7 +7,6 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="author" content="28 June 2006" />
     <meta name="Date-Revision-yyyymmdd" content="20121123" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Redback - An Introduction to Role Based Access</title>

Modified: archiva/site-content/redback/rbac/resource-links.html
URL: http://svn.apache.org/viewvc/archiva/site-content/redback/rbac/resource-links.html?rev=1413087&r1=1413086&r2=1413087&view=diff
==============================================================================
--- archiva/site-content/redback/rbac/resource-links.html (original)
+++ archiva/site-content/redback/rbac/resource-links.html Fri Nov 23 22:02:20 2012
@@ -7,7 +7,6 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="author" content="19 Sept 2006" />
     <meta name="Date-Revision-yyyymmdd" content="20121123" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Redback - Resource Links</title>

Modified: archiva/site-content/redback/rbac/role-management.html
URL: http://svn.apache.org/viewvc/archiva/site-content/redback/rbac/role-management.html?rev=1413087&r1=1413086&r2=1413087&view=diff
==============================================================================
--- archiva/site-content/redback/rbac/role-management.html (original)
+++ archiva/site-content/redback/rbac/role-management.html Fri Nov 23 22:02:20 2012
@@ -7,7 +7,6 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="author" content="14 May 2007" />
     <meta name="Date-Revision-yyyymmdd" content="20121123" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Redback - Redback Role Management</title>

Modified: archiva/site-content/redback/user-management.html
URL: http://svn.apache.org/viewvc/archiva/site-content/redback/user-management.html?rev=1413087&r1=1413086&r2=1413087&view=diff
==============================================================================
--- archiva/site-content/redback/user-management.html (original)
+++ archiva/site-content/redback/user-management.html Fri Nov 23 22:02:20 2012
@@ -7,7 +7,6 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="author" content="2 June 2007" />
     <meta name="Date-Revision-yyyymmdd" content="20121123" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Redback - User Management</title>
@@ -210,7 +209,7 @@ pageTracker._trackPageview();</script>
                 
         <div id="bodyColumn" >
                                   
-            <!-- Licensed to the Apache Software Foundation (ASF) under one --><!-- or more contributor license agreements.  See the NOTICE file --><!-- distributed with this work for additional information --><!-- regarding copyright ownership.  The ASF licenses this file --><!-- to you under the Apache License, Version 2.0 (the --><!-- "License"); you may not use this file except in compliance --><!-- with the License.  You may obtain a copy of the License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- Unless required by applicable law or agreed to in writing, --><!-- software distributed under the License is distributed on an --><!-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or implied.  See the License for the --><!-- specific language governing permissions and limitations --><!-- under the License. --><!-- NOTE: For help with the syntax of this file, see: --><!-- http://maven.apache.org/guides/mi
 ni/guide-apt-format.html --><div class="section"><h2>Redback User Management<a name="Redback_User_Management"></a></h2><p>Redback has a user management system built in for managing user registration and a host of other user related activies. There is also a user based authenticator for authenticating against this same user management system. </p><p>The included war overlay contains a series of pages for interacting with this user management system.</p><p>Redback currently has support for the following stores for user information:</p><ul><li>jpox support for multiple databases</li></ul><p>The following systems are being active worked on or planned for support:</p><ul><li>ldap</li></ul></div>
+            <!-- Licensed to the Apache Software Foundation (ASF) under one --><!-- or more contributor license agreements.  See the NOTICE file --><!-- distributed with this work for additional information --><!-- regarding copyright ownership.  The ASF licenses this file --><!-- to you under the Apache License, Version 2.0 (the --><!-- "License"); you may not use this file except in compliance --><!-- with the License.  You may obtain a copy of the License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- Unless required by applicable law or agreed to in writing, --><!-- software distributed under the License is distributed on an --><!-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or implied.  See the License for the --><!-- specific language governing permissions and limitations --><!-- under the License. --><!-- NOTE: For help with the syntax of this file, see: --><!-- http://maven.apache.org/guides/mi
 ni/guide-apt-format.html --><div class="section"><h2>Redback User Management<a name="Redback_User_Management"></a></h2><p>Redback has a user management system built in for managing user registration and a host of other user related activies. There is also a user based authenticator for authenticating against this same user management system. </p><p>The included war overlay contains a series of pages for interacting with this user management system.</p><p>Redback currently has support for the following stores for user information:</p><ul><li>jpox support for multiple databases</li><li>ldap (read only support)</li></ul></div>
                   </div>
           </div>