Author: krisden
Date: Fri Nov 16 15:03:10 2018
New Revision: 1846718
URL: http://svn.apache.org/viewvc?rev=1846718&view=rev
Log:
KNOX-804 - KNOX-1165 - Update documentation for
org.apache.knox.gateway.shirorealm.KnoxCacheManager
Modified:
knox/site/books/knox-0-10-0/user-guide.html
knox/site/books/knox-0-11-0/user-guide.html
knox/site/books/knox-0-12-0/user-guide.html
knox/site/books/knox-0-13-0/user-guide.html
knox/site/books/knox-0-14-0/user-guide.html
knox/site/books/knox-0-6-0/user-guide.html
knox/site/books/knox-0-7-0/user-guide.html
knox/site/books/knox-0-8-0/user-guide.html
knox/site/books/knox-0-9-0/user-guide.html
knox/site/books/knox-0-9-1/user-guide.html
knox/site/books/knox-1-0-0/user-guide.html
knox/site/books/knox-1-1-0/user-guide.html
knox/site/books/knox-1-2-0/user-guide.html
knox/site/index.html
knox/site/issue-management.html
knox/site/licenses.html
knox/site/mailing-lists.html
knox/site/project-info.html
knox/site/team.html
knox/trunk/books/0.10.0/config_ldap_authc_cache.md
knox/trunk/books/0.11.0/config_ldap_authc_cache.md
knox/trunk/books/0.12.0/config_ldap_authc_cache.md
knox/trunk/books/0.13.0/config_ldap_authc_cache.md
knox/trunk/books/0.14.0/config_ldap_authc_cache.md
knox/trunk/books/0.6.0/config_ldap_authc_cache.md
knox/trunk/books/0.7.0/config_ldap_authc_cache.md
knox/trunk/books/0.8.0/config_ldap_authc_cache.md
knox/trunk/books/0.9.0/config_ldap_authc_cache.md
knox/trunk/books/0.9.1/config_ldap_authc_cache.md
knox/trunk/books/1.0.0/config_ldap_authc_cache.md
knox/trunk/books/1.1.0/config_ldap_authc_cache.md
knox/trunk/books/1.2.0/config_ldap_authc_cache.md
Modified: knox/site/books/knox-0-10-0/user-guide.html
URL:
http://svn.apache.org/viewvc/knox/site/books/knox-0-10-0/user-guide.html?rev=1846718&r1=1846717&r2=1846718&view=diff
==============================================================================
--- knox/site/books/knox-0-10-0/user-guide.html (original)
+++ knox/site/books/knox-0-10-0/user-guide.html Fri Nov 16 15:03:10 2018
@@ -1817,7 +1817,7 @@ bin/gateway.sh start
</code></pre>
<h4><a id="Advanced+Caching+Config">Advanced Caching Config</a> <a
href="#Advanced+Caching+Config"><img src="markbook-section-link.png"/></a></h4>
<p>By default the ehcache support in shiro contains a ehcache.xml in its
classpath which is the following</p>
-<pre><code><ehcache>
+<pre><code><ehcache name="knox-YOUR_TOPOLOGY_NAME">
<!-- Sets the path to the directory where cache .data files are created.
Modified: knox/site/books/knox-0-11-0/user-guide.html
URL:
http://svn.apache.org/viewvc/knox/site/books/knox-0-11-0/user-guide.html?rev=1846718&r1=1846717&r2=1846718&view=diff
==============================================================================
--- knox/site/books/knox-0-11-0/user-guide.html (original)
+++ knox/site/books/knox-0-11-0/user-guide.html Fri Nov 16 15:03:10 2018
@@ -1827,7 +1827,7 @@ ldapRealm.userDnTemplate=uid={0},ou=peop
</param>
<param>
<name>main.cacheManager</name>
-
<value>org.apache.shiro.cache.ehcache.EhCacheManager</value>
+
<value>org.apache.knox.gateway.shirorealm.KnoxCacheManager</value>
</param>
<param>
<name>main.securityManager.cacheManager</name>
@@ -1874,7 +1874,7 @@ bin/gateway.sh start
</code></pre>
<h4><a id="Advanced+Caching+Config">Advanced Caching Config</a> <a
href="#Advanced+Caching+Config"><img src="markbook-section-link.png"/></a></h4>
<p>By default the ehcache support in shiro contains a ehcache.xml in its
classpath which is the following</p>
-<pre><code><ehcache>
+<pre><code><ehcache name="knox-YOUR_TOPOLOGY_NAME">
<!-- Sets the path to the directory where cache .data files are created.
Modified: knox/site/books/knox-0-12-0/user-guide.html
URL:
http://svn.apache.org/viewvc/knox/site/books/knox-0-12-0/user-guide.html?rev=1846718&r1=1846717&r2=1846718&view=diff
==============================================================================
--- knox/site/books/knox-0-12-0/user-guide.html (original)
+++ knox/site/books/knox-0-12-0/user-guide.html Fri Nov 16 15:03:10 2018
@@ -1860,7 +1860,7 @@ ldapRealm.userDnTemplate=uid={0},ou=peop
</param>
<param>
<name>main.cacheManager</name>
-
<value>org.apache.shiro.cache.ehcache.EhCacheManager</value>
+
<value>org.apache.knox.gateway.shirorealm.KnoxCacheManager</value>
</param>
<param>
<name>main.securityManager.cacheManager</name>
@@ -1907,7 +1907,7 @@ bin/gateway.sh start
</code></pre>
<h4><a id="Advanced+Caching+Config">Advanced Caching Config</a> <a
href="#Advanced+Caching+Config"><img src="markbook-section-link.png"/></a></h4>
<p>By default the ehcache support in shiro contains a ehcache.xml in its
classpath which is the following</p>
-<pre><code><ehcache>
+<pre><code><ehcache name="knox-YOUR_TOPOLOGY_NAME">
<!-- Sets the path to the directory where cache .data files are created.
Modified: knox/site/books/knox-0-13-0/user-guide.html
URL:
http://svn.apache.org/viewvc/knox/site/books/knox-0-13-0/user-guide.html?rev=1846718&r1=1846717&r2=1846718&view=diff
==============================================================================
--- knox/site/books/knox-0-13-0/user-guide.html (original)
+++ knox/site/books/knox-0-13-0/user-guide.html Fri Nov 16 15:03:10 2018
@@ -1909,7 +1909,7 @@ ldapRealm.userDnTemplate=uid={0},ou=peop
</param>
<param>
<name>main.cacheManager</name>
-
<value>org.apache.shiro.cache.ehcache.EhCacheManager</value>
+
<value>org.apache.knox.gateway.shirorealm.KnoxCacheManager</value>
</param>
<param>
<name>main.securityManager.cacheManager</name>
@@ -1956,7 +1956,7 @@ bin/gateway.sh start
</code></pre>
<h4><a id="Advanced+Caching+Config">Advanced Caching Config</a> <a
href="#Advanced+Caching+Config"><img src="markbook-section-link.png"/></a></h4>
<p>By default the ehcache support in shiro contains a ehcache.xml in its
classpath which is the following</p>
-<pre><code><ehcache>
+<pre><code><ehcache name="knox-YOUR_TOPOLOGY_NAME">
<!-- Sets the path to the directory where cache .data files are created.
Modified: knox/site/books/knox-0-14-0/user-guide.html
URL:
http://svn.apache.org/viewvc/knox/site/books/knox-0-14-0/user-guide.html?rev=1846718&r1=1846717&r2=1846718&view=diff
==============================================================================
--- knox/site/books/knox-0-14-0/user-guide.html (original)
+++ knox/site/books/knox-0-14-0/user-guide.html Fri Nov 16 15:03:10 2018
@@ -2873,7 +2873,7 @@ ldapRealm.userDnTemplate=uid={0},ou=peop
</param>
<param>
<name>main.cacheManager</name>
-
<value>org.apache.shiro.cache.ehcache.EhCacheManager</value>
+
<value>org.apache.knox.gateway.shirorealm.KnoxCacheManager</value>
</param>
<param>
<name>main.securityManager.cacheManager</name>
@@ -2920,7 +2920,7 @@ bin/gateway.sh start
</code></pre>
<h4><a id="Advanced+Caching+Config">Advanced Caching Config</a> <a
href="#Advanced+Caching+Config"><img src="markbook-section-link.png"/></a></h4>
<p>By default the ehcache support in shiro contains a ehcache.xml in its
classpath which is the following</p>
-<pre><code><ehcache>
+<pre><code><ehcache name="knox-YOUR_TOPOLOGY_NAME">
<!-- Sets the path to the directory where cache .data files are created.
Modified: knox/site/books/knox-0-6-0/user-guide.html
URL:
http://svn.apache.org/viewvc/knox/site/books/knox-0-6-0/user-guide.html?rev=1846718&r1=1846717&r2=1846718&view=diff
==============================================================================
--- knox/site/books/knox-0-6-0/user-guide.html (original)
+++ knox/site/books/knox-0-6-0/user-guide.html Fri Nov 16 15:03:10 2018
@@ -1488,7 +1488,7 @@ ldapRealm.userDnTemplate=uid={0},ou=peop
<p>curl -i -v -k -u tom:tom-password -X GET <a
href="https://localhost:8443/gateway/sandbox/webhdfs/v1?op=GETHOMEDIRECTORY">https://localhost:8443/gateway/sandbox/webhdfs/v1?op=GETHOMEDIRECTORY</a></p>
<h4><a id="Advanced+Caching+Config">Advanced Caching Config</a> <a
href="#Advanced+Caching+Config"><img src="markbook-section-link.png"/></a></h4>
<p>By default the ehcache support in shiro contains a ehcache.xml in its
classpath which is the following</p>
-<pre><code><ehcache>
+<pre><code><ehcache name="knox-YOUR_TOPOLOGY_NAME">
<!-- Sets the path to the directory where cache .data files are created.
Modified: knox/site/books/knox-0-7-0/user-guide.html
URL:
http://svn.apache.org/viewvc/knox/site/books/knox-0-7-0/user-guide.html?rev=1846718&r1=1846717&r2=1846718&view=diff
==============================================================================
--- knox/site/books/knox-0-7-0/user-guide.html (original)
+++ knox/site/books/knox-0-7-0/user-guide.html Fri Nov 16 15:03:10 2018
@@ -1695,7 +1695,7 @@ bin/gateway.sh start
</code></pre>
<h4><a id="Advanced+Caching+Config">Advanced Caching Config</a> <a
href="#Advanced+Caching+Config"><img src="markbook-section-link.png"/></a></h4>
<p>By default the ehcache support in shiro contains a ehcache.xml in its
classpath which is the following</p>
-<pre><code><ehcache>
+<pre><code><ehcache name="knox-YOUR_TOPOLOGY_NAME">
<!-- Sets the path to the directory where cache .data files are created.
Modified: knox/site/books/knox-0-8-0/user-guide.html
URL:
http://svn.apache.org/viewvc/knox/site/books/knox-0-8-0/user-guide.html?rev=1846718&r1=1846717&r2=1846718&view=diff
==============================================================================
--- knox/site/books/knox-0-8-0/user-guide.html (original)
+++ knox/site/books/knox-0-8-0/user-guide.html Fri Nov 16 15:03:10 2018
@@ -1696,7 +1696,7 @@ bin/gateway.sh start
</code></pre>
<h4><a id="Advanced+Caching+Config">Advanced Caching Config</a> <a
href="#Advanced+Caching+Config"><img src="markbook-section-link.png"/></a></h4>
<p>By default the ehcache support in shiro contains a ehcache.xml in its
classpath which is the following</p>
-<pre><code><ehcache>
+<pre><code><ehcache name="knox-YOUR_TOPOLOGY_NAME">
<!-- Sets the path to the directory where cache .data files are created.
Modified: knox/site/books/knox-0-9-0/user-guide.html
URL:
http://svn.apache.org/viewvc/knox/site/books/knox-0-9-0/user-guide.html?rev=1846718&r1=1846717&r2=1846718&view=diff
==============================================================================
--- knox/site/books/knox-0-9-0/user-guide.html (original)
+++ knox/site/books/knox-0-9-0/user-guide.html Fri Nov 16 15:03:10 2018
@@ -1813,7 +1813,7 @@ bin/gateway.sh start
</code></pre>
<h4><a id="Advanced+Caching+Config">Advanced Caching Config</a> <a
href="#Advanced+Caching+Config"><img src="markbook-section-link.png"/></a></h4>
<p>By default the ehcache support in shiro contains a ehcache.xml in its
classpath which is the following</p>
-<pre><code><ehcache>
+<pre><code><ehcache name="knox-YOUR_TOPOLOGY_NAME">
<!-- Sets the path to the directory where cache .data files are created.
Modified: knox/site/books/knox-0-9-1/user-guide.html
URL:
http://svn.apache.org/viewvc/knox/site/books/knox-0-9-1/user-guide.html?rev=1846718&r1=1846717&r2=1846718&view=diff
==============================================================================
--- knox/site/books/knox-0-9-1/user-guide.html (original)
+++ knox/site/books/knox-0-9-1/user-guide.html Fri Nov 16 15:03:10 2018
@@ -1813,7 +1813,7 @@ bin/gateway.sh start
</code></pre>
<h4><a id="Advanced+Caching+Config">Advanced Caching Config</a> <a
href="#Advanced+Caching+Config"><img src="markbook-section-link.png"/></a></h4>
<p>By default the ehcache support in shiro contains a ehcache.xml in its
classpath which is the following</p>
-<pre><code><ehcache>
+<pre><code><ehcache name="knox-YOUR_TOPOLOGY_NAME">
<!-- Sets the path to the directory where cache .data files are created.
Modified: knox/site/books/knox-1-0-0/user-guide.html
URL:
http://svn.apache.org/viewvc/knox/site/books/knox-1-0-0/user-guide.html?rev=1846718&r1=1846717&r2=1846718&view=diff
==============================================================================
--- knox/site/books/knox-1-0-0/user-guide.html (original)
+++ knox/site/books/knox-1-0-0/user-guide.html Fri Nov 16 15:03:10 2018
@@ -2873,7 +2873,7 @@ ldapRealm.userDnTemplate=uid={0},ou=peop
</param>
<param>
<name>main.cacheManager</name>
-
<value>org.apache.shiro.cache.ehcache.EhCacheManager</value>
+
<value>org.apache.knox.gateway.shirorealm.KnoxCacheManager</value>
</param>
<param>
<name>main.securityManager.cacheManager</name>
@@ -2920,7 +2920,7 @@ bin/gateway.sh start
</code></pre>
<h4><a id="Advanced+Caching+Config">Advanced Caching Config</a> <a
href="#Advanced+Caching+Config"><img src="markbook-section-link.png"/></a></h4>
<p>By default the ehcache support in shiro contains a ehcache.xml in its
classpath which is the following</p>
-<pre><code><ehcache>
+<pre><code><ehcache name="knox-YOUR_TOPOLOGY_NAME">
<!-- Sets the path to the directory where cache .data files are created.
Modified: knox/site/books/knox-1-1-0/user-guide.html
URL:
http://svn.apache.org/viewvc/knox/site/books/knox-1-1-0/user-guide.html?rev=1846718&r1=1846717&r2=1846718&view=diff
==============================================================================
--- knox/site/books/knox-1-1-0/user-guide.html (original)
+++ knox/site/books/knox-1-1-0/user-guide.html Fri Nov 16 15:03:10 2018
@@ -2957,7 +2957,7 @@ ldapRealm.userDnTemplate=uid={0},ou=peop
</param>
<param>
<name>main.cacheManager</name>
-
<value>org.apache.shiro.cache.ehcache.EhCacheManager</value>
+
<value>org.apache.knox.gateway.shirorealm.KnoxCacheManager</value>
</param>
<param>
<name>main.securityManager.cacheManager</name>
@@ -3004,7 +3004,7 @@ bin/gateway.sh start
</code></pre>
<h4><a id="Advanced+Caching+Config">Advanced Caching Config</a> <a
href="#Advanced+Caching+Config"><img src="markbook-section-link.png"/></a></h4>
<p>By default the EhCache support in Shiro contains a ehcache.xml in its
classpath which is the following</p>
-<pre><code><ehcache>
+<pre><code><ehcache name="knox-YOUR_TOPOLOGY_NAME">
<!-- Sets the path to the directory where cache .data files are created.
Modified: knox/site/books/knox-1-2-0/user-guide.html
URL:
http://svn.apache.org/viewvc/knox/site/books/knox-1-2-0/user-guide.html?rev=1846718&r1=1846717&r2=1846718&view=diff
==============================================================================
--- knox/site/books/knox-1-2-0/user-guide.html (original)
+++ knox/site/books/knox-1-2-0/user-guide.html Fri Nov 16 15:03:10 2018
@@ -2952,7 +2952,7 @@ ldapRealm.userDnTemplate=uid={0},ou=peop
</param>
<param>
<name>main.cacheManager</name>
-
<value>org.apache.shiro.cache.ehcache.EhCacheManager</value>
+
<value>org.apache.knox.gateway.shirorealm.KnoxCacheManager</value>
</param>
<param>
<name>main.securityManager.cacheManager</name>
@@ -2999,7 +2999,7 @@ bin/gateway.sh start
</code></pre>
<h4><a id="Advanced+Caching+Config">Advanced Caching Config</a> <a
href="#Advanced+Caching+Config"><img src="markbook-section-link.png"/></a></h4>
<p>By default the EhCache support in Shiro contains a ehcache.xml in its
classpath which is the following</p>
-<pre><code><ehcache>
+<pre><code><ehcache name="knox-YOUR_TOPOLOGY_NAME">
<!-- Sets the path to the directory where cache .data files are created.
Modified: knox/site/index.html
URL:
http://svn.apache.org/viewvc/knox/site/index.html?rev=1846718&r1=1846717&r2=1846718&view=diff
==============================================================================
--- knox/site/index.html (original)
+++ knox/site/index.html Fri Nov 16 15:03:10 2018
@@ -1,13 +1,13 @@
<!DOCTYPE html>
<!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from
src/site/markdown/index.md at 2018-11-07
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from
src/site/markdown/index.md at 2018-11-16
| Rendered using Apache Maven Fluido Skin 1.7
-->
<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="20181107" />
+ <meta name="Date-Revision-yyyymmdd" content="20181116" />
<meta http-equiv="Content-Language" content="en" />
<title>Knox Gateway – Announcing Apache Knox 1.1.0!</title>
<link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -40,7 +40,7 @@
<div id="breadcrumbs">
<ul class="breadcrumb">
- <li id="publishDate">Last Published: 2018-11-07</li>
+ <li id="publishDate">Last Published: 2018-11-16</li>
</ul>
</div>
<div class="row-fluid">
Modified: knox/site/issue-management.html
URL:
http://svn.apache.org/viewvc/knox/site/issue-management.html?rev=1846718&r1=1846717&r2=1846718&view=diff
==============================================================================
--- knox/site/issue-management.html (original)
+++ knox/site/issue-management.html Fri Nov 16 15:03:10 2018
@@ -1,13 +1,13 @@
<!DOCTYPE html>
<!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from
org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:issue-management
at 2018-11-07
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from
org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:issue-management
at 2018-11-16
| Rendered using Apache Maven Fluido Skin 1.7
-->
<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="20181107" />
+ <meta name="Date-Revision-yyyymmdd" content="20181116" />
<meta http-equiv="Content-Language" content="en" />
<title>Knox Gateway – Issue Management</title>
<link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -40,7 +40,7 @@
<div id="breadcrumbs">
<ul class="breadcrumb">
- <li id="publishDate">Last Published: 2018-11-07</li>
+ <li id="publishDate">Last Published: 2018-11-16</li>
</ul>
</div>
<div class="row-fluid">
Modified: knox/site/licenses.html
URL:
http://svn.apache.org/viewvc/knox/site/licenses.html?rev=1846718&r1=1846717&r2=1846718&view=diff
==============================================================================
--- knox/site/licenses.html (original)
+++ knox/site/licenses.html Fri Nov 16 15:03:10 2018
@@ -1,13 +1,13 @@
<!DOCTYPE html>
<!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from
org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:licenses at
2018-11-07
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from
org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:licenses at
2018-11-16
| Rendered using Apache Maven Fluido Skin 1.7
-->
<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="20181107" />
+ <meta name="Date-Revision-yyyymmdd" content="20181116" />
<meta http-equiv="Content-Language" content="en" />
<title>Knox Gateway – Project Licenses</title>
<link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -40,7 +40,7 @@
<div id="breadcrumbs">
<ul class="breadcrumb">
- <li id="publishDate">Last Published: 2018-11-07</li>
+ <li id="publishDate">Last Published: 2018-11-16</li>
</ul>
</div>
<div class="row-fluid">
Modified: knox/site/mailing-lists.html
URL:
http://svn.apache.org/viewvc/knox/site/mailing-lists.html?rev=1846718&r1=1846717&r2=1846718&view=diff
==============================================================================
--- knox/site/mailing-lists.html (original)
+++ knox/site/mailing-lists.html Fri Nov 16 15:03:10 2018
@@ -1,13 +1,13 @@
<!DOCTYPE html>
<!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from
org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:mailing-lists
at 2018-11-07
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from
org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:mailing-lists
at 2018-11-16
| Rendered using Apache Maven Fluido Skin 1.7
-->
<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="20181107" />
+ <meta name="Date-Revision-yyyymmdd" content="20181116" />
<meta http-equiv="Content-Language" content="en" />
<title>Knox Gateway – Project Mailing Lists</title>
<link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -40,7 +40,7 @@
<div id="breadcrumbs">
<ul class="breadcrumb">
- <li id="publishDate">Last Published: 2018-11-07</li>
+ <li id="publishDate">Last Published: 2018-11-16</li>
</ul>
</div>
<div class="row-fluid">
Modified: knox/site/project-info.html
URL:
http://svn.apache.org/viewvc/knox/site/project-info.html?rev=1846718&r1=1846717&r2=1846718&view=diff
==============================================================================
--- knox/site/project-info.html (original)
+++ knox/site/project-info.html Fri Nov 16 15:03:10 2018
@@ -1,13 +1,13 @@
<!DOCTYPE html>
<!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from
org.apache.maven.plugins:maven-site-plugin:3.7.1:CategorySummaryDocumentRenderer
at 2018-11-07
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from
org.apache.maven.plugins:maven-site-plugin:3.7.1:CategorySummaryDocumentRenderer
at 2018-11-16
| Rendered using Apache Maven Fluido Skin 1.7
-->
<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="20181107" />
+ <meta name="Date-Revision-yyyymmdd" content="20181116" />
<meta http-equiv="Content-Language" content="en" />
<title>Knox Gateway – Project Information</title>
<link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -40,7 +40,7 @@
<div id="breadcrumbs">
<ul class="breadcrumb">
- <li id="publishDate">Last Published: 2018-11-07</li>
+ <li id="publishDate">Last Published: 2018-11-16</li>
</ul>
</div>
<div class="row-fluid">
Modified: knox/site/team.html
URL:
http://svn.apache.org/viewvc/knox/site/team.html?rev=1846718&r1=1846717&r2=1846718&view=diff
==============================================================================
--- knox/site/team.html (original)
+++ knox/site/team.html Fri Nov 16 15:03:10 2018
@@ -1,13 +1,13 @@
<!DOCTYPE html>
<!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from
org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:team at
2018-11-07
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from
org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:team at
2018-11-16
| Rendered using Apache Maven Fluido Skin 1.7
-->
<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="20181107" />
+ <meta name="Date-Revision-yyyymmdd" content="20181116" />
<meta http-equiv="Content-Language" content="en" />
<title>Knox Gateway – Project Team</title>
<link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -40,7 +40,7 @@
<div id="breadcrumbs">
<ul class="breadcrumb">
- <li id="publishDate">Last Published: 2018-11-07</li>
+ <li id="publishDate">Last Published: 2018-11-16</li>
</ul>
</div>
<div class="row-fluid">
Modified: knox/trunk/books/0.10.0/config_ldap_authc_cache.md
URL:
http://svn.apache.org/viewvc/knox/trunk/books/0.10.0/config_ldap_authc_cache.md?rev=1846718&r1=1846717&r2=1846718&view=diff
==============================================================================
--- knox/trunk/books/0.10.0/config_ldap_authc_cache.md (original)
+++ knox/trunk/books/0.10.0/config_ldap_authc_cache.md Fri Nov 16 15:03:10 2018
@@ -118,7 +118,7 @@ and then the following should still retu
By default the ehcache support in shiro contains a ehcache.xml in its
classpath which is the following
- <ehcache>
+ <ehcache name="knox-YOUR_TOPOLOGY_NAME">
<!-- Sets the path to the directory where cache .data files are
created.
Modified: knox/trunk/books/0.11.0/config_ldap_authc_cache.md
URL:
http://svn.apache.org/viewvc/knox/trunk/books/0.11.0/config_ldap_authc_cache.md?rev=1846718&r1=1846717&r2=1846718&view=diff
==============================================================================
--- knox/trunk/books/0.11.0/config_ldap_authc_cache.md (original)
+++ knox/trunk/books/0.11.0/config_ldap_authc_cache.md Fri Nov 16 15:03:10 2018
@@ -60,7 +60,7 @@ the flag for enabling caching authentica
</param>
<param>
<name>main.cacheManager</name>
- <value>org.apache.shiro.cache.ehcache.EhCacheManager</value>
+ <value>org.apache.knox.gateway.shirorealm.KnoxCacheManager</value>
</param>
<param>
<name>main.securityManager.cacheManager</name>
@@ -118,7 +118,7 @@ and then the following should still retu
By default the ehcache support in shiro contains a ehcache.xml in its
classpath which is the following
- <ehcache>
+ <ehcache name="knox-YOUR_TOPOLOGY_NAME">
<!-- Sets the path to the directory where cache .data files are
created.
Modified: knox/trunk/books/0.12.0/config_ldap_authc_cache.md
URL:
http://svn.apache.org/viewvc/knox/trunk/books/0.12.0/config_ldap_authc_cache.md?rev=1846718&r1=1846717&r2=1846718&view=diff
==============================================================================
--- knox/trunk/books/0.12.0/config_ldap_authc_cache.md (original)
+++ knox/trunk/books/0.12.0/config_ldap_authc_cache.md Fri Nov 16 15:03:10 2018
@@ -60,7 +60,7 @@ the flag for enabling caching authentica
</param>
<param>
<name>main.cacheManager</name>
- <value>org.apache.shiro.cache.ehcache.EhCacheManager</value>
+ <value>org.apache.knox.gateway.shirorealm.KnoxCacheManager</value>
</param>
<param>
<name>main.securityManager.cacheManager</name>
@@ -118,7 +118,7 @@ and then the following should still retu
By default the ehcache support in shiro contains a ehcache.xml in its
classpath which is the following
- <ehcache>
+ <ehcache name="knox-YOUR_TOPOLOGY_NAME">
<!-- Sets the path to the directory where cache .data files are
created.
Modified: knox/trunk/books/0.13.0/config_ldap_authc_cache.md
URL:
http://svn.apache.org/viewvc/knox/trunk/books/0.13.0/config_ldap_authc_cache.md?rev=1846718&r1=1846717&r2=1846718&view=diff
==============================================================================
--- knox/trunk/books/0.13.0/config_ldap_authc_cache.md (original)
+++ knox/trunk/books/0.13.0/config_ldap_authc_cache.md Fri Nov 16 15:03:10 2018
@@ -60,7 +60,7 @@ the flag for enabling caching authentica
</param>
<param>
<name>main.cacheManager</name>
- <value>org.apache.shiro.cache.ehcache.EhCacheManager</value>
+ <value>org.apache.knox.gateway.shirorealm.KnoxCacheManager</value>
</param>
<param>
<name>main.securityManager.cacheManager</name>
@@ -118,7 +118,7 @@ and then the following should still retu
By default the ehcache support in shiro contains a ehcache.xml in its
classpath which is the following
- <ehcache>
+ <ehcache name="knox-YOUR_TOPOLOGY_NAME">
<!-- Sets the path to the directory where cache .data files are
created.
Modified: knox/trunk/books/0.14.0/config_ldap_authc_cache.md
URL:
http://svn.apache.org/viewvc/knox/trunk/books/0.14.0/config_ldap_authc_cache.md?rev=1846718&r1=1846717&r2=1846718&view=diff
==============================================================================
--- knox/trunk/books/0.14.0/config_ldap_authc_cache.md (original)
+++ knox/trunk/books/0.14.0/config_ldap_authc_cache.md Fri Nov 16 15:03:10 2018
@@ -60,7 +60,7 @@ the flag for enabling caching authentica
</param>
<param>
<name>main.cacheManager</name>
- <value>org.apache.shiro.cache.ehcache.EhCacheManager</value>
+ <value>org.apache.knox.gateway.shirorealm.KnoxCacheManager</value>
</param>
<param>
<name>main.securityManager.cacheManager</name>
@@ -118,7 +118,7 @@ and then the following should still retu
By default the ehcache support in shiro contains a ehcache.xml in its
classpath which is the following
- <ehcache>
+ <ehcache name="knox-YOUR_TOPOLOGY_NAME">
<!-- Sets the path to the directory where cache .data files are
created.
Modified: knox/trunk/books/0.6.0/config_ldap_authc_cache.md
URL:
http://svn.apache.org/viewvc/knox/trunk/books/0.6.0/config_ldap_authc_cache.md?rev=1846718&r1=1846717&r2=1846718&view=diff
==============================================================================
--- knox/trunk/books/0.6.0/config_ldap_authc_cache.md (original)
+++ knox/trunk/books/0.6.0/config_ldap_authc_cache.md Fri Nov 16 15:03:10 2018
@@ -119,7 +119,7 @@ curl -i -v -k -u tom:tom-password -X
By default the ehcache support in shiro contains a ehcache.xml in its
classpath which is the following
- <ehcache>
+ <ehcache name="knox-YOUR_TOPOLOGY_NAME">
<!-- Sets the path to the directory where cache .data files are
created.
Modified: knox/trunk/books/0.7.0/config_ldap_authc_cache.md
URL:
http://svn.apache.org/viewvc/knox/trunk/books/0.7.0/config_ldap_authc_cache.md?rev=1846718&r1=1846717&r2=1846718&view=diff
==============================================================================
--- knox/trunk/books/0.7.0/config_ldap_authc_cache.md (original)
+++ knox/trunk/books/0.7.0/config_ldap_authc_cache.md Fri Nov 16 15:03:10 2018
@@ -118,7 +118,7 @@ and then the following should still retu
By default the ehcache support in shiro contains a ehcache.xml in its
classpath which is the following
- <ehcache>
+ <ehcache name="knox-YOUR_TOPOLOGY_NAME">
<!-- Sets the path to the directory where cache .data files are
created.
Modified: knox/trunk/books/0.8.0/config_ldap_authc_cache.md
URL:
http://svn.apache.org/viewvc/knox/trunk/books/0.8.0/config_ldap_authc_cache.md?rev=1846718&r1=1846717&r2=1846718&view=diff
==============================================================================
--- knox/trunk/books/0.8.0/config_ldap_authc_cache.md (original)
+++ knox/trunk/books/0.8.0/config_ldap_authc_cache.md Fri Nov 16 15:03:10 2018
@@ -118,7 +118,7 @@ and then the following should still retu
By default the ehcache support in shiro contains a ehcache.xml in its
classpath which is the following
- <ehcache>
+ <ehcache name="knox-YOUR_TOPOLOGY_NAME">
<!-- Sets the path to the directory where cache .data files are
created.
Modified: knox/trunk/books/0.9.0/config_ldap_authc_cache.md
URL:
http://svn.apache.org/viewvc/knox/trunk/books/0.9.0/config_ldap_authc_cache.md?rev=1846718&r1=1846717&r2=1846718&view=diff
==============================================================================
--- knox/trunk/books/0.9.0/config_ldap_authc_cache.md (original)
+++ knox/trunk/books/0.9.0/config_ldap_authc_cache.md Fri Nov 16 15:03:10 2018
@@ -118,7 +118,7 @@ and then the following should still retu
By default the ehcache support in shiro contains a ehcache.xml in its
classpath which is the following
- <ehcache>
+ <ehcache name="knox-YOUR_TOPOLOGY_NAME">
<!-- Sets the path to the directory where cache .data files are
created.
Modified: knox/trunk/books/0.9.1/config_ldap_authc_cache.md
URL:
http://svn.apache.org/viewvc/knox/trunk/books/0.9.1/config_ldap_authc_cache.md?rev=1846718&r1=1846717&r2=1846718&view=diff
==============================================================================
--- knox/trunk/books/0.9.1/config_ldap_authc_cache.md (original)
+++ knox/trunk/books/0.9.1/config_ldap_authc_cache.md Fri Nov 16 15:03:10 2018
@@ -118,7 +118,7 @@ and then the following should still retu
By default the ehcache support in shiro contains a ehcache.xml in its
classpath which is the following
- <ehcache>
+ <ehcache name="knox-YOUR_TOPOLOGY_NAME">
<!-- Sets the path to the directory where cache .data files are
created.
Modified: knox/trunk/books/1.0.0/config_ldap_authc_cache.md
URL:
http://svn.apache.org/viewvc/knox/trunk/books/1.0.0/config_ldap_authc_cache.md?rev=1846718&r1=1846717&r2=1846718&view=diff
==============================================================================
--- knox/trunk/books/1.0.0/config_ldap_authc_cache.md (original)
+++ knox/trunk/books/1.0.0/config_ldap_authc_cache.md Fri Nov 16 15:03:10 2018
@@ -60,7 +60,7 @@ the flag for enabling caching authentica
</param>
<param>
<name>main.cacheManager</name>
- <value>org.apache.shiro.cache.ehcache.EhCacheManager</value>
+ <value>org.apache.knox.gateway.shirorealm.KnoxCacheManager</value>
</param>
<param>
<name>main.securityManager.cacheManager</name>
@@ -118,7 +118,7 @@ and then the following should still retu
By default the ehcache support in shiro contains a ehcache.xml in its
classpath which is the following
- <ehcache>
+ <ehcache name="knox-YOUR_TOPOLOGY_NAME">
<!-- Sets the path to the directory where cache .data files are
created.
Modified: knox/trunk/books/1.1.0/config_ldap_authc_cache.md
URL:
http://svn.apache.org/viewvc/knox/trunk/books/1.1.0/config_ldap_authc_cache.md?rev=1846718&r1=1846717&r2=1846718&view=diff
==============================================================================
--- knox/trunk/books/1.1.0/config_ldap_authc_cache.md (original)
+++ knox/trunk/books/1.1.0/config_ldap_authc_cache.md Fri Nov 16 15:03:10 2018
@@ -60,7 +60,7 @@ the flag for enabling caching authentica
</param>
<param>
<name>main.cacheManager</name>
- <value>org.apache.shiro.cache.ehcache.EhCacheManager</value>
+ <value>org.apache.knox.gateway.shirorealm.KnoxCacheManager</value>
</param>
<param>
<name>main.securityManager.cacheManager</name>
@@ -118,7 +118,7 @@ and then the following should still retu
By default the EhCache support in Shiro contains a ehcache.xml in its
classpath which is the following
- <ehcache>
+ <ehcache name="knox-YOUR_TOPOLOGY_NAME">
<!-- Sets the path to the directory where cache .data files are
created.
Modified: knox/trunk/books/1.2.0/config_ldap_authc_cache.md
URL:
http://svn.apache.org/viewvc/knox/trunk/books/1.2.0/config_ldap_authc_cache.md?rev=1846718&r1=1846717&r2=1846718&view=diff
==============================================================================
--- knox/trunk/books/1.2.0/config_ldap_authc_cache.md (original)
+++ knox/trunk/books/1.2.0/config_ldap_authc_cache.md Fri Nov 16 15:03:10 2018
@@ -60,7 +60,7 @@ the flag for enabling caching authentica
</param>
<param>
<name>main.cacheManager</name>
- <value>org.apache.shiro.cache.ehcache.EhCacheManager</value>
+ <value>org.apache.knox.gateway.shirorealm.KnoxCacheManager</value>
</param>
<param>
<name>main.securityManager.cacheManager</name>
@@ -118,7 +118,7 @@ and then the following should still retu
By default the EhCache support in Shiro contains a ehcache.xml in its
classpath which is the following
- <ehcache>
+ <ehcache name="knox-YOUR_TOPOLOGY_NAME">
<!-- Sets the path to the directory where cache .data files are
created.